* {margin: 0px; padding: 0px;}
	
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#fff;
}

a
{
	color:#000;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

#header
{
	height:170px;
	background-image:url(images/wlogo.png);
	background-repeat:no-repeat;
	background-position:10px 5px;
	border-style:solid;
	border-width:2px 0 4px 0;
	border-color:#d8302a;
}

#header a
{
	float:left;
	height:170px;
	width:500px;
}

#maincontent
{
	height:345px;
	margin:14px 0 0 28px;
	color:#313131;
}

#maincontent h1
{
	font-size:24px;
	margin-bottom:8px;
}

#maincontent ul
{
	margin-left:20px;
}

#maincontent ul li
{
	margin:10px 0 10px 0;
}

#footer
{
	height:80px;
	font-size:9px;
	color:#313131;
	border-style:solid;
	border-width:4px 0 0 0;
	border-color:#d8302a;
}

#footer p
{
	margin:6px 0 0 24px;
}