body  { color: #FFF
	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: #ffffff;
}
.twoColFixLtHdr #container {
	background-color:#000;
	
	height: 650px;
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* 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. */
} 
.twoColFixLtHdr #header {
	vertical-align:top;
	background-color: #000000; 
	padding: 0 10px 0 0px; text-align:center;
	/* 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. */
} 
.twoColFixLtHdr #mainContent {
	border-color:#FFF;
	width: 1000px;
	height: inhert;
	background:#000;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	height:auto;
	vertical-align: bottom;
	padding: 150px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:red; vertical-align: bottom
} 
.twoColFixLtHdr #footer p { background-color: #FC0;
text-align:center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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;
}
--> 
H1{ color:#FFF}
H3{ color:#FFF}
h2{ color: #C00; font-family: Verdana, Geneva, sans-serif}
p{ color:#FFF}
td{ height: 20px; margin:auto;}
fieldset{ border-color:#666}
.menuContainer{ border-left-color: #FC0; border-right-color: #FC0; border-left : 2px solid; border-right : 2px solid; padding-top: 3px; width: 500px; padding-left: 10px; padding-right: 10px; padding-top: 3px; padding-bottom: 3px; background-color: #333}
.label{ color: white; text-align:left; font-size: 12px;}
.label3{ color: #FC0; text-align:left; font-size: 12px;}
.label3 a{ color: red; text-align: right; font-size: 10px; text-decoration:none; font-size: 14px}
.messageBox{ color: #000; background-color: #FC0; border-top-color: #333; border-bottom-color:#333; border-top : 2px solid; border-bottom : 2px solid; height: 20px; width: 85%; border-left:none; border-right:none; text-align: center; font-family:Arial; font-size:12px; font-weight:bold; padding-top: 3px;}
.twoColFixLtHdr #containerWithBg {
	background-color:#000;
	background:url(bg.png);
} 
.headerMenu{ color: #FC0; text-align:right; font-size: 12px; vertical-align:top}
.headerMenu a{ color: red; text-align: right; font-size: 10px; text-decoration:none;}
.headerMenu a:hover{ color: yellow; text-align: right; font-size: 11px; text-decoration:none;}
/* CSS Document */

