
body {
	background: #1c1411 url(images/bg.jpg) top left;
	color: #111;
	font-family: Tahoma, Arial, san-serif;
	/*font-family: 'Garamond', Georgia, serif;*/
	font-size: 13px;
	height: 100%;
	color: #333;
}
#header {
	height: 100px;
	width: 950px;
	margin: 0 auto;
}
.banner {
	float: right;
	margin-left: 20px;
}
#pagewrapper {
	width: 950px;
	height: 540px;
	padding: 5px;
	margin: 0 auto;
	background:url(images/wrapperbg.png) top left no-repeat;
}
#copyright {
	width: 950px;
	height: 20px;
	padding: 5px;
	margin: 0 auto;
	font-size:10px;
	color: #dbc3bb;
}
#copyright a, a:visited {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 4px;
	color: #ffffff;
}
#copyright a:hover {
	/*color: #FF9;*/
	text-decoration: none;
	background-color: #430303;
}
#pagebg {
	background: #430303;
	width: 930px;
	height: 520px;
	padding: 9px;
	border: 1px solid #630f0f;
}
#content {
	width: 930px;
	height: 520px;
	background: #eaeaea;
}
#left {
	float: left;
	width: 620px;
	height: 520px;
}
#right {
	float: left;
	width: 310px;
	height: 520px;
	background: #ffffff;
	position: relative;
}
#logo {
	width: 250px;
	height: 160px;
	background: url(img/logo.gif);
	margin: 40px auto 20px;
}
.address {
	text-align: center;
	margin-bottom: 20px;
	font-size: 14px;
}
.menu {
	width: 250px;
	margin: 0 auto;
	font-family: Tahoma, Georgia, serif;
	font-size: 14px;
}
.menu li {
	border-bottom: 1px dotted #ccc;
	line-height: 30px;
}
.menu a {
	color: #222;
}
.menu a:hover {
	color: #023719;
}
.wactive {
	/*padding-left: 5px;*/
	/*background-color: #023719;*/
}
/* Tab Content */
h2 {
	display: block;
	width: 600px;
	height: 30px;
	background: #023719;
	color: #fff;
	font-size: 18px;
	font-family: Tahoma, Georgia, serif;
	font-weight: normal;
	padding: 8px 0px 0px 25px;
	margin: 0;
}
.tabcontent {
	width: 580px;
	padding: 15px 25px;
}
.tabcontent p {
	margin-bottom: 7px;
}
/* Photo Gallery */
.gallery {
	width: 520px;
	margin: 0 auto;
}
.gallery img{
	margin: 0px 20px 20px 0px;
}
.gallery a {
	padding: 0px;
}
/* Contact Us */
.contactleft {
	float: left;
	width: 300px;
	margin-top: 5px;
	padding-right: 20px;
}
.contactright {
	float: left;
	width: 245px;
	margin-top: 5px;
	text-align: center;
}
.contactleft label {
	color: #222;
	display: block; 
	width: 115px;
	float: left; 
	clear: both;  
	white-space: nowrap;
}
.contactleft input.text, .contactleft textarea {
	border: 1px solid #222;
	padding: 3px;
	width: 140px; 
	background: #747474; 
	display: block; 
	color: #fff;
	font-size: 10px;
}
.contactleft textarea {
	height: 60px;
}
.contactleft input.submit {
	text-transform:uppercase;
	border: 1px solid #222;
	width: 70px;
	background: #747474; 
	color: #e5e5e5;
	font-size: 10px;
	padding: 3px;
	float: right;
	margin: 4px;
	cursor:pointer;
}
#pageitem li {
	overflow: auto;
}
a, a:visited {
	color: #023719;	
}
a:hover {
	text-decoration: underline;	
}