body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #000000;
}
	
a
{
	color: #00529C;
	text-decoration:underline;
}

a:hover
{
	color:#A80532;
}

li
{
	list-style-type: square;
	line-height:150%;
}

#duralastdotcom
{
	width:770px;
	margin:auto;
}

#header
{
	border: 1px solid #00529C;
	margin-top:10px;
}

#navigation
{
	text-align:center;
}

.navSpacer
{
	float:left;
	height:23px;
	width:1px;
	border:0;
}
	 

#content
{
	border: 1px solid #00529C;
	width:768px;
    padding-bottom:2px;	
}
	

#footer
{
	border: 1px solid #858585;
	background-color:transparent;
	background-image: url('/red/images/elements/footerBKG.jpg');
	width:768px;
	height:63px;
	margin-top:5px;
	font-size:90%;
	font-weight: bold;
	clear:both;
}


.vAlign
{
	vertical-align:middle;
}


/* Hacks - disliked but unavoidable and necessary */

/* float for Netscape and Mozilla-like browsers */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */