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