@charset "UTF-8";
*{border:0px;margin:0;padding:0;list-style:none;}
html,#bg,#bg table,#bg td{width:100%;height:100%;overflow:hidden;padding:0;margin:0;}
#bg div{position:absolute;width:200%;height:200%;top:-50%;left:-50%; z-index:-1;}
#bg td{vertical-align:middle;text-align:center;}
#bg img{min-height:50%;min-width:50%;margin:0 auto;}


body  {
	font: 12px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #FFF;
	line-height:normal;
	min-width:950px;
}

.thrColHybHdr .container { 
	width: 96%;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:0 auto;
	position:relative;
	min-width:950px;
}  
.thrColHybHdr #header {
	position:relative;
	margin: 10px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding.*/
	padding: 1%;
	width:auto;
	background-image:url(images/blue.png)
} 
.thrColHybHdr #headerCon {
	position:relative;
	margin: 10px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding.*/
	padding: 1%;
	width:auto;
	background-image:url(images/yellow.png)
}
.thrColHybHdr #headerPhar {
	position:relative;
	margin: 10px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding.*/
	padding: 1%;
	width:auto;
	background-image:url(images/purple.png)
}
.thrColHybHdr #headerMar {
	position:relative;
	margin: 10px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding.*/
	padding: 1%;
	width:auto;
	background-image:url(images/red.png)
}
.header {font-size: 72px; font-weight:bold; text-align: left; line-height:inherit;}
.nav {
	font-size:18px;
}
.thrColHybHdr #sidebar1 {
	position:relative;
	float: left; 
	width: 28%; /* since this element is floated, a width must be given */
	padding:1% 1% 0px 1%;
	background-image:url(images/bg.png);
}
.thrColHybHdr #sidebar2 {
	position:relative;
	float: right; 
	width: 26%; /* since this element is floated, a width must be given */
	padding:1% 1% 0px 1%;
	background-image:url(images/bg.png);
}

.thrColHybHdr #mainContent {
	top:0;
	position:relative;
	z-index:2;
 	width: 37%; /* since this element is floated, a width must be given */
	padding:1% 1% 0px 1%;
	background-image:url(images/bg.png);
	margin:0 29% 0 31%;
	height:450px;
	overflow:auto;
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h2 {font-size: 18px; font-weight:normal; padding:0 0 1% 0;}
.h3 {font-size: 14px; font-weight:normal; padding:0 0 5px 0; }

#transparent {
	filter:alpha(opacity=75);   
	-moz-opacity:0.75;          
	opacity: 0.75;
}

a:link {
	font-size:18px;
	color: #FFF;
	text-decoration: none;
}
a:visited {
	font-size:18px;
	text-decoration: none;
	color: #FFF;
}
a:hover {
	font-size:18px;
	text-decoration: underline;
	color: #CCC;
}
a:active {
	font-size:18px;
	text-decoration: none;
	color: #FFF;
}

#footer{
	position:absolute;
	z-index:1;
	left:0;
	bottom:0px;
	width:300px;
	background-image:url(images/white.png);
	padding:10px 25px;
	margin:10px 0px;
}