@charset "UTF-8";
/* CSS Document */

<style type="text/css">

#banner{
	width:770px;
	height:150px;
	padding:5px;
}

#footer{
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-left: 125px;
	height: 100px;
	width: 500px;
}
#navbar {
	height: 35px;
	width: 800px;
	margin-top: 0px;
}
table {
	margin-top: 0px;
	margin-right: auto;
	margin-left: 0px;
}

#maincontent {
	height: auto;
	width: 800px;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
</style>
