body  {
	font: 90% Arial;
	background: #ffe50a;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px; 
	}
	
.thrColFixHdr #container {
	width: 780px;
	background: #ffe50a;

/
	border: 1px solid #000000;
	text-align: left;
	height: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header { 
	background: #ffe50a; 
	padding: 0 10px 0 20px;  
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;  /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 12px; 
	

	
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffe50a; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffe50a; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.thrColFixHdr #mainContent {
	width: 400px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 900px;
	
} 
.thrColFixHdr #footer {
	background:#ffe50a;
	font-size: 12px;
	float: none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	visibility: visible;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#navbar {
	text-align:center;
	height: 50px;
	width: 800;
	
	background-color: #ffe50a;
	font-size: 12px;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color:#000;
	line-height: normal;
	white-space: nowrap;
	direction: ltr;
	}
#navbar li {
	list-style-type: none;
	display: inline;
	font-size: 12px;
}
#navbar li a {
	text-decoration: none;
	padding: 7px 5px;
	color: #990000;
	font-size: 12px;
}
#navbar li a:link {
	color:#990000;
	font-size:12px;	
}
#navbar li a:visited {
	color: #000000;
	font-size: 12px;
}

#navbar	li a:hover {
 	font-weight: bold,
	color:#FF0033
	font-size: 14px;
}

