body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #660000;
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	background-color: #F8F3E5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	text-decoration:none;
}
a.h1-link {
	color:#996633;
	font-size: 11px;
	font-weight:normal;
	text-decoration:none;
}
a.h1-link:hover {
	color:#996633;
	font-size:11px;	
	font-weight:normal;
	text-decoration:underline;
}
a, nav {
	color: #FFF;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	color: #FFF;
	font-weight:normal;
	text-decoration:underline;
}
.a2 {
	color:#660000;
	font-size:12;
	font-weight: bold;
	text-decoration:none;
}
.a2:hover {
	color:#330000;
	font-size:12;
	font-weight: bold;
	text-decoration:underline;
}
h1 {
	font-family:Georgia, Tahoma, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
}
h2 {
	font-family:Georgia, Tahoma, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
}
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: 0 0 0 0;
	padding: 0 0 0 0;
	float:left;
	width:950px;
	height:auto;
}
.bold {
	font-weight:bold;
}
#logo_body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float:center;
	width:950px;
	height:auto;
}
#nav_body {
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	color:#FFFFFF;
	background-color:#A8A869;
	text-align:center;
	width:950px;
	height:auto;
}
#mid_body {
	margin: 0 0 0 0;
	padding: 0 0 25px 0;
	background-color:#FFF;
	border: 1px solid #A8A869;
	float:left;
	width:948px;
	height:auto;
}
.mid_MainImg {
	margin: 0 0 0 0;
	padding: 25px 0 25px 0;
	background-image:url(images/mainImg.jpg);
	background-repeat:no-repeat;
	width:948px;
	height:auto;
}
.mid_left {
	margin: 0 0 0 0;
	padding: 0 40px 0 25px;
	float:left;
	text-align:left;
	width:599px;
	height:auto;
	overflow:hidden;
}
.mid_right {
	margin: 0 0 0 0;
	padding: 0 34px 0 0;
	float:right;
	text-align:left;
	width:250px;
	height:auto;
	overflow:hidden;
}
.mid_SecImg {
	margin: 0 0 0 0;
	padding: 25px 100px 25px 100px;
	background-image:url(images/secImg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-size:12px;
	line-height:16px;
	color:#666633;
	width:748px;
	height:auto;
}
.whiteText {
	color:#FFFFFF;
}
.starText {
	color:#A8A869;
}
#footer_body {
	margin: 20px 5px 5px 5px;
	padding: 0 0 0 0;
	float:center;
	font-size:10px;
	text-align:center;
	width:950px;
	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;
}