body
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #444;
	overflow: auto;
	margin: 0px auto 20px auto;
}
img
{
	margin: 0px;
	border-style: none;
}
.section
{
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #111;
}
a:link
{
	color: #444;
	text-decoration: none;
}
a:visited
{
	color: #444;
	text-decoration: none;
}
a:hover
{
	color: #cba807;
	text-decoration: underline;
}
div#content
{
	width: 648px;
	margin: auto;
}
div#header
{
	margin-bottom: 12px;
}
div#links
{
	margin-top: 12px;
}
div#left
{
	text-align: left;
	width: 210;
	margin-right: 6px;
	float: left;
}
div#center
{
	text-align: center;
	width: 210;
	margin-left: 3px;
	margin-right: 3px;
	float: left;
}
div#right
{
	text-align: right;
	width: 210;
	margin-left: 6px;
	float: left;
}
div#footer
{
	height: 40px;
	clear: both;
}
