@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/truckback.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	background-color: #CEFDFF;
	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;
}
a{
	color:#600;
	text-decoration:none;
	font-weight:900;
}
a:hover{
	color:#330;
}
.oneColElsCtr #container {
	width: 52.5em;
	background: #ECFDFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	border-top:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:5px;
}
.oneColElsCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #top {
	width: 52.5em;
	background-color: #CEFDFF;
	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. */
	height:152px;
	background-image:url(../images/road1.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
h1{
	font-size:24px;
	margin-top:0;
}
h1 span{
	font-size:12px;
}
img{
	border:none;
}
.imgbox{
	width:51em;
}
.imgbox img{
	margin:1px;
}
#link{
	font-size:80%;
	color:#003;
	margin:0 auto;
	width:52.5em;
	margin-top:50px;
	font-weight:900;
}
#showimage {
	BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; VISIBILITY: hidden; BORDER-LEFT: gray 1px solid; BORDER-BOTTOM: gray 1px solid; POSITION: absolute
}
#dragbar {
	CURSOR: pointer; BACKGROUND-COLOR: #ECFDFF; min-width: 300px
}
#dragbar #closetext {
	FONT-WEIGHT: 900; MARGIN-RIGHT: 15px
}
.clearfloat{
	clear:both;
	font-size:1px;
	line-height:0;
	height:0;
}
.adi{
	text-align:center;
}
.adi img{
	margin:1px;
}
#footer{
	font-size:10px;
	font-weight:900;
}
ol dd{
	color:#600;
	font-weight:700;
	font-size:16px;
}
ol li{
	color:#630;
	font-size:12px;
	font-weight:500;
}
#phot{
	text-align:center;
		}
#phot table{
	width:100%;
		}		
