body {
	margin:0 0 0 0;
	padding: 0 0 0 0;
	color: #333333;
	background-color: #FFFFFF;
	background-image:url(images/bg8.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	text-decoration:none;
}
a, nav {
	color: #FF0066;
	font-weight:bold;
	text-decoration:none;
}
pageHolderLeft {
	background-image:url(assets/images/stream_bkg_left.gif);
}
pageHolderRight {
	background-image:url(assets/images/stream_bkg_right.gif);
}
.pageHolderLeft {
	width:50%;
	height:100%;
}
.pageHolderRight {
	width:50%;
	height:100%;
}	
#page {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	overflow:hidden;
	float:center;
	width:610px;
	height:auto;
}
#flash_body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	background-color: #FFFFFF;
	float:left;
	width:900px;
	height:auto;
}
.flashArea {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	float:left;
	width:610px;
	height:auto;
}
#footer {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	float:center;
	font-weight:normal;
	text-align:center;
	color:#333333;
	line-height:12px;
	width:610px;
	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;
}