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