body {
	color: White;
	background-color: Black;
	font-family: "Red Circle", "MS Sans Serif", sans-serif;
}

a {
	color: White;
	text-decoration: none;
}

a:visited {
	color: White;
}

a:hover {
	color: Lime;
}

div.header {
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

div.menu {
	float: left;
	background-image: url(images/nav_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 175px;
	padding-top: 1em;
	line-height: 2em;
	height: 1188px;
	margin: 10px 20pt;
	text-align: center;
	border: 0
}

div.menu ul {
	margin: 0 4px;
	padding: 0;
	border: none;
}

div.menu li {
	border-bottom: 1px solid #90bade;
	margin: 0;
}

div.menu li a {
	padding: 5px 5px 5px 0.5em;
	display: block;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 80%;
}

div.menu li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: Lime;
}

ul {
	list-style-type: none;
}

div.container {
	width: auto;
	float: none;
	font-family: "MS Sans Serif", sans-serif;
}

div.info {
	background-image: url(images/news_box_bg.jpg);
	width: 545px;
	float: left;
	margin: 10px 5pt;
}

div.footer {
	background-image: url(images/news_box_bg.jpg);
	clear: left;
	font: small "MS Sans Serif", sans-serif;
	margin: 30px 10px 5px 238px;
	width: 545px;
}

p {
	margin: 1em 1em;
}