body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: verdana, geneva, sans-sefif;
	font-size: 10px;
	color: #606060;
}

#logo {
	top: 10px;
	left: 16px;
	width: 139px;
	height: 93px;
	position: absolute;
}

#navBar {
	top: 98px;
	width: 100%;
	text-align: right;
	font-weight: bold;
	position: absolute;
}

	#navBar a {
		padding: 0px 12px 0px 12px;
		text-decoration: none;
		color: #989898;
	}
	
	#navBar a:hover {
		padding: 0px 12px 0px 12px;
		text-decoration: none;
		color: #333;
	}
	
	#navBar .hit {
		padding: 0px 12px 0px 12px;
		text-decoration: none;
		color: #000;
	}
	
#strip {
	width: 100%;
	height: 9px;
	top: 116px; 
	background: url(images/strip_bg.gif) top left repeat-x;
	position: absolute;
}

#mainContent {
	width: 100%;
	top: 133px;
	left: 0px;
	position: absolute;
}


	



