body {
	background: #fff;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#fixedwidth
{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	border: 0px solid black;
	padding-top: 10px;
}

#titlearea
{
	margin: 0 auto 0 auto;
	background: #fff;
	height: 30px;
	margin: 0 5px 0 5px;
	padding-bottom: 1px;
	border-bottom: 1px solid #666666;
}

a img
{
	border: 0 !important;
}

a:hover img
{
	background: none;
}

#topnav
{
	clear: both;
	border: 0px solid red;
	float: right;
	position: relative;
	bottom: 0;
	padding: 2px 0 0 0;
}

#topnav img
{
	margin-left: 25px;
	border: 0 !important;
	position: relative;
	bottom: 0px;
}

#mainbody
{
	padding: 0 10px 0 10px;
	text-align: justify;
}

#mainbody h1
{
	color:#909090;
	font-size: 1.6em;
	letter-spacing: -1px;
}


#mainbody a {
	text-decoration: none;
	border-bottom: 1px dashed #c0c0c0;
	color: #333333;
}

#mainbody a:hover {
	background: #f0f0f0;
}

#footer
{
	clear: both;
}

#footer #footer_copyright
{
	text-align: right;
	font-size: 0.75em;
	padding: 0 10px 0 10px;
}