body {
	margin:0 0 0 0;
	padding: 0 0 0 0;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
}
a, nav {
	color: #BB3D00;
	font-weight:normal;
	text-decoration:none;
}
br.clear {
	clear: both;
}
pageHolderLeft {
	background-image:url(assets/images/clear.gif);
}
pageHolderRight {
	background-image:url(assets/images/clear.gif);
}
.pageHolderLeft {
	width:50%;
	height:100%;	
}
.pageHolderRight {
	width:50%;
	height:100%;	
}
#pageArea {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:965px;
	float:center;	
	background-color:#FFFFFF;
}
#footerArea {
	margin: 0 0 0 0;
	padding: 0 30px 0 30px;
	width:900px;
	float:left;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
}
/* CLEAR FIX
----------------------------------------------- */

.clr {
		
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

.clear-fix:after {
	content: ".";                /* the period is placed on the page as the last thing before the div closes */
	display: block;             /* inline elements don't respond to the clear property */ 
	height: 0;                 /* ensure the period is not visible */
	clear: both;              /* make the container clear the period */
	visibility: hidden;	     /* further ensures the period is not visible */
}

.clear-fix {
	display: inline-block;    /* a fix for IE Mac */
}

* html .clear-fix {   
	height: 1%;      /* fix for Guillotine bug in IE6 */
}

.clear-fix {
	display: block;
}
