.container_12 { background: url(../images/contentbg.png); }



aside { background: green; } 

.primary { background: url(../images/contentbg.png); }



.main { margin: 30px 0; }

.grid_10 {margin-left: 0;}

body {
	background-color: #bdbdbd;
	background-image: url();
}

/*
************************************
*  =Header
************************************
*/
header {overflow: hidden;}
header { background: url(../images/headerbg.png); }

h1 a {
    background: url(../images/logo.png) no-repeat;
    display: block;
    height: 85px;
    text-indent: -9999px;
    width: 362px;
    float: left;
}

/*
************************************
*  =nav
************************************
*/

nav {
 text-align: center;
  margin: 20px;

}
nav li { display: inline; 
}

}
/*
************************************
*  =rolloff
************************************
*/
.rolloff { 
	background: url(../images/truck.jpeg) no-repeat;
	width: 395px; 
	height:160px;
}

h6 {  
  background: url(../images/truck.jpeg) no-repeat;
  width: 395px; 
  height:160px;
}

/*
************************************
*  =map
************************************
*/
h5 {  
  background: url(../images/map.jpg) no-repeat;
  width: 207px; 
  height:285px;
}

/*
************************************
*  =miscellaneous
************************************
*/

a {
  color: #FFFFFF;
  text-decoration: none;
}

a:hover, .selected {
  color: #1a517c
}
h2 { 
	font-size: 24px;
	color: #166aab
 	}

 h3 {
  text-align: center;
  font-size: 24px;
  color: #166aab
  
	}
 
 h4 {
 	text-align: center;
 	font-size: 12px;
	color: #000000
	}

  h8 {
    font-size: 24px;
    color: #000000
  }

 /*
************************************
*  =footer
************************************
*/	

footer {
  clear: both;
  padding: 5px;
  margin-top: 5px;
  height: 40px;
  font-size: 0.8em;
  border-top: 1px solid #515244;
  color: #FFFFFF;
  background-image: url(../images/footerbg.png); 
  text-align: center;
}

footer a:link,#footer a:visited {
  background: inherit;
  color: #acaf2c;
  text-decoration: none;
}

footer a:hover {
  border-bottom: 1px dashed #858563;
  background: inherit;
  color: #858563;
}