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