#container {
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
}
#container #content #main {
	width: 500px;
	float: left;
	margin-top: 15px;
	padding: 0px;
}
#container #content #sidebar {
	width: 200px;
	float: right;
	margin-top: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: thin;
	border-left-style: dashed;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#header {
	height: 106px;
	width: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	left: 0px;
	top: 0px;
	background-image: url(images/Web%20Banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#header h1 {
	font-size: 1px;
}

#menu {
	height: auto;
	width: auto;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #000077;
	border-top-width: thin;
	border-bottom-width: medium;
	border-top-style: solid;
	border-top-color: #FFCC66;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
}

#content {
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
}
#menu ul {
	list-style-type: none;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#menu ul li {
	display: inline;
	height: auto;
	width: 50px;
	border-right-style: solid;
	border-right-color: #FFCC00;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 12px;
	font-weight: bold;
	border-left-color: #FFCC00;
	border-left-style: solid;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#footer {
	background-color: #000077;
	height: 20px;
	width: auto;
	padding-left: 15px;
	clear: both;
	color: #FFCC00;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
}
body {
	background-image: url(images/dkbluebggrid.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#menu ul li a:hover {
	color: #7B81FF;
	text-decoration: underline;
}
#menu ul li a {
	color: #FFCC00;
	text-decoration: none;
}
