<--
body{
margin:0 auto 0;
text-align:center;
width:1100px;
}

#container{
background-color:#FFF;
position:relative;
width:950px;
height:auto;
text-align:center;
margin:0 auto 0;
z-index:-1000 ;
}

#topHeader {
	background-image: url(/images/top.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: 0px auto;
	float:none;
	z-index: 3;
	height: 170px;
	width: 945px;
	
}
#topNav {
	height: 45px;
	width: 946px;
	position: relative;
	margin: 0px auto;
	background-image: url(/images/top_nav_bg.jpg);
	z-index:4;
}
#leftNavbg {
	background-color:#FFF;
	min-height:auto;
	border-left:#666;
	border-left-style:solid;
	border-left-width:thin;
	float:left;
	height:100%;
	margin:0px auto;
	position: relative;
	z-index: 900;

}


#rollover a {
	display:block;
	width: 105px;
	padding:18px 5px 18px 5px;
	font: bold 13px sans-serif;
	color:#CCC;
	float: left;
	height: 15px;
	text-align: center;
	text-decoration: none;
}
#rollover a:hover {
	background-position: 0 0px;
	color: #FF0;
	
}
#rollover a:active {
	background-position: 0 0px;
	color:#fff;
	}

 menu {
	padding:0; 
	margin:0; 
} 
#menu li {
	list-style-type:circle; 
} 

