body {
	background: #1c1411 url(images/bg.gif) top left;
	color: #111;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	font-size:12px;
	height: 100%;
	color:#666;
}
#pagewrapper {
	width: 950px;
	height: 540px;
	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: #333;
}
#pagebg {
	background: #82413b;
	width: 930px;
	height: 520px;
	padding: 9px;
	border: 1px solid #c1a482;
}
#content {
	width: 930px;
	height: 520px;
	background: #eaeaea;
	
}
#left {
	float: left;
	width: 620px;
	height: 520px;
		
}
#right {
	float: left;
	width: 309px;
	height: 520px;
	background: #ffffff;
	border-left: 1px solid #c1a482;
	position: relative;
}
#logo {

	width: 250px;
	height:174px;
	background: url(img/logo.jpg);
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 25px;
}
.menu {
	width: 250px;
	font-size: 13px;
	font-weight: 600;
	margin: 0 auto;
}
.menu li {
	border-bottom: 1px dotted #ccc;
	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;
	background: #82413b;
	color: #f1f1f1;
	font-size: 20px;
	padding: 15px 0px 0px 20px;
	margin: 0;
}
.tabcontent {
	width: 580px;
	padding: 20px;
	line-height: 16px;
}
.tabcontent p {
	margin-bottom: 7px;
}
/* Photo Gallery */
.gallery {
	width: 520px;
	margin: 0 auto;
}
.gallery img{
	margin: 0px 20px 20px 0px;
}
/* Contact Us */
.contactleft {
	float: left;
	width: 325px;
	margin-top: 5px;
	padding-right: 20px;
}
.contactright {
	float: left;
	width: 235px;
	margin-top: 5px;
	color: #222;
}
.contactleft label {
	color: #222;
	display: block; 
	width: 115px;
	float: left; 
	clear: both;  
	white-space: nowrap;
}
.contactleft input.text, .contactleft textarea {
	margin-top: 6px;
	padding: 3px;
	width: 137px; 
	display: block; 
	color: #222;
	font-size: 10px;
}
.contactleft textarea {
	height: 50px;
}
.contactleft input.submit {
	text-transform:uppercase;
	border: 1px solid #222;
	width: 105px;
	background: #82413B; 
	color: #fff;
	padding: 3px;
	float: right;
	margin: 4px;
	cursor:pointer;
}


/* Form style */


.error_message { display: block; line-height: 22px; background: #FBE3E4 url('../img/error.gif') no-repeat 10px 6px; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius:5px; -webkit-border-radius:5px; }

ul.error_messages { margin: 0 0 0 15px; padding: 0; }
ul.error_messages li { height: 22px; line-height: 22px; color:#333; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../img/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }

input[type="checkbox"] {
  width:20px !important;
  margin: 4px 0 0;
  margin-top: 1px \9;
  float: left;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}
input[type="radio"] {
  width:20px !important;
}


.submit-btn{
	text-transform: uppercase;
    border: 1px solid #222;
    width: 150px;
    background: #82413B;
    color: #fff;
    padding: 3px;
    float: right;
    margin: 4px;
        margin-right: 17px;
    cursor: pointer;
}
.webform_label { display: none; }