@charset "utf-8";
/* First Tire and Auto
	Index CSS */


body {
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 125%;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#wrapper {
	width: 971px;
	margin-right: auto;
	margin-left: auto;
}

.shocks {
	background-image: url(../images/shocks.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 88px;
	width: 971px;
}

#fta-flash {
	float: left;
	height: 277px;
	width: 971px;
	background-image: url(../images/fta-header.jpg);
	background-repeat: no-repeat;
}

#navbar {
	background-image: url(../images/navbar2.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 54px;
	width: 941px;
	margin: 0px;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#content-wrapper {
	float: left;
	width: 971px;
	background-image: url(../images/body-content-bg2.png);
	background-repeat: repeat-y;
	padding-bottom: 10px;
}

#bodybox {
	float: left;
	width: 925px;
	padding-left: 25px;
}

#bodybox a:link, #bodybox a:visited {
	color: #0396D9;
}

#bodybox a:hover {
	color: #990000;
}

#left-box {
	float: left;
	width: 625px;
	margin-top: 15px;
}

.staff-box {
	width: 620px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #6DC1F0;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#right-box {
	float: right;
	width: 240px;
	margin-top: 15px;
}

#dashboard {
	width: 230px;
	padding-left: 9px;
}

#footer {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	height: 117px;
	width: 971px;
}

#footer-text {
	float: left;
	width: 970px;
	margin-top: 20px;
	text-align: center;
	color: #EBEBE9;
	font-size: 85%;
	font-weight: bold;
}

#footer-text a:link, #footer-text a:visited {
	color: #EBEBE9;
	text-decoration: none;
	font-weight: bold;
}

#footer-text a:hover {
	color: #179CDD;
	text-decoration: none;
}

.floatleft {
	float: left;
	margin: 5px;
}

.floatright {
	float: right;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 7px;
}

.clearit {
	clear: both;
}
