@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/home_back.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

#sidebar {
	float: left;
	background-image: url(../images/navback.png);
	height: 700px;
	width: 138px;
}
#nav {
	padding-top: 110px;
}

#content {
	overflow: auto;
	width: 620px;
	margin-top: 15px;



}
#content p {
	margin-left: 25px;

}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 130px;
	margin-left: 155px;
	font-size: small;
	color: #666666;

}
#footer a {
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
	font-size: small;
}
#footer a:hover {
	color: #FF0000;
}
#locations {
	float: right;
	width: 224px;
	text-align: left;
	font-size: x-small;
}
#locations p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 33px;
}
#locations a {
	text-transform: uppercase;
	text-decoration: none;
	color: #999999;
}
#content a {
	color: #FF0000;
}

#locations a:hover {
	color: #FF0000;
}
#container .right_float {
	float: right;
}
#print_logo img {
	display: none;
}
#print_truck {
	display: none;
}

