* {

	padding:0;

	margin:0;

}



h1, h2, h3, h4, h5, h6 {

	color: #5f3c20;

}



h1 {

	font-size:21px;

	font-weight:bold;

}

h2 {

	font-size:18px;

	font-weight:bold;

}

h3 {

	font-size:16px;

	font-weight:bold;

}

h4 {

	font-size:14px;

	font-weight:bold;

}

h5 {

	font-size:13px;

	font-weight:bold;

}



a, a:visited {

	color:#cc6600;

	font-weight:bold;

	text-decoration:none;

}



a:hover {

	color:#4d8126;

}





/* -- a, a:visited {

	color:#FE4311;

	font-weight:bold;

}



a:hover {

	color:#D74729;

}



--*/



#header {

	width:900px;

	height:94px;

	background: url(images/header.jpg) top center no-repeat;

	

}



#header ul {

	float: left;

	list-style: none;

	width:800px;

	padding:18px 0 0 10px; 

	

}



#header ul li {

	display:inline;

	

}



#header ul li a {

	float: left;

	text-transform:capitalize;

	padding:0 0 0 19px;

	font-size:12px;

	text-decoration: none;

	color: #d4d6d7;

}



#header ul li a:hover, #header ul li.active a {

	text-decoration: underline;

	color: #fff;

}





body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	color: #4f220b;	

	background: url(images/bg.jpg) top center repeat-x #101110;

	text-align:center

}





#container {

	margin: 0 auto;

	width:900px;

	text-align:left;

}



p{

margin-bottom:13px;

}



#header {

	background: url(images/menu-bg.jpg) top center no-repeat;

	text-align:right;

	width:900px;

	height:55px;

}



#banner, #banner img {

	float: left;

	width: 700px;

	clear: left;

	background: url(images/header.jpg) top center no-repeat;

	list-style: none;

	height: 388px;

	overflow: hidden;

}



.wrap {

	margin: 0 auto;

	width: 700px;

	height: 388px;

	

}





#content {

	
	padding:0 20px;

	margin:0 auto;

	background: #CCB67A;

	text-align:justify;

}





#footer {

	color:#ffffff;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	background: url(images/footer.jpg) top center no-repeat;

	height:33px;

	width: 900px;

	text-align:center;

	padding-top:30px;

	clear:both;

	font-size:10px;

}



ul#banner {

	padding: 0;

}



ul#banner li {

	margin: 0;

	padding: 0;

}





/* Contact Form */

#contact-form p {

	margin: 0 0 7px 0;

}



#contact-form label {

	float: left;

	width: 90px;

	clear: both;

}



#contact-form input, #contact-form textarea {

	width: 450px;

	border: 1px solid #3b271e;

	background: #cbb8a0;

	padding: 3px;

	color: #777;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 1.0em;

}

#container #content table tr td p a strong {

	color: #F00;

}


/** reset lightbox position **/
#lightbox-container-image-data-box {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#thumbnails { display: block; margin-bottom: 10px; }
#thumbnails ul li { float: left; margin-right: 26px; margin-bottom: 12px; }

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 