@charset "utf-8";
/* CSS Document */

html,body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../img/bg.jpg);
}
.clear{ clear:both;}
a{text-decoration:none}
#wrap{
	width:840px;
	margin:0px auto;
}

#top{margin:0 auto;}

#logo{
	background:url(../img/logo.png) no-repeat;
	width:208px;
	height:71px;
	margin:0px auto;
}
#navigation{width:840px; margin:0 auto; margin-top:20px;}
#navigation ul{margin:0px; padding:0px; width:840px;}

#navigation ul, #navigation li{
	float:left;
	list-style:none;
}
#navigation li a{	
	display:block;
	background:url(../img/bgmenu.png) repeat-x;
	height:31px;
	text-align:center;
	padding:20px 32px 0px 32px;
	color:#d7b2a0;
	font-size:14px;
}
#navigation .sep{
	background:url(../img/sep_menu.png) no-repeat;
	height:51px;
	width:2px;
	padding:0px;
}
#navigation .pre{
	background:url(../img/left_menu.png) no-repeat;
	width:14px;
	height:51px;
}
#navigation .last{
	background:url(../img/right_menu.png) no-repeat;
	width:14px;
	height:51px;
	margin-top:1px;
}
#navigation li ul {
	float:left;
	width:150px;
	position:absolute;
	z-index:10;
	background-color:#7b3716;
}

#navigation li ul li a{
	height:20px;
	margin:0px;
	padding:5px;	
	width:140px;
}

#banner{
	background:url(../img/banner.png) no-repeat;
	width:840px;
	height:210px;
	margin:0 auto;
}
#banner #textb{
	float:left;
	width:70%;
	padding:40px 0px 0px 20px;
}
#textb h3{color:#874d0c;}
#textb p{color:#5b3014;}
#textb a{
	color:#5b3014; 
	text-decoration:underline
}
#banner #button{
	float:left;
	width:25%;
}
#banner #button a{
	background:url(../img/button.png) no-repeat;
	width:188px;
	display:block;
	height:53px;
	margin-top:100px;
}
#content_top{
	background:url(../img/top_content.png) no-repeat;
	width:840px;
	height:5px;
}
#content{
	background:#5c4333 url(../img/content_bg.png) repeat-x;
	width:834px;
	/*min-height:160px;	*/
	margin-left:2px;
}
#content p{
	margin:0px;
	padding:0px 20px;
	color:#FFFFFF;
	font-size:11px;
}
#content_bottom{
	background:url(../img/bottom_content.png) no-repeat;
	width:840px;
	height:16px;
}

#content #left{
	float:left;
	width:430px;
	background:url(../img/content_sep.png) no-repeat center right;
	padding:10px;
}
#content h2{
	color:#fcc954;
	margin:10px;
}

#content a{
	color:#ec9e35;
	text-decoration:underline;
}
#content #right{
	float:left;
	width:360px;
	padding:10px;
}
#right p, #right h2{
	float:left;
	width:210px;
}
#right img{
	float:right;
	width:103px;
}

#content label{
	float:left;
	width:150px;
	color:#FFF;
	margin:5px;
	text-align:right;
}
#content input[type=text]{
	float:left;
	width:200px;
	margin:5px;
	border:#5b3014 2px solid;
	outline:none;
	/*border:none;*/
}
#content textarea{
	/*border:none;*/
	border:#5b3014 2px solid;
	width:200px;
	height:120px;
	margin:5px;
	outline:none;
}
#content [type=submit]{
	background-color:#874d0c;
	border:#5b3014 2px solid;
	color:#FFFFFF;	
	padding:2px 10px;
	margin-left:450px;
	outline:none;
}