body {
	background: url(../img/www_body_bg.gif) top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}

#topBar {
	margin: 0 auto;
	width: 960px;
	height: 41px;
	background: url(../img/www_top_bar.gif) top center no-repeat;
	position: relative;
}
	
	#topBar p {
		height: 28px;	
		width: 180px;
		background: url(../img/www_top_bar.gif) no-repeat top left;
		background-position: -15px -46px;
		position: absolute;
		top: 5px;
		left: 15px;
		text-indent: -19000px;
	}
	
		#topBar p a {
			display: block;
			height: 28px;
			width: 37px;
			background: url(../img/www_top_bar.gif) no-repeat top left;
			background-position: -15px -46px;
			position: absolute;
		}
		#topBar p a:hover {
			background-position: -15px -87px;
		}
		
#main {
	background: url(../img/www_model.jpg) top center no-repeat;
}
		
#content {
	margin: 8px auto 0 auto;
	width: 960px;
	position: relative;
	height: 605px;
	min-height: 605px;
}
		
	#tagline {
		width: 614px;
		height: 94px;
		background: url(../img/www_providing_superior_technology.gif) top left no-repeat;
		text-indent: -19000px;
		position: absolute;
		top: 40px;
		left: 35px;
	}
	
	#content #main_nav {
		position: absolute;
		top: 180px;
	}
	
	#noFlash {
		margin-left: 30px;
	}
	
		#noFlash p {
			margin-bottom: 10px; 	
		}
		
		#noFlash ul {
			margin-top: 100px; 	
		}
		
		#noFlash ul li {
			margin-bottom: 10px;	
		}
	
#footer {
	margin: 13px auto 0 auto;
	padding: 0 0 0 40px;
	width: 960px;
}