html,BODY {
	MARGIN: 0px; COLOR: white; BACKGROUND-COLOR: #FFFFFF;
	padding:0;
	text-align:center;
	font-family: Verdana;
	font-size:12px;
	border:0; 
  border-collapse:0; 
  border-spacing:0; 
	} 
	
	body{ 
  font-family:Verdana, Arial, Helvetica, sans-serif;
} 

#horizon {
	DISPLAY: block; LEFT: 0px; VISIBILITY: visible; OVERFLOW: visible; WIDTH: 100%; COLOR: #000000; POSITION: absolute; TOP: 50%; HEIGHT: 1px; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: left;
}
#content {
	LEFT: 50%;
	VISIBILITY: visible;
	MARGIN-LEFT: -450px;
	WIDTH: 900px;
	FONT-FAMILY: Verdana, Geneva, Arial, sans-serif; 
	POSITION: absolute;
	TOP: -261.5px;
	HEIGHT: 523px;
	BACKGROUND-COLOR: #FFFFFF;
	 border-left: 1px solid #0082c6;
 border-right: 1px solid #0082c6;
 border-top: 1px solid #0082c6;
 border-bottom: 1px solid #0082c6;
}

#footer {
	LEFT: 50%;
	VISIBILITY: visible;
	MARGIN-LEFT: -450px;
	WIDTH: 900px;
	FONT-FAMILY: Verdana, Geneva, Arial, sans-serif; 
	POSITION: absolute;
	TOP: -261.5px;
	HEIGHT: 10px;
	BACKGROUND-COLOR: #FFFFFF;
	 border-left: 1px solid #0082c6;
 border-right: 1px solid #0082c6;
 border-top: 1px solid #0082c6;
 border-bottom: 1px solid #0082c6;
}

#header{
 position:relative; 
 height:22px; 
  background-color:#F5F5F5; 
 width:100%;
 border-bottom: 1px solid #0082c6;
  background-repeat:repeat-x;
	background-position: left bottom;
	background-image:url(images/top.jpg); 
} 

#maincol{background-color: #ffffff;  
 float: right; 
 display:inline; 
 position: relative; 
 width:350px; 
 height:441px;
 background-repeat: no-repeat;
	background-position: right center;
	background-image:url(images/vehicle_wrap_right.jpg); 
 }
 
 .telnumber{
 float:right;
 position:relative;
 }
 
 #leftcol{
 width:550px; 
 height:441px;
 float:left; 
 position:relative; 
 background-color:#ffffff;
 background-repeat: no-repeat;
	background-position: left bottom;
	background-image:url(images/liz_logo_head.jpg); 
  }
  
  #left_footer{
 width:450px; 
 height:59px;
float:left; 
 background-color:#cce6f4;
 background-repeat: no-repeat;
	background-position: left bottom;
	background-image:url(images/blue_liz_text.jpg);

  }
  
  span {background-color:#FFFFFF;}
  
  #right_footer{background-color: #cce6f4;  
 float: right; 
 height:59px;
 width:450px;
 background-repeat: no-repeat;
	background-position: right bottom;
	background-image:url(images/vehicle_wrap_footer.jpg);
 } 
 
 #bar{
 width:100%;
 background-color: #FFFFFF;  
 background-repeat:repeat-x;
 background-position: left bottom;
background-image:url(images/bar.jpg);
font-size:14px;
font-weight:bold;
 } 

/* *** Float containers fix:
 */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
