@charset "UTF-8";
/* CSS Document */


/* Colors:
Dark Brown: 4c3e2b
Light Brown: b9a985

*/


html{margin:0; padding:0;}
body{margin:0; padding:0; background:#4c3e2b; font-family: Arial, Helvetica, sans-serif;}
p{color:#4c3e2b; font-family: Arial, Helvetica, sans-serif; font-size:12px;}

a, a:link {color:#615239; text-decoration:underline;} 
a:hover {color:#4c3e2b;}
a:visited {color:#877b5f;}
h1{ background: #4c3e2b; padding:10px; margin-bottom: 10px; width:675px; color:#b9a985;font-family: Arial, Helvetica, sans-serif; font-size:14px; text-transform:uppercase; position:relative; top:10px;}
h2{color:#4c3e2b; font-family: Arial, Helvetica, sans-serif; font-size:14px; text-transform:uppercase; width:90%; border-bottom:1px solid #4c3e2b;}

a img {border:none; outline:none;}
.clr{clear:both;}


#container{width:764px; margin:0 auto; position:relative; top: 20px; z-index:1;}
#container-top{width:764px; height:30px; background:url(../images/container_top.png) no-repeat bottom center; position:relative;  z-index:2;}
#container_main{width:704px; padding:0px 30px; min-height:515px;background:url(../images/container_main.png) repeat-y bottom center; position:relative;  z-index:3; }
	
	#banner{}
	#content_left{float:left; width:390px; position:relative; top:40px; margin-bottom:0px; margin-right:10px;}
	#content_right{float:left; width:294px;position:relative; top:40px;margin-bottom:0px;}

#container_bottom{width:764px; height:70px; background:url(../images/container_bottom.png) no-repeat bottom; position:relative; z-index:2;}
.footer{text-align:center; font-size:10px; color:#4c3e2b; font-weight:bold;}
#fb{ position:absolute; bottom:30px; left:40px; width:65px; height:33px; z-index:1005; }

#menu{width:100%; height:42px; background:url(../images/menu_bg.png) repeat-x top left; position:absolute; top:127px; z-index:10;}
#menu_inner{ width:720px; padding:10px 0px; margin:0 auto; position:relative;}
#menu_inner ul{margin:0; padding:0; list-style-type:none; text-align:center; position:relative;}
#menu_inner ul li{float:left;  list-style-type:none; position:relative;}
#menu_inner ul li a{ padding:0 20px 0 12px; color:#4c3e2b; font-family: Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:bold; text-decoration:none; font-size:12px; position:relative;}
#menu_inner ul li a:hover{background:url(../images/leaf.png) no-repeat top right; color:#31240e;}