html,body {
	margin:0;
	padding:0;
}
body {
	font-size: 76%; 
	font-family: "trebuchet MS", verdana, arial, sans-serif; 
	background: white;
	text-align: center
}

p {
	margin:0 10px 10px;
	line-height: 20px;
}

a
{
	color: #981793;
}

a:hover 
{
	color:#0062a3;
	background-color: #e0e0e0
}


div#header
{
	height: 168px;
	margin: 0;
	background: #EEE;
	color: white
}

div#container
{
	text-align: left;
	width: 920px;
	margin: 0 auto;
}
div#content p 
{
	line-height: 20px;
	margin: 5px 185px 10px;
}

div#wrapper {
	float:left;
	width:100%
}

div#menu {
	float:left;
	width:180px;
	margin-left:-920px;
	background: white;
	padding-top: 10px;
}
div#extra {
	float:left;
	width:160px;
	margin-left:-160px;
	padding-top: 10px;

}

div#footer {
	background: #e0e0e0;
	color: black;
	margin: 0;
	padding:2px;
	clear:both;
	height: 20px;
}

