body {
	background-color: #D28C1D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	min-width: 835px;
	color: #6A3C02;
}
/* layout*/
#main {
	background-color: #FAF1E4;
	width: 830px;
	margin: 0 auto;
	text-align: left;
}
#content img {
	float: right;
	padding: 10px;
}

#header {
	background-position: center;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 800px;
	margin-left: 15px;
}

#content {
	background-color: #F6E4AC;
	width: 720px;
	margin-left: 15px;
	padding: 40px;
	margin-bottom: 15px;
}

#left {
width: 270px;
margin: 30px;
float: left;
}
#right {
width: 270px;
margin: 30px;
float: left;
}

#fauxfooter {
clear: both;
width: 720px;
}
/* end layout*/

/* navigation bar */
#nav {
	height: 35px;
	text-align: center;
	padding-left: 15px;
}

#nav ul {
	margin:0;
	padding: 0;
	list-style: none;
	width: 799px;
	float: left;
	font-size: 10px;
	background-image: url(images/navimage.png);
	background-repeat: repeat-x;
}
#nav ul li {
	float: left;
	width: 114px;
}
#nav ul .first {
	background-image: url(images/currentnavimage.png);
	color: #AB7E16;
}

#nav ul a {
	display: block;
	line-height: 4em;
	text-decoration: none;
	color:#643802;
	padding: 0 1em;
	}

#nav ul a:hover {
	color:#AB7E16;
	}
/* end navigation bar */



/* text formatting */
h3 {
	font-size: 12px;
	font-weight: bold;
}

/* footer */
#footer {
	font-size: 9px;
	color: #643802;
	background-position: center;
	text-align: center;
	padding: 2em 0;
}
#footer a {
	text-decoration: none;
	color: #643802;
}
#footer a:hover {
	color: #FAF1E4;
}
/* end footer */


/* contact form */

fieldset {
	width: 400px;
	margin: 0 auto;
}
legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #7E4703;
}
label {
	display: block;
}
input {
	width: 250px;
}
input:focus, textarea:focus {
	background-color: #FAF1E4;
}
textarea {
	width: 250px;
	height: 100px;
}
/* end contact form */

