* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #B89469;
}

h1 {
	font-size:23px;
	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:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E4D0A8;
	background: url(images/bg.jpg) center top repeat-x #221605;
	text-align: center;
}

#container {
	margin: 0 auto;
	width:750px;
	text-align:left;	
	
}

#header {
	height:285px;
	background: url(images/header.jpg) top center no-repeat;
	background-color:#FFFFFF;
}

#header ul {
	padding: 25px 0 0 20px;
	float:left;
	font-size:12px;	
	font-weight:bold;
}

#header ul li {
	display:inline;
	
	
	
}

#header ul li a{
	float:left;
	display:block;	
	padding:10px 15px 10px 10px;
	color: #5C3508;	
	text-decoration:none;	
}

#header ul li a:hover {
	color:#524632;
	background: url(images/arrow.gif) bottom center no-repeat;

}

#header ul li a.active {
	color:#524632;
	background: url(images/arrow.gif) bottom center no-repeat;
}

#content {
	padding:0 20px;
	width:710px;
	background:#524632;
	margin:0 auto;
}

#content img.img {
	position:relative;
	float:left;
}

#footer {
	margin:0 auto;
	text-align:center;
	background: url(images/footer.jpg) center no-repeat;
	font-size:10px;
	height:25px;
	padding-top:20px;
	width:750px;
	color:#F4DCBD;
	clear:both;
}


.clear{clear:both;}


/* Contact Form */
#contact-form {

}

#contact-form label {
	float: left;
	width: 70px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 450px;
	border: 1px solid #3C2A0C;
	background: #E3DBCF;
}
#contact-form p {
margin-bottom:5px;
}




	
