@charset "utf-8";
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #996633;
	border-left-color: #996633;
	background-color: #FFFFFF;
	background-image: url(images/CONTbackground.jpg);
}
#navigation {
	background-color: #D1B93D;
}
#footer {
	background-color: #D1B93D;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #5E310A;
	font-weight: bold;
	padding-top: 10px;
}
.style1 {
	font-size: x-small;
	color: #FFFFFF;
}
#subtext {
	float: left;
	width: 175px;
	border-right-width: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	padding-right: 5px;
	padding-left: 5px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}




#maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #401502;
	margin-left: 195px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 15px;
}

