body {
	font: 11px/17px Georgia, Arial, sans-serif; 
	color: #E3E3CE;
	letter-spacing: 1px;
	text-align: center;
	background-color: #000000;
}

h1 { font: normal 130% 'Georgia'; 
	color: #9A9786; 
	font-weight: bold; 
	font-style: italic;
	text-decoration: underline;
	list-style-type: none; 
	text-align: center;}

a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #9A9786;}
a:hover {
	color: #9A9786;
	text-decoration: underline;}

input, textarea, option, select {
	background-color: #544E1B;
	font: 8pt georgia;
	color: #E3E3CE;
	letter-spacing: 1px;
	border: 1px solid #E3E3CE;
	padding:2px; } 



#container {
	background:#544E1B;
	width: 506px;
	margin: 0 auto;
	text-align: left;
	padding: 6px 6px 2px 6px;
}

#header {
	background:#544E1B;
	width: 100%;
	height: 345px;
	text-align: left;
	padding: 0px 0px 6px 0px;
}



#content {
	background:#544E1B;
	float: right;
	width: 506px;
	text-align: left;
}

#footer {
	clear: both;

}