﻿#container {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
}
#masthead {
	padding: 0;
	margin: 0px;
	height: 325px;
	width: 780px;
	background-image: url('../images/content-stretch.jpg');
}
#navbar {
	padding: 0px;
	margin: 0px;
	background-image: url('../images/navbar.jpg');
	clear: both;
	background-repeat: no-repeat;
}
#content {
	padding: 5px;
	margin: 0px;
	background-image: url('../images/content-stretch.jpg');
	background-repeat: repeat-y;
	height: auto;
	width: 100%;
	position: relative;
	font-family: Verdana;
	font-size: small;
	vertical-align: top;
}
#content ul {
	margin-top: 0px;
}
#footer {
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	clear: both;
}
#topnav {
	padding: 0px;
	margin: 0px;
	z-index: 80;
	position: relative;
	width: 100%;
	height: 325px;
}
#navbar ul li {
	display: inline;
	padding: 0px 0px 0px 5px;
}
#navbar ul {
	padding: 6px 0px 0px 10px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
#topnav ul {
	list-style-type: none;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 20px;
	line-height: 35px;
}
#righttopnav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 45px;
}

body {
	font-family: "Trebuchet MS";
}
