#container {
	background-color: #8CC0D1;
	background-image: url(menu_background.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	margin-bottom: 10px;
	border: 1px solid #333;
}
h1 {
	font-size: 120%;
	color: #286574;
}

#banner {
	border-bottom-width: 1px;
	border-bottom-color: #5DABC6;
	border-bottom-style: solid;
	height: 230px;
	width: 250px;
}
#nav {
	float: left;
	width: 160px;
	height: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC0000;
}
#nav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 145%;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #DABC6;
	list-style-type: none;
}
#nav li {
	background-image: url(button_background.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-color: #5DABC6;
}
#nav a:link {
	color: #286574;
	text-decoration: none;
	display: block;
	height: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#nav a:visited {
	color: #286574;
	text-decoration: none;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 20px;
}
#nav a:hover {
	color: #B4E1F0;
	text-decoration: none;
	display: block;
	height: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#nav shadow {
	background-image: url(menu_shadow.gif);
	display: block;
}
#content {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 170px;
}
#footer {
	font-size: 75%;
	color: #286574;
	background-color: #ABD2DF;
	clear: both;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-color: #DABC6;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #A6A3A3;
}
a:link {
	color: #006699;
}
a:visited {
	color: #663333;
}
a:hover {
	color: #003366;
}

p {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
