#container
{
	margin: 0 auto;
	width: 800px;
	background: #FAFAD2;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12pt;

}

A:link {
	text-decoration: none;
	color: #191970;
}

A:visited {
	text-decoration: none;
	color: #191970;
}

A:active {
	text-decoration: none;
	color: #191970;
}

A:hover {
	text-decoration: none;
	color: #DAA520;
}

#header
{
	background:#FFEC8B;
	padding: 20px;
	font-size: 175%;
	color: #DC143C;
	text-align: center;
}

#header h1 { margin: 0; }

#content
{
	clear: left;
	padding: 20px;
}

#content h2
{
	color:#000;
	font-size: 160%;
	margin: 0 0 .5em;
}

#footer
{
	background: #CFCFCF;
	text-align: center;
	padding: 20px;
	height: 1%;
}