@charset "UTF-8";
body{
 background : #f9f5ef;
 width: 100%;
}
#wrapper{
 color: #663300;
}
#cont{
	width: 100%;
margin-left: 70px;
}
 #cont ul{
 list-style: none;
margin:0 ;
padding: 0;
}
#cont ul li{
	margin: 0 30px 40px 0;
float: left; 
}
#cont img{
 width: 232px;
 height: 125px;
 border: none;
}
#footer{
	clear: both;
overflow: hidden;
 background : #e6b194;
 color: #fff;
}