/* css_content.css for the inner workings of the page */

#content {

}

#images {
left: 20px;
position: absolute;
top: 180px;
}

	#images img {
	border: 1px solid #333;
	margin-right: 3px;
	}
	
#page {
background: white url('pageBackground.jpg') top left no-repeat;
height: 263px;
left: 20px;
position: absolute;
top: 257px;
width: 287px;
}
	
	#page h1 {
	background: #004687;
	border-left: 2px solid white;
	color: white;
	display: block;
	font-size: .9em;
	height: 20px;
	padding-left: 20px;
	padding-top: 4px;
	text-decoration: none;
	width: 100px;
	}
	
	#page p {
	color: #444;
	font-size: .8em;
	line-height: 120%;
	margin: 10px;
	}
	
#productlogos {
background: white;
border: 1px solid #333;
border-collapse: collapse;
margin-left: 70px;
margin-top: 110px;
}

	#productlogos td {
	text-align: center;
	}

#productPerformanceAndTel {
position: absolute;
right: 30px;
top: 115px;
}

#time {
color: #5CC5ED;
font-size: .9em;
position: absolute;
left: 20px;
top: 127px;
}

#welcomeToMotorLogic {
position: absolute;
right: 400px;
top: 120px;
}