.containerDiv {
	width: 969px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px thin #00F;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.headerDiv {
    width:969px;
    height:242px;
	/*border: 1px thin #0F0;*/
}

.leftDiv{
	top:242px;
	float: left; 
	width: 227px; /* since this element is floated, a width must be given */
	background-color:#9FA1A2;
}

.mainDiv {
	top:242px;
	margin: 0 0 0 0px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	/*border:#000 thin solid;*/
}
.footerDiv{
	    width:969px;
		left:0px;

	}
.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;
}
.menuSelected{}
