/* CSS Document */
body {
	background:#1D0100 url(images/bg.gif) top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align: center;
	margin: 0px;
}
#container {
	margin: 3px auto;
	width:750px;
}
#banner {
	width:748px;
	height:261px;
	background: url(images/banner.gif) no-repeat top center;
}
#nav {
	width: 150px;
	height:500px;
	margin-right:40px;
	float:left;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
	margin-bottom:30px;
}
#nav a {
	font-family:Arial Black, Arial Black, Gadget, sans-serif;
	font-size:16px;
	text-align:left;
	display: block;
	color:#000000;
	background-color:#FFCC00;
	width:150px;
	padding:3px;
	text-decoration: none;
}
#nav a:hover {
	color:#000000;
	background-color: #999900;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}