
/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 background: #C0C0C0;
  }

#main{
width: 784px; /*The width of our layout*/
margin-left: auto;
margin-right: auto;
background: url("MainBackG.jpg");
height:;
}


	 
#hdr{
 height:90px;
 background:#808080;
 color:#000000;
 border:solid #000000;
 border-width:2px;
 
 }

#lh-col{
position: absolute;
 top: 120px;
 width: 110px;
 border: 2px solid #000000;
 background: url("3rdtruck.jpg") bottom no-repeat;
 
 color: #333333;
 padding: 0px;
 height: 250px;
 
 }

#lh-col ul
{margin-left: 0;padding-left: 0;list-style-type: none;font-family: Arial, Helvetica, sans-serif;font-size:"120%";}

#lh-col a
{display: block;padding: 0px;width: 110px;background-color: silver;border-bottom: 1px solid #eee;font-size:"120%";}

#lh-col a:link, #navlist a:visited
{color: #ffffff;text-decoration: none;font-size:"120%";}

#lh-col a:hover
{background-color: #808080;color: #fff;}


#rh-col{
 left: 120px;
 border: 2px solid #000000;
 background: white url("PrestigeBackground.jpg");
 background-repeat: no-repeat;
 background-position: center;
 color: #333333;
 padding: 20px;
 position :relative;
 overflow:;
 margin: 5px;
 width: 600px;
 height:;
 }

#ftr {
 height:90px;
 background:#808080;
 color: #333333;
 border:solid black;
 border-width:2px;
 margin: 0px;
 padding: 0px;

 }
