.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body{
	background:#95754e;
	margin:20px;
	text-align:center;
}

a{
	color:#0f497d;
	text-decoration:none;
}

a:hover{
	color:#000;
}

small{
	font-size:11px;
}

p{
	margin:3px 0;
}

#container{
	border:3px solid #000;
	background:#fff;
	width:760px;
	margin:0 auto;
	clear:both;
	text-align:left;
}

#masthead{
	background:url('../images/masthead.gif') 20px 20px no-repeat;
	height:150px;
}

#masthead h1,
#masthead h2,
#masthead h3{
	text-indent:-9999px;
}

#nav{
	background:#0069a3;
	padding-left:0px;
}

#nav ul li{
	float:left;
	padding:0 10px;
}

#nav ul li a{
	color:#fff;
	text-decoration:none;
	font:13px/43px 'Arial Black', sans-serif;
	text-transform:uppercase;
	display:block;
	border:none;
}

#content{
	padding:20px;
	font:14px/20px Tahoma, Verdana, sans-serif;
	color:#545454;
	clear:both;
	overflow:hidden;
}

#content h1{
	font:bold 20px Tahoma, Verdana, sans-serif;
	margin-bottom:10px;
	color:#0f497d;
}

#content h2{
	margin-bottom:10px;
	font:bold 18px Tahoma, Verdana, sans-serif;
	color:#0f497d;
}

#content h3{
	font:bold 16px Tahoma, Verdana, sans-serif;
	color:#0f497d;
	margin-top:15px;
}

#content img.right{
	float:right;
	margin-left:20px;
}

#content img.left{
	float:left;
	margin-right:20px;
	margin-top:10px;
}

#content img.right.border{
	border:2px solid #000;
}

#content dl{
	margin-bottom:15px;
}

#content dt{
	margin-top:15px;
	font-weight:bold;
}

#truck{
	float:right;
	font:11px 'Arial Black', sans-serif;
	color:#a2a2a2;
	color:#fff;
	padding:6px 0;
	border-left:1px solid #7d909e;
	background:#77afd8;
	width:30%;
}

#truck img{
	float:left;
	padding-left:18px;
}

#truck #truck-qty{
	float:left;
	padding:0 4px;
	font:26px/26px 'Arial Black', sans-serif;
}

#truck #truck-items{
	float:left;
	width:64px;
	padding-right:6px;
	line-height:12px;
}

#truck #truck-qty a,#truck #truck-items a{
	color:#fff;
}

#footer{
	font:10px/14px Tahoma, Verdana, sans-serif;
	color:#fff;
	margin:auto;
	width:760px;
}

#footer #left-column{
	float:left;
	text-align:left;
	width:50%;
}

#footer #right-column{
	float:right;
	text-align:right;
	width:50%;
}