body{
	background: #333333 url(/CECMS/Verge/images/test.png);
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a, a:link a:visited {
	color: #CAA91C;
	text-decoration:none;
}
a:hover{
	color: #990000;
	text-decoration:underline;
}
/*--------------------------------LAYOUT----------------------------*/
/*-------------NAMED DIVS-------------*/
#container{
	margin:auto;
	width:900px;
	background:#000000 url(/CECMS/Verge/images/body_bg.png);
}
#header{
	height:242px;
}
#logo{
	float:left;
	height:242px;
	width: 187px;
}
#menu{
	float:right;
	height:242px;
	width: 713px;
	background:url(/CECMS/Verge/images/banner.jpg);
}
#content{}
#footer{
	clear:both;
	height:4px;
	background:url(/CECMS/Verge/images/body_footer.png) no-repeat;
}
#footer_text{
	margin:auto;
	width:900px; 
	color: #ffffff;
	font-size:10px;
	text-align:right;
}
/*-------------CLASSED DIVS-------------*/
.clear{clear:both;}
/*--MAIN CONTENT BOX--*/
.content_header
{
	margin:-10px auto;
	height:17px;
	background: url(/CECMS/Verge/images/content_head.png);
}

.content_box{
	clear:both;
	margin:15px auto;
	width:849px;
	background:url(/CECMS/Verge/images/content_bg.png);
}
.content_footer{
	height:20px;
	background: url(/CECMS/Verge/images/content_foot.png);
}
/*--CONTENT HEADERS--*/
.title_space{
	width:849px;
	margin:-15px auto 0px;
}
.title_left{
	float:left;
	width: 400px;
	text-align:left;
}
.title_right{
	float:right;
	width: 400px;
	text-align:right;
}
/*---CONTENT LAYOUTS--*/
.content_body{
	margin:0px 20px 15px;
}
.content_small_left{
	margin:0px 20px 15px;
	float:left;
	width: 300px;
}
.content_small_right{
	margin:0px 20px 15px;
	float:right;
	width: 400px;
}
/*---LIST ITEMS--*/
.list_box{
	width: 195px;
	margin:auto;
	font-size:10px;
	border: 1px solid #fff;
}
.list1{
	padding: 3px;
	color: #333;
	background:url(/CECMS/Verge/images/list_bg1.png)
}
.list2{
	padding: 3px;
	color: #fff;
	background:url(/CECMS/Verge/images/list_bg2.png)
}