body {
	background-color: #bd7623;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/tire-tile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#logo {
	width: 600px;
	position: relative;
	top: 30px;
	left: 300px;
	text-align: center;
}

#content {
	height: auto;
	width: 440px;
	position: relative;
	padding-left: 50px;
	text-align: left;
	float: left;
	padding-top: 0px;
}

#services {
	height: auto;
	width: 375px;
	position: relative;
	float: left;
	padding-left: 20px;
	bottom: 0px;
	text-align: left;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
a.text:link {
	color: #000000;
}
a.text:hover {
	color: #ea1f1f;
}
a.text:visited {
	color: #000000;
}

.textgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}


.textblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.textblack:link {
	color: #1462aa;
	text-decoration: underline;
}
a.textblack:hover {
	color: #ea1f1f;
}
a.textblack:visited {
	color: #1462aa;
	text-decoration: underline;
}

