@charset "utf-8";
/* CSS Document */
body
{
	background-color:black;
	font-family:"Century Gothic";
}

.bodycontainer
{
	width:1000px;
	color:white;
	border:white solid medium;
}

.content
{
	background-color:#666666;
	width:845px;
	margin-left:151px;
}

.footer
{
	width:auto;
	text-align:center;
}

.banner
{
	background-image:url(banner.php);
	height:150px;
}

.navbar
{
	width:150px;
	float:left;
}

ul.menu
{
	padding:0;
	list-style:none;
	text-align:right;
}

ul.menu li a
{
	display:block;
	color:white;
	text-decoration:none;
}

.active, ul.menu li.active a:hover
{
	background-color:#666666;
	font-weight:bold;
}

ul.menu li a:hover
{
	background-color:#999999;
}
