/* CSS Document */
body, td {
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#333333;
}
#container {
	width:100%;
	text-align:center;
}
#topnav {
	background-image:url(../images/top-background.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:180px;
	text-align:center;
}
#maincontent {
	width:750px;
	text-align:left;
}
#bottom {
	width:100%;
	position:relative;
	bottom:0px;
	margin:0px;
	left:0px;
}

#bottomimage {
	background-image:url(../images/bottom-background.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
	height:75px;
}

a:link {
	color: #1073BB;
}
a:visited {
	color: #1073BB;
}
a:hover {
	color: #DDB000;
}
a:active {
	color: #660000;
}
.footer {
	font-size: 11px;
}
