body,html
{
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:11px;
	color: rgb(85,85,85);
}

a
{
	color: rgb(162,45,50);
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
	margin:0px;
	padding:0px;
}

div#header
{
	display: none;
}

div#topmenu
{
	display: none;
}

div#left
{
	display: none;
}

div#image img
{
	vertical-align:bottom;
}

div#title
{
	clear:both;
	float:left;
	padding: 10px 5px 10px 5px;
	width:550px;
	color: rgb(119,119,119);
	font-size:16px;
	font-weight: bold;
}

div#content
{
	clear:both;
	float:left;
	padding: 5px;
}

div#right
{
	display: none;
}

div#footer
{
	clear:both;
	float:left;
	padding: 8px 0px;
	width:980px;
	height:14px;
	line-height:14px;
	text-align:center;
}

div#footer img
{
	padding-right:15px;
	vertical-align: top;
}

div#footer a
{
	color: rgb(39,57,70);
}