body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	color: #920604;
	background-color: #000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.65em;
	font-weight:normal;
	line-height:1.60em;
	text-decoration:none;
}
a {
	color: #920604;
	text-decoration:none;
}
a:hover {
	color: #b68534;
	text-decoration:underline;
}
a:visited {
	color: #b68534;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style:italic;
}
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%;
}	
#page {
	margin:0 0 0 0;
	padding:0 0 0 0;
	overflow:hidden;
	float:left;
	width:1200px;
	height:auto;
}
.footer {
	margin:40px 0 0 0;
	padding:0 0 0 0;
	width:1200px;
	text-align:center;
	height:auto;
}

	
/* 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;
}
