@charset "utf-8";
/* CSS Document for RC */
*
{
    margin: 0;
}
#banner{
	background:url(/ui/rc/graphics/BG_banner.jpg) top center no-repeat;
}
#breadcrumb{
	background:url(/ui/rc/graphics/bullet_blueGuy.gif) top left no-repeat;
	margin-left:10px;
	padding-left:25px;
	padding-bottom:5px;
}
#container_content{
	width:74%;
	float:left;
}
#container_news{
	background:url(/ui/rc/graphics/BG_news.jpg) top left no-repeat;
	width:74%;
	float:left;
}
#footer {
	width:1000px;
	height:100px;
    position: absolute;
    bottom: 0;
	text-align:center;
	background:#0093be url(/ui/rc/graphics/BG_footer.jpg) top left no-repeat;
}
#header{
	background:url(/ui/rc/graphics/BG_header.gif) center no-repeat;
	height:129px;
	position:relative;
	text-align:right;

}
#leftNav{
	background:#fff url(/ui/rc/graphics/BG_leftNav.jpg) top left no-repeat;
	width:210px;
	float:left;
	margin-left:10px;
}
#main_content{
	width:500px;
	min-height:540px;
	float:right;
}
#main_content_full{
	width:95%;
	min-height:540px;
	margin-left:20px;
}
#mainMenu{
	margin-left:290px;
	margin-top:50px;
	padding-top:20px;
	
}
#promo{
	width:25%;
	float:right;
}
#wrapper_content{
	width:1000px;
	min-height: 100%;
	margin:0 auto;
	padding-bottom:110px; 
	background:#513f27 url(/ui/rc/graphics/BG_content.gif) center repeat-y;
}
#wrapper_overall {
	width:100%;
    position: relative;
    min-height: 100%;
	background-color:#513f27;
}

