body{
	border:0px;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/page_tile.jpg) top center repeat-x #FFFFFF;
	color:#5D3011;
}
#body{
	background:url(images/page_bg.jpg) top center no-repeat;
	padding-top:20px;
}

a:link, a:visited{
color:#5D3011;
}

a:hover{
color:#5D3011;
text-decoration:none;
}

#wrapper{
	width:789px;
	margin:0px auto;
	border:1px solid #C2C6C5;
	background-color:#FFFFFF;
	padding:0 5px;
}

#header{
	height:100px;
	background:url(images/header_bg.gif) no-repeat top right;
}
#header_logo{
	width:250px;
	height:78px;
	padding-top:15px;
	float:left;
}
#top_menu{
	float:right;
	margin:75px 10px 0 0 ;
	padding:0px;
	list-style:none;
}
#top_menu li{
	margin:0px 12px;
	padding:0px;
	list-style:none;
	float:left;
}
#top_menu li a,
#top_menu li a:link,
#top_menu li a:visited{
	text-decoration:none;
	float:left;
	display:block;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#5D3011;
}
#top_menu li a:hover{
	text-decoration:underline;
}

#content_top{
	height:190px;
	padding:0px 5px;
}
#content_top_slogan{
	width:261px;
	height:139px;
	background:url(images/home_bg.jpg) no-repeat top center;
	float:left;
	color:#FFFADA;
	line-height:40px;
	text-align:center;
	font-size:30px;
	padding-top:40px;
}
#content_top_picture{
	width:517px;
	float:right;
	height:179px;
}

#content_body{
	padding:10px;
}

h1{
	font-size:17px;
	margin:2px 0px;
}
h2{
	font-size:13px;
	margin:4px 0px;
}


#footer{
	width:789px;
	margin:0px auto;
	height:20px;
	color:#5D3011;
	font-size:10px;
	padding-top:10px;
}
#footer a,
#footer a:link,
#footer a:visited{
	color:#5D3011;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer .right{
	width:200px;
	float:right;
	text-align:right;
}

#footer .left{
	width:500px;
	float:left;
}

.gallery_image_current{
	border:3px solid #481600;
	padding:1px;
}
.gallery_image{
	border:3px solid #d7c4b3;
	padding:1px;
}

hr{
	border: 0;
	color: #5d3011;
	background-color: #5d3011;
	height: 1px;
	width: 100%;
	text-align: left;

}


/*show webitor*/
.image_border{
	border:1px solid #CCCCCC;
	padding:3px;
}