body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #ffffff;
}

a
{
	color: #f8d108;
	text-decoration:underline;
}

a:hover
{
	color:#ececec;
}

li
{
	list-style-type: square;
}

#duralastdotcom
{
	width:770px;
	margin:auto;
}

#header
{
	border: 1px solid #474747;
	margin-top:10px;
}

#navigation
{
	text-align:center;
}

.navSpacer
{
	float:left;
	margin-left:2px;
	margin-right:2px;
	height:23px;
	width:1px;
	border:0;
}
	 

#content
{
	border: 1px solid #474747;
	width:768px;
	padding-bottom:5px;
}

#footer
{
	border: 1px solid #474747;
	background-color:transparent;
	background-image: url('/gold/images/elements/footerBKG.jpg');
	width:768px;
	height:62px;
	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 */