@charset "UTF-8";
body  {
	margin: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #999;
	width: 780px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10em;
	position: absolute;
}
.twoColFixLtHdr #container {
	width: 810px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #999;
} 
.twoColFixLtHdr #header {
	color: #CCC;
	background-color: #333;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	clear: both;
	float: right;
	height: 60px;
	width: 780px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	right: 0px;
} 
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #999;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #FFF;
	background-color: #666;
}
.twoColFixLtHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	width: 570px;
	color: #FFF;
	background-color: #999;
	text-align: left;
	border: thin solid #999;
} 
.twoColFixLtHdr #footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #CCC;
	background-color: #333;
	text-align: right;
	margin: 0px;
	padding-top: 0.7em;
	padding-right: 10px;
	padding-bottom: 1.5em;
	padding-left: 20px; 
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #container #mainContent #mainMenu {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-color: #FFF;
}
.twoColFixLtHdr #container #mainContent #mainContentContainer h1 {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	background-color: #999;
}
#mainContent #mainContentContainer p {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #999;
}
#container #mainContent #mainContentContainer h1 {
	color: #FDFDFD;
}
.twoColFixLtHdr #container #mainContent #mainContentContainer h1 {
	color: #FDFDFD;
}

