/* CSS Document */

*{
	margin:0;
	padding:0;
	outline:none;
}

body{
	background:url(../images/header.jpg) top center no-repeat #000000;
	margin:0;
	padding:0;
	color:#7D4A2F;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
}

p{
	margin-bottom:12px;
}

h1, h2, h3{
	margin-bottom:18px;
	font-weight:normal;
	line-height:1.30em;
}

h1{
	font-size:1.75em;
}

h2{
	font-size:1.50em;
}

h3{
	font-size:1.25em;
}

a{
	color:#C45316;
	text-decoration:underline;
}

a:hover{
	color:#A03B04;
	text-decoration:none;
}

img {
	border:0;
}

#wrapper{
	width:650px;
	margin:0 auto;
	padding:0;
}

#header{
	width:650px;
	height:255px;
	padding:0;
	margin:0;
	background:url(../images/header.jpg) top center no-repeat;
}

#nav{
	padding:204px 0 0 165px;
	margin:0;
	font-size:12px;
}

#nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#nav ul li{
	display:inline;
	padding:0 34px;
	margin:0;
}

#nav ul li a{
	color:#B15E31;
	text-decoration:none;
}

#nav ul li a:hover, #nav ul li a.active{
	color:#C65315;
	text-decoration:none;
}

#content{
	padding:20px;
	margin:0;
	width:610px;
	background:#E7E7E7;
}

#footer{
	margin:0;
	padding:0;
	width:650px;
	font-size:11px;
}

#footer p{
	text-align:center;
	padding-top:5px;
}

/* classes */

.left{
	float:left;
}

.right{
	float:right;
}

.textleft{
	text-align:left;
}

.textright{
	text-align:right;
}

.textcenter{
	text-align:center;
}

.textjustify{
	text-align:justify;
}

.clear{
	clear:both;
}

/* Contact Form */
#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 100px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 408px;
	border: 1px solid #ED9667;
	background: #FFFFFF;
	padding: 3px;
	color: #623A24;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}