
#content-wrapper
{
	width: 780px !important; 
	position: relative;
	z-index: 0; 
    width: 100%; min-height: 580px; 
    background: rgb( 255, 255, 255 );
}

#content-left
{
	clear: left; float: left; 
	width: 140px;
	min-height: 800px; height: auto !important; height: 800px; 
	margin: 10px 0 0 0; padding: 10px 0 10px 10px; 
	background: #bccfc6;
	padding: 0 15px 0 15px;	
}

#content-main
{
	float: right;
	width: 570px;
	padding: 20px 20px 0 20px;
	z-index: 0;
}

#content-footer
{	
	float: none; clear:both; 
	width:780px; height:20px;
	text-align: right;
	font-size: 0.9em;
	margin: 0 auto;	
}

#content-footer ul
{
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#content-footer ul li
{
	float: left;
	padding: 0 6px 0 6px;
}

#content-footer a
{
	color: rgb( 255, 255, 255 );
}

#login-wrapper
{
    position: absolute; 
    right: 120px; top: 6px; 
    width:240px; height:96px; 
    margin:0; z-index:100; font-weight:bold;
}

#loginbox    
{ 
    position:absolute; top:0; right:0;
    width:200px; height:96px; 
    margin:0; 
    border:1px solid #143a2c; 
    font-weight:bold; 
    padding:0; 
    margin:0; 
    overflow:hidden;
    background-color: #fff;
}

#loginbox ul 
{ 
    margin: 0; padding: 0; 
    list-style-type: none; 
    font-size:11px; 
}

#loginbox li 
{ 
    margin:0; padding:0; 
}

.switcher
{
    position: absolute;
    right: 18px;
    top: 12px;
    list-style-type: none;
    margin: 0; padding: 0;
}

.switcher li
{
    float: left;
    clear: both;
    margin: 0; 
}

.switch-button
{
    display: block; width: 88px; height: 31px; margin: 0 2px 0 2px;
    cursor: pointer;
}

.switch-rp 
{
    background: top left no-repeat url(../../images/chooser/rpwoodbutton1.jpg);
}

.switch-rp:hover 
{
    background: top left no-repeat url(../../images/chooser/rpwoodbutton2.jpg);
}

.switch-st
{
    background: top left no-repeat url(../../images/chooser/startritebutton1.jpg);
}

.switch-st:hover
{
    background: top left no-repeat url(../../images/chooser/startritebutton2.jpg);
}

.switch-rpp
{
    background: top left no-repeat url(../../images/chooser/rppipebutton1.jpg);
}

.switch-rpp:hover
{
    background: top left no-repeat url(../../images/chooser/rppipebutton2.jpg);
}

