@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#wrapper #logo {
	height: 90px;
	padding-top: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/header.png);
}
#wrapper #logo #graphic {
	float: left;
	height: 90px;
	width: 415px;
}
#wrapper #logo #searchbar {
	width: 290px;
	float: right;
	padding-top: 45px;
	padding-right: 17px;
}
#wrapper #headerImg {
	height: 70px;
}


#wrapper #navigation {
	height: 23px;
	background-color: #D8B163;
}
#wrapper #bodyArea {
	background-image: url(../images/trucks.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 540px;
	background-color: #FFFFFF;
}
#wrapper #footer {
	height: 22px;
	background-color: #D8B163;
	padding-top: 2px;
}
#wrapper #bodyArea #left {
	height: 540px;
	width: 230px;
	clear: none;
	margin-left: 2px;
	background-image: url(../images/sidebkgrd.png);
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #bodyArea #search {
	float: right;
	width: 290px;
	position: relative;
	bottom: 75px;
	left: 5px;
}

a:link {
	color: #000033;
	text-decoration: none;
}
