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