/*
------------------------------------------------------
This style sheet contains the classes for the general 
page contruction and positioning.
------------------------------------------------------
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #000;
	
}
#container {
	position:relative;
	left:0px;
	top:0px;
	margin: 0 auto;
	padding: 0px;
	text-align:left;
	width: 974px;
}

 

#middle {
	position:relative;
	display:block;
	left:0px;
	top:0px;
	background: url(../images/lexusprintheader.gif) no-repeat top center;
} 

#bodycopy {
	margin: 0px 0px 0px 0px;
	padding:100px 0px 0px 0px;
	/*border-bottom: 3px solid #32aaff;*/
	

}

#maincontent {
border:0px;
}


#footer, #leftnav, #promotions, #top, #UcTopNav1_anmMain, #header, #homebody,  #modelNav, img, #leftnav   {
display:none;
visibility:hidden;
}

 .leftnav-header{
display:none;

}
