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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #06C;
	
}

.thrColElsHdr #container { 
	width: 800px;  
	background: #EBEBEB;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	height: 100%;
} 
.thrColElsHdr #header { 
	background: #000099; 
	padding: 0 10px;  
} 
.thrColElsHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
	color: #EBEBEB;
}

.thrColElsHdr #sidebar1 {
	float: left; 
	width: 11em; 
	background: #EBEBEB; 
	padding: 15px 0; 
	height:100%;
}
.thrColElsHdr #sidebar2 {
	float: right;
	width: 11em; 
	background: #EBEBEB; 
	padding: 15px;
	color: #06C;
	height:100%;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	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; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
.thrColElsHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColElsHdr #footer p {
	margin: 0; /
	padding: 10px 0; /
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColElsHdr #container #mainContent p {
	color: #039;
}
