@charset "utf-8";
/* CSS Document */


body {
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#494949;
	background-image:url(images/tire_tread.jpg);
	background-position:right;
	background-attachment:fixed;
	background-repeat:repeat-y;
	text-align:center;
}

.page_text {
    font-size:12px;
	color:#FFFFFF;
	}

a:link {
	color: #F65E37;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:visited {
	color: #F65E37;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:hover {
	color: #F65E37;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:active {
	color: #D0D0D0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


.top { background-image:url(images/top.jpg);background-repeat:no-repeat;width:800px;height:62px;}
.middle {background-image:url(images/middle.jpg);background-repeat:no-repeat;height:132px;}
.bottom {background-image:url(images/bottom.jpg); background-repeat:no-repeat; height:46px;}
.left_side_nav {width:37px; height:28px; background-image:url(images/nav_left_side.jpg); background-repeat:no-repeat;}
.right_side_nav {width:42px;height:28px ;background-image:url(images/nav_right_side.jpg); background-repeat:no-repeat;}
.under_nav {background-image:url(images/under_nav.jpg); height:6px; width:800px;}
.text_top {width:800px; height:9px; background-image:url(images/text_top.jpg); background-repeat:no-repeat;}
.text_middle {width:800px; background-image:url(images/text_bg.jpg); background-repeat:repeat-y;}
.text_bottom {width:800px; height:8px; background-image:url(images/text_bottom.jpg); background-repeat:no-repeat;}
.spacer {width:800px; height:10px; background-image:url(images/spacer.jpg); background-repeat:repeat-y;}
.footer_top {width:800px; height:6px; background-image:url(images/footer_top.jpg); background-repeat:no-repeat;}
.footer_bg {width:800px; background-image:url(images/footer_bg.jpg); background-repeat:repeat-y;}
.header_text {font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#FF5C03; font-weight:bold;}
.small_header_text {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FF5C03;}
.bottom_border {border-bottom:1px solid #FF5C03;}
.page_header {font-family:Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold; color: #000000; background-color:#FF5C03;}
.picture_frame {border: 1px solid #FF5C03;}
