body {
	padding: 0;
	margin: 0;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
}
#truck {
	position: absolute;
	top: 13px;
	left: 13px;
}
#banner {
	position: relative;
	top: 18px;
	margin-left: 213px;
	text-align: center;
}
#navigation {
	position: absolute;
	top: 100px;
	left: 0px;
	padding-top: 20px;
	width: 213px;
}
#navigation ul {
	margin-top: 0;
	list-style-type: none;
}
#navigation a {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	color: #0000FF;
	background-color: transparent;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
	color: #FF0000
}
#content {
	position: absolute;
	top: 100px;
	left: 213px;
	right: 10%;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 30px;
}
#content h1 {
	margin-top: 0;
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 120%;
	font-weight: normal;
	color: #000000;
	background-color: transparent;
}
#content h2 {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}
#content p {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	background-color: transparent;
	line-height: 140%;
}