@charset "utf-8";
/* CSS Document */

#container {
	background-color: #000000;
	height: auto;
	width: 950px;
	margin: auto;
}
#container #main {
	width: 950px;
	height: 484px;
}
#container #main #left {
	float: left;
	width: 250px;
}
#container #header {
	height: 90px;
	width: 950px;
	text-align: center;
	vertical-align: middle;
}
li {
	display: block;
	line-height: 150%;
	width: 150px;
	left: 150px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: .5px;
	font-size: 10pt;
}
.selectedItem {
	color: #FFFFFF;
}

#container #main #left #navigation {
	float: right;
	width: 190px;
}

#container #main #right {
	float: left;
	width: 600px;
}
#container #footer {
	width: 950px;
}

body {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 97%;
}
a {
	text-decoration: none;
	color: #B4B4B4;
}

a:hover {
	border-bottom: none;
	color: #FFFFFF;
}

a img {
	border: none;
}

