#banner
{
	width:800px;
	height:519px;	
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-top:50px;	
	
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	height: auto;
	width: 100%;
	line-height:normal;
	position:relative;
	left:300px;
	top:50px;	
}
#footer ul {
	list-style:none;
	
}
#footer li {
	margin-left: 5px;
	margin-right:5px;	
	float: left;
	border-right-style:solid;
	border-right-color:#999999;
	border-right-width:thin;
	padding-right:5px;
}
#footer a {
	display:block;
	text-decoration:none;
	color:#004B97;
}
#footer a:link{
	color:#004B97;
}
#footer a:visited {
	color:#004B97;
}
#footer a:hover{
	color:#FF9900;
}
