@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #103987;
}
.footer {
	background-image: url(../images/dipstick_15.jpg);
	height: 201px;
	width: 1005px;
	color: #FFFFFF;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.services_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
a.white_link:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white_link:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.white_link:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.white_link:active {
	text-decoration: none;
	color: #999999;
	}
.footer_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align: center;