/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#logo{
	padding: 0px 0px;
	background-image: url(../images/quarter-tire.gif);
	background-repeat: no-repeat;
	z-index: 7;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 182px;
	height: 194px;
}


#masthead{
	height: 95px;
	background-color: #6b9e8c;
	margin-left: 77px; 
	padding: 0px;
	position:absolute;
	z-index:2;
	left: 0px;
	top: 0px;
	width: 740px;
}

/* consider Tead to be Layout - Column 1                                */
#tread{
	padding: 0px 0px;
	background-image: url(../images/tiretread--black.jpg);
	background-repeat: repeat-y;
	z-index: 2;
	position:absolute;
	left: 0px; 
	top: 0px;
	width: 790px;
}


#content{
	background-image: url(../images/car-truck-tractor-tires-ghost.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px 10px;
	position:relative; 
	width: 690px;
	max-width:705px; 
	min-width:400px;
	z-index:3; 
	left: 85px; 
	top: 120px;
	}

#footer {
	clear: both;
	margin: 1mm 1mm 1mm;
	padding: 0cm 0px 0px 0px;
	background-color: white;


	width 790px; 
	max-width: 780px;
	min-width:400px;
	position:relative;
	top: 4cm;
	border: 1px solid lightgray;
	width: 790;
}
