html {
	margin: 0;
	height:100%;	
}

body {
	margin: 0;
	font-family: Tahoma;
	background-image: url(img/_bkg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	min-height: 100%;
}


/* ### WRAPPERS ### */
.bodyWrapper {
	width: 100%;
	height: 100%;
	background-image: url(img/_bkg_top.jpg);
	background-repeat: no-repeat;
	background-position:top center;

}

.top {
	background-image: url(img/_top.jpg);
	width: 1000px;
	height: 145px;
}

.mainWrapper {
	width: 1000px;
	height: 100%;
	border: 1px solid #000;
	text-align: left;
}

.navWrapper {
	margin-left: 370px;
	margin-top: 110px;
}

.leftWrapperUpper {
	background-image: url(img/_top_left.jpg);
	width: 366px;
	height: 317px;
	margin-top: -1px;
	background-repeat: no-repeat;
}
.leftWrapperLower {
	background-image: url(img/_left.jpg);
	background-repeat: no-repeat;
	width: 366px;
	height: auto;
	min-height: 500px;
}
.rightWrapperUpper {
	width: 634px;
	height: 317px;
}
.rightWrapperLower {
	margin-left: -1px;
	background-image: url(img/_right.jpg);
	background-repeat: no-repeat;
	height: auto;
	min-height: 500px;

}
.rightWrapperInside {
	width: 634px;
	height: auto;
	min-height: 550px;
	background-image: url(img/_right_inside.jpg);
	background-repeat: no-repeat;
}
.forSaleWrapper {
		padding-left: 50px;
		height: auto;
		min-height: 300px;
		
}
.textWrapper {
	padding: 20px 30px 0px 30px;
	
}
.bottomWrapper {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background-image: url(img/_bottom_truck.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height: 200px;
	
}


/* ### A ### */
a.nav, a.nav:visited {
	/* border-right: 1px solid #505050;
	border-left: 1px solid #000;*/
	font: normal bold 14px Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	padding-top: 15px;
	padding-bottom: 19px;	
	padding-left: 12px;
	padding-right: 12px;
	text-decoration:none;
}
a.nav:hover, a.nav:active {
	background: #000;
}

a.equipmentLink, a.equipmentLink:visited {
color: #4a0203;
text-decoration:underline;
}

a.equipmentLink:hover, a.equipmentLink:active{
color: #000;
text-decoration:underline;
}

/* ### P, H ### */
p {
font-size: 13px;
font-family: Georgia, "Times New Roman", Times, serif;
}


h1 {
font-size: 18px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #530003;
} 

h4 {
font-size: 16px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #530003;
} 

h3 {
font-size: 14px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #530003;
} 