	body {
		padding: 0;
		margin: 0;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
		background: #44403a url(images/tile-background.jpg) 50% 0% repeat-y;
		}
	
	div {
		margin: 0 auto 0 auto;
		text-align: left;
		}
	
	h2 {
		font-size: 20px;
		color: #eac600;
		letter-spacing: .025em;
		}
	
	h3 {
		font-size: 14px;
		color: #44403a;
		margin: 0;
		}
	
	#wrapper {
		width: 760px;
		}
	
	#header {
		background: #fff url(images/head.jpg) 0% 0% no-repeat;
		height: 131px;
		}
	
	#content {
		background: #fff;
		padding:15px;
		}
	
	#col-1 {
		width: 475px;
		float: left;
		padding: 15px;
		border: 5px solid #eac600;
		color: #666666;
		line-height: 20px;
		}
		
		
		
		
	
	#col-2 {
		float: left;
		width: 197px;
		margin-left: 13px;
		}
		
		#col-3 {
		width: 690px;
		float: left;
		padding: 15px;
		border: 5px solid #eac600;
		color: #666666;
		line-height: 20px;
		}
		
		
	
	#footer {
		background: url(images/tile-footer.jpg) 0% 0% repeat-x;
		padding-top: 15px;
		}
	
	#footer #col-1 {
		width: 490px;
		font-weight: bold;
		font-size: 11px;
		padding:15px;
		color: #44403a;
		float: left;
		border: none;
		}
	
	#footer #col-2 {
		color: #44403a;
		font-size: 11px;
		border-left: 1px solid #8a8884;
		border-top: none; border-right: none; border-bottom: none;
		float: left;
		padding-left: 10px;
		}
	
	#footer a {
		color: #44403a;
		text-decoration: underline;
		}
	
	#footer a:hover {
		color: #44403a;
		text-decoration: none;
		}
	
/******************************* NAV **********************************/

	#nav {
		font-size: 10px;
		position: absolute;
		top: 97px;
		}
	
	#nav ul {
		width: 750px;
		margin:0;
		padding:0 0 0 10px;
		list-style: none none;
		}
	
	#nav ul li {
		margin:0;
		padding: 0 1px 0 0;
		float: left; 
		display: block;
		height: 34px;
		}
	
	#nav ul li a {
		display: block;
		background-repeat: no-repeat;
		text-decoration: none;
		height: 34px;
		}
	
	#nav ul li a:hover {
		background-position: 0 -34px;
		}
	
	#nav_index_off { background-image: url(images/nav-index.gif); background-position: 0 0; width: 60px; }
	#nav_construction_off { background-image: url(images/nav-construction.gif); background-position: 0 0; width: 172px; }
	#nav_asphalt_off { background-image: url(images/nav-asphalt.gif); background-position: 0 0; width: 112px; }
	#nav_pavement_off { background-image: url(images/nav-pavement.gif); background-position: 0 0; width: 139px; }
	#nav_environmental_off { background-image: url(images/nav-environmental.gif); background-position: 0 0; width: 158px; }
	#nav_contact_off { background-image: url(images/nav-contact.gif); background-position: 0 0; width: 93px; }

	#nav_index_on { background-image: url(images/nav-index.gif); background-position: 0 -34px; width: 60px; }
	#nav_construction_on { background-image: url(images/nav-construction.gif); background-position: 0 -34px; width: 172px; }
	#nav_asphalt_on { background-image: url(images/nav-asphalt.gif); background-position: 0 -34px; width: 112px; }
	#nav_pavement_on { background-image: url(images/nav-pavement.gif); background-position: 0 -34px; width: 139px; }
	#nav_environmental_on { background-image: url(images/nav-environmental.gif); background-position: 0 -34px; width: 158px; }
	#nav_contact_on { background-image: url(images/nav-contact.gif); background-position: 0 -34px; width: 93px; }

/*********************************** CLASSES **************************************/
	
	.box-contact {
		background: #7b786f url(images/header-contact.jpg) 0% 0% no-repeat;
		margin-bottom: 15px;
		padding: 25px 15px 10px 15px;
		font-size: 11px;
		color: #fff;
		line-height: 16px;
		}
	
	.box-focus {
		background: #44403a url(images/header-focus.jpg) 0% 0% no-repeat;
		margin-bottom: 15px;
		padding: 25px 15px 10px 15px;
		}
	
	.spacer {
		clear: both;
		}