@charset "UTF-8";
/* CSS Document */
body {background-image:url(images/full_bg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
}

.box {
background-image:url(images/bodyh.png);
background-repeat:no-repeat;
margin:0 auto;      
 height:332px;      
 width:637px;        
 clear:both;
 }
.tall {

background-image:url(images/tall.png);
height:510px;
width:650px;
background-repeat:repeat-y;
clear:both;
margin:0 auto 0 ;
}
.logo {
	background-image:url(images/logo);
	background-repeat:no-repeat;
	width:342px;
	height:270px;
	position:absolute;
	right: 0px;
	top: 10px;
}
.br {
	background-image:url(images/br.png);
	background-repeat:no-repeat;
	width:305px;
	height:323px;
	position: fixed;
	bottom:0px;
	left:0px;	
}
#lest {
clear:both;
margin:0 90px;
}
#lest li {
display:inline-block;
list-style-type:none;
padding-right:20px;
padding-left:20px;
padding-top:5px;
padding-bottom:5px;
background-color:#3a260e;
border-style:solid;
border-color:#6e4d24;
}
#lest li a {
text-align:center;
font-weight:bold;
font-size: medium;
text-decoration:none;
color:#ffc78e;
display: inline-block;

}
#lest li a:hover {color:#FFFFFF;
text-decoration:underline;
}

.min {
clear:both;
margin:0 auto;
}