* { margin:0; padding:0; }
body, html
{
	font:400 9pt arial,verdana,sans-serif;
} 
 
div#rc-page
{
	width:950px;
	margin:0 auto 0 auto;
} 

div#rc-logo-panel
{ /* defined in the table */ }
 
div#rc-menu
{ /* defined in the table */ }

div#rc-promo
{
	width:600px;
	height:180px;
	margin-top:10px;
	overflow:hidden;
} 

div#rc-header
{
	position:relative; 
	height:210px;
	width:100%;
}

div#rc-footer
{
	position:relative; 
	height:100px;
	width:100%;
} 

div#rc-main
{
	position:relative; 
	min-height:700px;
	width:100%;
} 
div#left_section
{
	width:710px;
	float:left;
}
div#right_section
{
	float:right;
	width:200px;
	margin-right:10px;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
/* End hide from IE-mac */  


