#middle_wrapper{
	background: #c5c1a9 url(../images/middle_bg.jpg) repeat-x top center;
	height: 335px;
	}
	
#middle{
	width: 950px;
	margin: 0 auto;
	}
	
#bottom_wrapper{
	background: #ffffff;
	}
	
#bottom{
	background: #ffffff;
	width: 950px;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	}
	
#bottom_left{
	float:left;
	width: 310px;
	padding-left: 30px;
	}
	
	#bottom_left_new{
	float:left;
	width: 670px;
	padding-left: 30px;
	}
	
#bottom_right{
	float: right;
	width: 220px;
	}

#bottom_right ul{
	list-style: none;
	}
	
#bottom_right ul li{
	padding-bottom: 7px;
	}
	
#bottom_middle{
	margin-left: 360px;
	margin-right: 235px;
	}
	
#footer{
	width: 950px;
	margin: 15px auto 0;
	}

.footer_links{
	float: left;
	width: 186px;
	padding: 2px;
	}

.footer_links ul{
	padding-left: 10px;
	list-style: disc;
	}

.footer_links ul li{
	color: #646351;
	}
	
.footer_links ul li:hover{
	color: #646351;
	}
	
.footer_links ul li a{
	color: #646351;
	text-decoration: none;
	}
	
.footer_links ul li a:hover{
	text-decoration: underline;
	}