@charset "UTF-8";
/* CSS Document */

body  {
	font: 100% Century Gothic, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /*  */
	padding: 0;
	text-align: center; /*  */
	color: #000000;
	size: auto;
}
a:link {
	color: #3C9;
}
a:visited {
	color: #06F;
}
a:hover {
	color: #CFC;
}
/* 
*/
.thrColElsHdr #container { 
	width: 65em;  /* */
	background: #333333;
	margin: 0 auto; /*  */
	border: 0px solid #000000;
	text-align: left;
	color:#FFFFFF; /*  */
} 
.thrColElsHdr #header { 
	
	
	float: right;
	width: 56em; height: 9em;
	background: #003333; 
	padding: 0 0px;  /**/
} 
.thrColElsHdr #header h1 {
	margin: 0; /* */
	padding: 10px 0; /* */
}

/*
*/
.thrColElsHdr #sidebar1 {
	float: left; 
	width: 9em; /*  */
	background: #003333; /* */
	padding: 15px 0;
	color:#FFFFFF; /**/
}
.thrColElsHdr #sidebar2 {
height:630px;
	float: right; 
	width: 8em; /* */
	background: #009900; /*  */
	padding: 15px 0;
	color:#FFFFFF; /* */
}
.thrColElsHdr #sidebar1 h6, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h6 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.thrColElsHdr #mainContent {
	margin: 0 12em 0 12em;
} 
.thrColElsHdr #footer { 
	padding: 0 10px; /
	background:#003333;
	color:#FFFFFF;
} 
.thrColElsHdr #footer p {
	margin: 0; 
	padding: 10px 0; /* */
}

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