* {
	padding: 0px;
	margin: 0px;
	line-height: auto;
}
body {
	font: normal normal 12px "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
}
div#hcontainer {
	margin: 0 auto;
	width: 800px;
}
div#header {
	background: #000;
	width: 800px;
	height: 109px;
	margin: 0;
}
div#logo {
	float: left;
	width: 170px;
	margin-top: 28px;
	margin-left: 22px;
}
a:hover#go_home {
	background: #1a1a1a url(../images/header/header.gif) no-repeat 20px -43px;
}
.nodisp {
	line-height: 0px;
	display: none;
}
div#nav_container {
	background: url(../images/header/nav_bg.png) no-repeat;
	width: 800px;
	height: 39px;
	clear: left;
}

div#nav_container_ftr {
	background: url(../images/header/nav_btm.png) no-repeat;
	width: 800px;
	height: 39px;
	clear: left;
}


* html div#nav_container {
	background-image: none;
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='nav_btm.png', sizingMethod='crop');
}
ul#nav {
	z-index: 12;
	padding-top: 0px;
	padding-left: 5px;
}
ul#nav li {
	position: relative;
	z-index: 99999;
	display: block;
	float: left;
	position: relative;
	font-size: 11px;
	color: #c9c9c9;
	margin-top: 7px;
	padding: 2px;
}

#homelink a {

  color: #000 !important;
}
ul#nav a {

	text-decoration: none;
	font-family: tahoma,verdana,arial,sans-serif;
  color: #000;
	padding: 3px;
	margin-right: 2px;
	font-size: 1.0em;

}
ul#nav a:hover {


	font-weight: bold;
	color: #990000;
	padding: 3px;
	margin-right: 2px;
}
#adboxtop {
	margin-top: 25px;
	margin-right: 35px;
	height: 60px;
	float: right;
	width: 468px;
	color: #000;
}
#right_nav {
	padding: 5px;

	float: right;
}
ul#right_nav li {
	position: relative;
	z-index: 99999;
	display: block;
	float: right;
	position: relative;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 11px;
	color: #c9c9c9;
}
ul#right_nav a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
	padding: 4px;
}
ul#right_nav a:hover {
	text-decoration: underline;
}
#mainbox {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #303030;
	text-align: justify;
	width: 778px;
	border: 0px solid red;
	margin-left: auto;
	margin-right: auto;
}