* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
	color: #ffffff;
}
br {
	clear: left;
}
#container {
	width: 766px !important;
	margin-left: auto;
	margin-right: auto;
	background: url('../images/bodybg.gif') 0px 0px repeat-y;
	background-color: #000000 !important;
	border: 1px solid #666666;
}
#headerContainer {
	display: block;
	width: 766px;
	height: 124px;
}
#logo {
	float: left;
	height: 124px;
	width: 181px;
	background: url('../images/logo.gif') 0px 0px no-repeat;
}
#header {
	float: left;
	width: 585px;
	height: 89px;
	background: url('../images/header.gif') 0px 0px no-repeat;
}
ul#menu {
	float: left;
	width: 585px;
	height: 35px;
	background: url('../images/menu.gif') 0px 0px no-repeat;
}
ul#menu li {
	display: inline;
}
ul#menu li a {
	display: inline;
	padding: 4px 19px 5px 19px !important;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	height: 23px;	
	line-height: 23px;
	text-decoration: none;
	text-transform: uppercase;
}
* html ul#menu li a {
	display: inline;
	padding: 4px 19px 5px 19px !important;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	height: 20px;	
	line-height: 20px; 
	text-decoration: none;
	text-transform: uppercase;
}
ul#menu li a:hover,
ul#menu li.over a {
	background-color: #000000 !important;
	text-decoration: none !important;
	color: #ffffff;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 4px 18px 5px 18px !important;
}
* html ul#menu li a:hover,
* html ul#menu li.over a {
	background-color: #000000 !important;
	text-decoration: none !important;
	color: #ffffff;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	padding: 4px 18px 5px 18px !important;
}
#contentContainer {
	width: 695px;
	height: auto;
	margin: 10px 0px 10px 35px !important;
}
#contentContainer h1 {
	width: 695px;
	height: 20px;
	margin: 5px 0px 5px 0px;
	padding: 2px 0px 0px 0px;
	background: url('../images/h1.gif') 0px 0px no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-indent: 25px;
}
.content {
	width: 673px;
	height: auto;
	border: 1px solid #999999;
	background-color: #484848;
	padding: 10px 10px 10px 10px;
}
#footer {
	height: 35px;
	width: 766px;
	background: url('../images/footer.gif') 0px 0px no-repeat;
}
