* {margin:0px;padding:0px;}


body {
	font-family: Arial, Helvetica, sans-serif;
	background:#bfbfbf;
	font-size:12px;
	font-weight:bold;
}

#wrapper {
	width:900px;
	text-align: left;
	margin: 0px auto;
}
	

#top{
	width:900px;
	height:51px;
	float:left;
}
#header{
	width:900px;
	height:280px;
	float:left;
}


#content{
	width:900px;
	position:relative;
	float:left;
	background:url(images/content_bg.jpg) top left repeat-y;
}
	#content_holder{
		width:900px;
		float:left;
	}
	#sidebar{
		float:left;
		width:256px;
	}
	.list_space{
		margin-left:40px;
		margin-top:10px;
		line-height:25px;
	}
	.list_space li.color{
		 color:#90000a;
	}
	.gray_text{color:#5e5e5e;}
	#main{
		float:right;
		width:585px;
		margin-right:25px;
		margin-top:20px;
	}

#footer{
	width:900px;
	float:left;
	background-color:#363636;
	color:white;
}
#footer_holder{
	width:900px;
	margin-top:30px;
	margin-bottom:30px;
	}
#footer_contact{
	margin-left:25px;
	width:330px;
	height:100px;
	float:left;
}

#footer_middle{
	float:left;
	margin:0px 20px;
}

#footer_links{
	float:left;
	width:490px;
}