
* {
	font-size: 12px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 12px;
}

a {
	color: #000066;
}

.title {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#truck {
	background-image:  url("/artwork/red-truck.jpg");
	height: 170px;
	background-repeat: no-repeat;
	background-position: center top;
}

.redtext {
	font-family: Georgia;
	color: #B51B23;
	font-weight: bold;
}

#content {
	margin-left:10px;
	float:left; 
	width: 477px;
}

#left {
	float:left; 
	width: 300px; 
	background-color: #5094B9;
}

#copyright {
	width: 280px; 
	font-size: 9px; 
	color: #FFFFFF; 
	margin:10px;
	
}

#copyright a {
	font-size: 9px;
	color: #FFFFFF;
	font-weight:bold;
}

#printLogo {
	display:none;
}

