body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #660000;
	background-color: #F3EDE9;
	line-height: 1.5em;
}
#navigation {
	text-transform: uppercase;
	color: #B55A17;
	display: block;
	font-size: 11px;
	margin-left: 20px;
	padding-top: 10px;
}
#navigation a {
	color: #B55A17;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 10px;
	padding-left: 10px;
}
#content {
	width: 600px;
	margin-top: 30px;
	margin-left: 65px;
	margin-bottom: 20px;
	height: 300px;
}
h1 {
	font-size: 26px;
	color: #FF9900;
	font-family: "Eras Demi", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	color: #663300;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 10px 0px 0px;
}
#wrapper {
	background-image: url(images/honeycomb_bg.gif);
	border: 1px solid #FFCC00;
	margin-top: 30px;
}
#sidebar {
	vertical-align: top;
	background-color: #FE9901;
	top: 0px;
}
#images {
	float: right;
	display: inline;
	clear: left;
	margin: 70px 0px 0px;
	position: relative;
}
td {
	vertical-align: top;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #CC6600;
	padding: 3px 5px 5px 3px;
	width: 250px;
	text-align: center;
	border: 1px #FFE8BF;
}
#footer {
	font-size: 10px;
	color: #CC9933;
	padding-left: 10px;
}
#spacer {
	height: 15px;
}
#content p {
	padding-right: 15px;
}
th {
	font-size: 12px;
	color: #663300;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 10px 0px 0px;
	text-align: left;
}
.caption {
	font-weight: normal;
	color: #CC6633;
	vertical-align: middle;
	text-align: center;
}
#credits {
	font-size: 10px;
	color: #CC9933;
	width: 100%;
	text-align: right;
	padding-right: 5px;
}
#credits a {
	font-size: 10px;
	color: #CC9933;
	width: 100%;
	text-align: center;
	text-decoration: none;
}
