html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: #000;
 background-image: url(images/main_bg.png);
 background-repeat: repeat-x;
 font: 100% Verdana, Arial, Helvetica, sans-serif;
} 

h1{
 font-size: 24px;
 margin: 0;
}

h2{
 font-size: 16px;
 margin-top: 5px;
}

.heading {
 text-align: center;
 font-weight: bold;
}

img {
 border: 0;
}

#pagewidth{ 
 width:800px; 
 padding-top: 50px;
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
}
 
#wrapper{
width: 800px;
height: 600px;
margin: 0 auto;
}

#wrapper-1col{
float:left;
width: 800px;
margin: 0 auto;
}

#header{
 position:relative; 
 height:100px; 
 background: url(images/head_bg.png) no-repeat; 
 width:800px;
 margin:0 auto;
} 

#logo{
  width: 240px;
  float: left;
  padding: 5px;
}

#logo img{
 border:0;
}

#truck{
  width: 150px;
  float: right;
  padding-right: 20px;
  padding-top: 5px;
}

#nav{
 width: 140px;
 margin: 0 auto; 
 padding-left: 2px;
}

#nav ul{
 margin: 0;
 padding: 0;
 list-style: none;
 width: 760px;
} 

#nav li{
 background-image: url(images/bullet.png);
 background-repeat: no-repeat;
 width: 140px;
 padding-left: 45px;
 line-height: 40px;
 font-size: 16px;
 font-weight: bolder;
}

#nav a{
 text-decoration: none;
 color: #fff;
}
#nav li:hover{

}

#nav a:hover{
  color: #ff0;
}

#nav img{
 border: 0;
 padding-top: 5px;
}

#threecols{
 width:800px;
 height: 500px;
}
#twocols{
 width: 780px;
 float:left
}
#maincol{
 color: #fff;  
 float: left; 
 display:inline; 
 position: relative;
 background-image: url(images/cont_bg.png); 
 width:620px;
 height:480px;
}

#maincol a{
  color: #fff;
  text-decoration: none;
}

.leftimg{
 padding-top: 5px;
 padding-right: 5px;
 float: left;
}

.rightimg{
 padding-top: 5px;
 padding-left: 5px;
 float: right;
}

#content {
 padding-top: 5px;
 padding-left: 10px;
 padding-right:10px;
 height: 475px;
 overflow-y: auto;
}

#leftcol{
 width: 160px;
 height:480px;
 float: left;
 background-image: url(images/main_lt.png);
}

#rightcol{
 width: 20px;
 height:480px;
 float: right;
 background-image: url(images/main_rt.png);
}

#rightcol img{
 border:0;
}

#2col {
  width: 620px;
}

#left {
  width: 290px;
  float: left;
}

#right{
  width: 290px;
  float: right;
}
.home {
 line-height: 40px;
 font-weight: bold;
}
.page{
margin-left: 20px;
}

.sub{
 margin-left: 40px;
}

#footer{
 height:20px; 
 width: 800px;
 background-image: url(images/main_bot.png); 
 margin:0 auto;
 clear:both;
} 

#copyright{
 width:800px;
 margin: 0 auto;
 text-align: right;
 background-image: url(images/footer_bg.png);
 background-repeat: no-repeat;
 padding-top: 10px;
 color: #666;
 font-size: 12px;
}

#copyright a{
 color: #666;
 text-decoration: none;
}

#copyright a:hover{
 text-decoration: underline;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
