body {
	background:url(site-background.gif) repeat-x top;
	margin:0px;
}

#main {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	border:1px #FFF solid;
	width:800px;
}

#banner {
	width:800px;
	height:273px;
	background:url(Header.gif) no-repeat;
}

#headers {
	line-height:0px;
	font-size:25px;
	font-weight:normal;
}

#copyright {
	border-top: 1px #000 solid;
	height:25px;
	text-align:center;
	font-size:9px;
}

a{
	color:#000000;
	font-size: 9pt;
	text-decoration: none;
}

a:hover{
	color:#cc9966;
	font-size: 9pt;
	text-decoration: none;
}

