body {
	/* background-color: #D28C1D; /* orange-tan */
	background-color: #EEB422; /* goldenrod2 */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	min-width: 835px;
	/*color: #6A3C02;*/
}
/* layout*/
#main {
	background-color: #FAF1E4; /* off-white */
	/*width: 830px;*/
	width: 880px;
	margin: 0 auto;
	text-align: left;
}

/*#content img {
	float: right;
	padding: 10px;
}*/

#header {
	background-position: center;
	padding-top: 15px;
	padding-bottom: 10px;
	/*width: 800px;*/
	width: 850px;
	margin-left: 15px;
}

#content {
	/* background-color: #F6E4AC; /* cream */
	background-color: #F5DEB3; /* wheat */
	/*width: 720px;*/
	width: 770px;
	margin-left: 15px;
	padding: 40px;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#left {
width: 340px;
margin: 10px;
float: left;
}
#right {
width: 340px;
margin: 10px;
float: left;
}

#fauxfooter {
clear: both;
width: 720px;
}
/* end layout*/

/* navigation bar */
#nav {
	height: 35px;
	text-align: center;
	/*padding-left: 15px;*/
}

#nav a.last {
	padding-right: 1em;
	border: none;
}

#nav a.current {
	font-weight: bolder;
}

#nav a {
	text-decoration: none;
	color: #460000;
	/*font-weight: bold;*/
	border-right-color: #734631;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 1em;
}

#nav ul {
	list-style-type: none;
	font-size: 12px;
}

#nav li {
	display: inline;
	padding-left: 0.5em;
	padding-right: .5em;
}

#nav ul a:hover {
	color:#AB7E16;
	}
/* end navigation bar */



/* text formatting */
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #842B2B;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #842B2B;
}


/* 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;
	padding: 10px;
}
legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #7E4703;
}
label {
	display: block;
}
input {
	width: 150px;
}
input:focus, textarea:focus {
	background-color: #FAF1E4;
}
textarea {
	width: 250px;
	height: 100px;

}
/* end contact form */
