body {
	margin: 0;
	background: #fe6913;
	font: 76%/13pt helvetica, verdana, sans-serif;
	color: #000;
	}
	
p {
	font-size: 1em;
	}
	
.hide {
	display: none;
	}
	
hr {
	border: 1px solid red;
	}
	 
h1 {
 	padding: 0;
 	margin: 0;
 	color: black;
 	font: 2.5em helvetica, sans-serif;
 	font-style: italic;
 	}
	
h2 {
 	padding: 0;
 	margin: 0;
 	color: red;
 	font: 2em helvetica, sans-serif;
 	font-style: italic;
 	}
 	
h3 {
	padding: 0;
	margin: 0;
	color: red;
	font: 1em helvetica, sans-serif;
	font-weight: bold;
	}
	
h6 {
	margin: 0;
	padding: 0;
	width: 183px;
	height: 65px;
	text-indent: -100em;
	overflow: hidden; 
	background: url(images/homelink.jpg) no-repeat;
	}
 
td {
	width: 30%;
	}
	
tr {
	height: 50px;
	}
	
.imgleft {
	float: left;
	padding: 5px;
	}
	
.imgright {
	float: right;
	padding: 5px;
	}

.centered {
	margin: auto;
	text-align: center;
	}
	
#home {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 42px;
	left: 315px;
	}
 	
/* Layout Divs */
	
#wrapper {
	width: 760px;
	height: 100%;
	position: relative;
	margin: auto;
	}
	
	
#head {
	width: 760px;
	height: 199px;
	background: #fe6913 url(images/0home.jpg) no-repeat;
	text-align: center;
	}
	
#intro {
	width: 740px;
	height: 290px;
	padding: 10px;
	background: #fff;
	}

#content {
	width: 740px;
	height: 100%;
	padding: 10px;
	background: #fff;
	clear: both;
	}
	
#content p {
	padding: 5px 25px 5px 25px;
	}
	
#footer {
	width: 760px;
	height: 40px;
	padding: 3px 0 0 0;
	background: yellow;
	text-align: center;
	clear: both;
	}
	
#maintruck {
	margin: 40px 20px 20px 450px;
	padding: 0;
	}
	
/* Roundbox CSS */ 
.roundbox {
	width: 372px;
	margin: 20px;
	float: left;
	}
	
.roundbox_head {
	background: url(images/boxtop.jpg) no-repeat top left;
	width: 372px;
	height: 26px;
	}

.roundbox_body {
	background: url(images/boxmiddle.jpg) repeat-y;
	width: 332px;
	padding: 0 20px 5px 20px;
	}
	
.roundbox_footer {
	background: url(images/boxbottom.jpg) no-repeat top left;
	width: 372px;
	height: 28px;
	}
