
body {
	background-color: #000;
	background-image: url(images/gfx_background2.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	text-decoration: none;
}


.text {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	line-height: 22px; 
	text-decoration: none;
	
	}
	.text a:link {
	text-decoration: none;
	color: red;
	}
	
	.textheavy {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-style: normal; 
	line-height: 26px; 
	text-decoration: none;
	color: #666666;
	}
	
	
.container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}
.top_header {
	background-image: url(images/gfx_top_grey.jpg);
	height: 22px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background-image: url(images/gfx_header.jpg);
	height: 151px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.navigation {
	height: 33px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/gfx_top_blue.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bolder;
	color: #FFF;
}
.navigation a:link {
	text-decoration: none;
	color: #FFF;
}
.navigation a:visited {
	text-decoration: none;
	color: #FFF;
}
.navigation a:hover {
	color: #999;
	text-decoration: none;
	
	
}
.navigation a:active {
	color: #ffffff;
	background: #0066ff;
	padding: 8px;
	text-decoration: none;
}

.navigation#home a#menu-current, 
.navigation#trailers a#menu-trailers,
.navigation#inventory a#menu-inventory,
.navigation#parts a#menu-parts,
.navigation#contact a#menu-contact,
.navigation#links a#menu-links
	{color:navy; 
	background:red; 
	display:block;}


.content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.foot_grey {
	background-image: url(images/gfx_bottom_grey.jpg);
	height: 24px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	background-image: url(images/gfx_bottom_blue.jpg);
	height: 70px;
	width: 950px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
		font-weight: bolder;

}
.footer a:link {
	text-decoration: none;
	color: #FFF;
}
.footer a:visited {
	text-decoration: none;
	color: #FFF;
}
.footer a:hover {
	text-decoration: none;
	color: #999;
}
.footer a:active {
	text-decoration: none;
	color: #C00;
}

