@import url("/layout/css/fonts.css");
@import url("/layout/css/imgs.css");
@import url("/layout/css/top_section.css");
@import url("/layout/css/links.css");
@import url("/layout/css/rc.css");
@import url("/layout/css/forms.css");
.clear_br {
	clear:both;
}
.spacer {
	height:10px;
}
body {
	margin:0;
	background:url(/layout/images/bg_top.jpg) no-repeat center top;
	text-align:center;
}
.wrapper {
	background:url(/layout/images/bg_bottom.jpg) repeat-x left bottom;
	width: 100%;
	display: table;
	height:160px
}
.top_holder {
	height:106px;
}
.logo {
	width:200px;
	float:left;
}
.navigation {
	height:36px;
	margin-left:2px;
	margin-right:2px;
}
.nav_item {
	padding-top:8px;
	display:block;
	float:left;
	width:20%;
	height:27px;
	background:url(/layout/images/icons/nav_a_bg.png) 50% 0% repeat-x;
}
.nav_item:hover {
	background:url(/layout/images/icons/nav_a_bg.png) 50% 100% repeat-x;
}
.content_main {
	margin-left:225px;
	margin-right:15px;
	background:#fff;
	border:1px dotted #b3ebd5;
	text-align:justify;
}
.section_title{
	height:22px;
	display:block;
	padding-top:4px;
	border-bottom:1px dotted #b3ebd5;
	background:#f5f5f5;	
}
