body {
	font: 11px/17px Georgia, Arial, sans-serif; 
	color: #DDCCA0;
	letter-spacing: 1px;
	text-align: center;
	background-color: #000000;
}

h1 { font: normal 130% 'Georgia'; 
	color: #7A7D4D; 
	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: #7A7D4D;}
a:hover {
	color: #7A7D4D;
	text-decoration: underline;}

input, textarea, option, select {
	background-color: #DDCCA0;
	font: 8pt georgia;
	color: #2E2F1C;
	letter-spacing: 1px;
	border: 1px solid #000000;
	padding:2px; } 



#container {
	background:#2E2F1C;
	width: 666px;
	margin: 0 auto;
	text-align: left;
	padding: 6px 6px 2px 6px;
}

#header {
	background:#2E2F1C;
	width: 100%;
	height: 365px;
	text-align: center;
	padding: 0px 0px 6px 0px;
}




#content {
	background:#2E2F1C;
	float: right;
	width: 666px;
	text-align: left;
}

#footer {
	clear: both;

}