@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ebebed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-top: 4px;
}
.oneColFixCtrHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(../images/lift_truck_services.jpg);
	background-repeat: no-repeat;
	height: 242px;
	width: 920px;
	padding: 0;
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 140px;
	padding-right: 40px;
	padding-bottom: 10px;
	text-align: right;
	font-size: 140%;
}
.oneColFixCtrHdr #menubar{
	background-image: url(../images/menubar.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	margin: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContent h1{
	color:#F30;
	font-family: "Times New Roman", Times, serif;
	font-size: 170%;
	padding-top:0;
	margin-top:0px;
	margin-bottom: 4px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #mainContent h2{
	font-size: 150%;
}
.oneColFixCtrHdr #leftbox{
	width:460px;
	float:left;
}
.oneColFixCtrHdr #rightbox{
	padding-left: 470px;
	
}
.oneColFixCtrHdr #mainContent p{
	font-size:80%;
}
.oneColFixCtrHdr #footer {
	background:#ffffff;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #menubar {
	background-image: url(../images/menubar.png);
	height: 40px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top:20px;
	text-align:center;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #menubar a{
	padding-right:40px;
	color:#ffffff;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #menubar a:hover{
	color:#F90;
}
.oneColFixCtrHdr #footer p{
	font-size: 70%;
}
.rightit{
	padding-left: 470px;	
}
.leftfloat{
	float: left;
	padding: 6px;
}
.clearfloat{
	clear: both;
}

