body {
	background: #1c1411 url(images/bg.jpg) top left;
	color: #111;
	font-family: "Arial", Helvetica, sans-serif;
	font-size:12px;
	height: 100%;
	color: #3C2117;
}
#pagewrapper {
	width: 950px;
	height: 620px;
	padding: 5px;
	margin: 0 auto;
	margin-top: 100px;
	background:url(images/wrapperbg.png) top left no-repeat;
}
#copyright {
	width: 950px;
	height: 20px;
	padding: 5px;
	margin: 0 auto;
	font-size:10px;
	color: #C93;
}
#pagebg {
	width: 930px;
	height: 600px;
	padding: 9px;
	border: 1px solid #885737;
	background-color: #3C2117;
}
#content {
	width: 930px;
	height: 600px;
	background-color: #FFF5EA;
}
#left {
	float: left;
	width: 620px;
	height: 600px;
}
#right {
	float: left;
	width: 310px;
	height: 600px;
	background: #ffffff;
	position: relative;
}
#logo {

	width: 250px;
	height:150px;
	background: url(img/logo.jpg);
	margin: 0 auto;
	margin-top: 5px;
}
.menu {
	width: 250px;
	margin: 0 auto;
}
.menu li {
	border-bottom: 1px dotted #ccc;
	line-height: 30px;
}

.menu lastitem {
	line-height: 30px;
}

.menu a {
	color: #222;
}
.menu a:hover {
	color: #444;
}
.wactive {
	padding-left: 5px;
}
/* Tab Content */
h2 {
	display: block;
	width: 600px;
	height: 40px;
	color: #FFE4BD;
	font-size: 20px;
	padding: 15px 0px 0px 20px;
	margin: 0;
	background-color: #B66511;
}
.tabcontent {
	width: 580px;
	padding: 20px;
	line-height: 16px;
	align: top;
	float:left;
	color: #3C2117;
}
.tabcontent p {
	margin-bottom: 7px;

}
/* Photo Gallery */
.gallery {
	width: 520px;
	margin: 0 auto;
}
.gallery img{
	margin: 0px 20px 20px 0px;
}
.gallery img:hover{
	margin: 0px 20px 20px 0px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
/* Contact Us */
.contactleft {
	float: left;
	width: 270px;
	margin-top: 5px;
	padding-right: 20px;
}
.contactright {
	float: left;
	width: 290px;
	margin-top: 5px;
	color: #3C2117;
}
.contactleft label {
	color: #3C2117;
	display: block; 
	width: 115px;
	float: left; 
	clear: both;  
	white-space: nowrap;
}
.contactleft input.text, .contactleft textarea {
	border: 1px solid #3C2117;
	width: 140px; 
	background: #747474; 
	display: block; 
	color: #3C2117;
	font-size: 10px;
}
.contactleft textarea {
	height: 60px;
}
.photoinset {
	border: 1px solid #3C2117;
		padding: 4px 4px 4px 4px;

	background: #ffffff;
	color: #e5e5e5;
	float: right;
	margin: -10px 20px 20px 20px;
}
.minimenu {
	
	border: 1px solid #3C2117;
		padding: 4px 4px 4px 4px;

	background: #ffffff;
	color: #e5e5e5;
	float: right;
	margin: -50px 20px 20px 20px;
}


