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 {
	height: 40px;
	width: 510px;
	position: absolute;
	padding-top: 80px;
	padding-left: 28px;
}

#content {
	height: auto;
	width: 515px;
	position: relative;
	padding-left: 70px;
	text-align: left;
	float: left;
	padding-top: 10px;
}

#nav {
	height: auto;
	width: 500px;
	position: relative;
	text-align: left;
	padding-bottom: 15px;
}

#contact {
	height: auto;
	width: 275px;
	position: relative;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}

#footer-credits {
	height: auto;
	width: 300px;
	position: relative;
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-right: 50px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #261f15;
	text-decoration: none;
}
a.text:link {
	color: #bd7623;
}
a.text:hover {
	color: #340e70;
}
a.text:visited {
	color: #bd7623;
}

.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #261f15;
	text-decoration: none;
}
a.textsmall:link {
	color: #bd7623;
}
a.textsmall:hover {
	color: #340e70;
}
a.textsmall:visited {
	color: #bd7623;
}


.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #261f15;
	text-decoration: none;
	font-weight: normal;
}
a.title:link {
	color: #bd7623;
}
a.title:hover {
	color: #340e70;
}
a.title:visited {
	color: #bd7623;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #261f15;
	text-decoration: none;
}
