/** Page design 
----------------------- */
#rs-wrapper
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 465px;
    background: #000000;
    z-index: 9;
    text-align: left;
	min-width:974px;    
}

#rs-header
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 974px;
    height: 127px;
    z-index: 10;
}

#rs-logotype
{
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 15;
}

#rs-logotype a
{
    display: block;
    width: 202px;
    height: 32px;
    background-image: url('images/logotype.png');
    background-repeat: no-repeat;
}

#rs-logotype:hover, #rs-logotype a:hover
{
    cursor: pointer;
}

#rs-topfade
{
    position: absolute;
    background: url('images/topfade.png');
    background-position:center;
    background-repeat: no-repeat;
    height: 127px;
    width:100%;
    left:0;
    z-index: 8;
    _left:auto;
    _width:1200px; /* IE6 */
    _margin-left:-110px; /* IE6 */
}

#rs-navigation
{
    position: absolute;
    z-index: 15;
    top: 85px;
    left: 20px;
}

#rs-floweffect
{
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('images/floweffect.png');
    background-repeat: no-repeat;
    width: 319px;
    height: 127px;
}

#rs-pagefade
{
    position: absolute;
    top: 465px;
    z-index: 11;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 430px;
    background: url('images/backfade.png') repeat-x;
    min-width:974px;
    
}

#doc4
{
    position: relative;
    top: 490px;
    z-index: 12;
}

#yui-main
{
    border-right: 1px #ccc solid;
    padding-top: 20px;
    padding-left: 20px;
    width: 685px;
    _border: 0; /* IE6 */
}

.rs-content-columns 
{
	width:100%;
	min-height:180px;
}

.rs-content-columns-l 
{	
	float:left; 
	width:48%;
}
.rs-content-columns-r 
{	
	float:right; 
	width:48%;
}
.clear {
	clear:both;
}

#Campaign_Container
{
	height:350px;
}