* {
	margin: 0;
	padding: 0;
}

html {
  background: url(images/body_back.jpg) repeat-x #fff;
}
body 
{
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 0;
}

/* Layout */
#wrapper 
{ 
background: url(images/wrapper_back.jpg) repeat-y;
padding:0;
position:relative;
margin:auto;
width:770px;
padding-left:10px;
padding-right:10px;
}
#header{
height: 242px;
padding: 0 0 2px 0;
  border-bottom: 2px solid #8B9735;


}
#header_top{
	background: url(images/header_top_back.jpg) repeat-x;
	height: 81px;
   
	
	
}
#header_bottom{
	height: 162px;
	
	

}
#header_left{
	width:165px;
	float:left;
	margin-right: 1px;
	
}
#logo{
height:68px;
float: left;
margin-top:12px;
margin-right:1px;
}
#big_images{
margin-left:166px;
}
#main{
padding-top:10px;
float:left;
}
#bottom 
{
  clear: both;
	background: url(images/bottom_back.jpg) repeat-x;
	height:32px;
	text-align: center;
	padding:8px 0 0 0;
	margin-top: 15px;
}
