body {
	background: #400d02 url("images/background2.gif") repeat-x top center;
	margin: 0px; padding: 0px;
}
#container {
	border-bottom: 6px solid black;
	border-left: 6px solid black;
	border-right: 6px solid black;
	margin-bottom: 20px
}
#content {
	padding: 2px 16px 0px 8px;
	background: #400d02 url("images/content.gif") repeat-x top center;
}
#lefty {
	background-color: #400d02;
}
#content, #content td, #footer {
	font-size: 13px;
	color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.text {
	line-height: 18px;
	padding: 0px; margin: 0 0 10px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0 0 10px 0;
}
h1 { font-size: 15px; }
h2 { font-size: 13px; }
h3 { font-size: 12px; }
h4 { font-size: 11px; }
h5 { font-size: 10px; }
h6 { font-size: 10px; font-weight: 100; }
a {
	color:#FFCC66;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#footer {
	border: 1px dashed #FFCC66;
	padding: 4px;
	margin: 10px 0 5px 0;
	background-color: #2e0901;
}
a img {
	border: 0px;
}
.page_controls {
	text-align: center;
	background-color: #2E0901;
}