body,td,th {
	font-family: Optima, Goudy Sans, Trebuchet MS, Gill Sans, sans-serif;
	font-size: 13px;
	background-color: #6A6A6A;
}
body {
	background-color: #6A6A6A;
	text-align: center;
}
p {
	font-style: normal;
	line-height: 1.5em;
	padding-top: 40px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
}
a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #663333;
}
a:active {
	text-decoration: underline;
	color: #CC6600;
}
h1 {
	font-size: 14px;
	line-height: 1.75em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
#container {
	background-color: #C4BAAE;
	margin-top: 20px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #353535;
	border-right-color: #353535;
	border-left-color: #353535;
}
#header {
	width: 850px;
	text-align: left;
	border-bottom-width: 23px;
	border-bottom-style: solid;
	border-bottom-color: #353535;
}
#header img {
	margin-top: 25px;
	margin-bottom: 30px;
	margin-left: 25px;
	background-color: #C4BAAE;
}
#main {
	background-color: #E7E5E2;
	min-height: 380px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #353535;
	width: 850px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7E5E2;
	padding-bottom: 24px;
}
#main img {
	border: 2px solid #353535;
	margin-left: 30px;
}
#footer {
	width: 850px;
	text-align: center;
	font-size: 9px;
	height: 10px;
	color: #333333;
	background-color: #6A6A6A;
	padding-top: 2px;
	border: 2px solid #6A6A6A;
	margin-left: -2px;
}
#bottomNav {
	width: 850px;
	min-height: 35px;
	font-size: 12px;
	text-align: center;
	color: #C4BAAE;
	border-bottom: solid 2px #353535;
}
.centered {
	text-align: center;
	display: block;
}
