* 
{ 
	margin: 0; 
	padding: 0; 
}
body
{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 62.5%;
	width: 100%;	
	background: #000 url(../images/headerx.gif) repeat-x top left;
}
* 
{ 	
	font-size: 100%; 
}
ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
h1#logo
{
	position: relative;
	top: 20px;
	left: 22px;
	background: url(../images/logo.gif) no-repeat top left;
	width: 282px;
	height: 62px;
	text-indent: -9000px;
}
#header
{
	width: 950px;
	height: 104px;
	margin: 0 auto;
}
#wrapper1
{
	overflow: hidden; /* just added */
	width: 950px;
	border: 0px solid red;
	margin: 0 auto;
	background-color: #FFF;
}
#main-nav 
{
	overflow: hidden;
	display: inline-block; /* for ie6 */
	background-color: #000;
	padding-bottom: 4px;
}
#main-nav 
{
	display: block; /* for ie6 */
}
#main-nav ul
{	
	float: left;
	display: inline-block;

}
#main-nav li
{
	float: left;
	margin-left: -16px;
}
#main-nav li.home
{
	margin-left: 0;
}
#main-nav li.nothome
{
	margin-left: 0;
}
#main-nav li a
{
	width: 108px;
	height: 31px;
	background: url(../images/section_black.gif) no-repeat top left;
	
}
#main-nav li a:hover
{
	width: 108px;
	height: 31px;
	background: url(../images/section_lightblue.gif) no-repeat top left;
}

#main-nav li.home a
{
	background: url(../images/home_lightblue.gif) no-repeat top left;
	width: 94px;
	height: 31px;
	text-indent: -6px;
}

#main-nav li.nothome a
{
	background: url(../images/home_black.gif) no-repeat top left;
	width: 94px;
	height: 31px;
	text-indent: -6px;
}

#main-nav li#here a
{
	width: 108px;
	height: 31px;
	background: url(../images/section_lightblue.gif) no-repeat top left;
}

#main-nav li.home a:hover
{
	background: url(../images/home_lightblue.gif) no-repeat top left;
	width: 94px;
	height: 31px;
}

#main-nav li.nothome a:hover
{
	background: url(../images/home_lightblue.gif) no-repeat top left;
	width: 94px;
	height: 31px;
}
#main-nav a
{
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	text-indent: 4px;
	line-height: 31px;
	font-weight: bold;
	
}

#main-nav li.home a
{
	
}

#main-nav li#nothome a
{
	
}

#search
{
	border: 0px solid red;
	float: left;
	overflow: hidden;
	margin-left: -16px;
	background: url(../images/bar.gif) no-repeat top left;
	width: 228px;
	height: 31px;
	line-height: 31px;
	text-align: center;
}

#searchbox
{
	width: 100px;	
}
#searchbutton
{

}
#search input
{	
	margin: 8px 0;
	vertical-align: middle;	

}
#sub-nav
{
	overflow: hidden;
	float: left;
	padding: 0px 3px;
	background: url(../images/behind_sub_nav.gif) repeat-x top left;
	margin-bottom: 5px;
}
#sub-nav ul
{
	float: left;
	background: url(../images/sub_nav.gif) no-repeat top left;
	width: 704px;
	height: 28px;
}
#sub-nav li
{
	float: left;
	padding: 6px 16px;
	border-left: 1px solid #BCBEC0;
}
#sub-nav li.first{
	margin-left: 4px;
	border-left: none;
}
#sub-nav a
{
	font-size: 1.1em;
	color: #353232;
	text-decoration: none;
}
#sub-nav li.rss a
{
	background: url(../images/rss_icon.png) no-repeat top right;
	width: 12px;
	height: 12px;
	padding-right: 20px;
}