



#mainWrapper{
	width: 975px;
	margin: 10px auto;
	/*border: thick solid;*/
}

#headerbkg{
float: left;
/*margin-left: 20px;*/
}

#headerWrapper{
	height: 140px;     /*original 100px*/
	/*background: url('../armimage/armstrong-title.jpg') no-repeat center;*/
	/*background: url('../armimage/ArmstrongSkyLogo975-4.png') no-repeat center;*/
	background: url('../armimage/ArmstrongSkyline_975-142_overlay.jpg') no-repeat center;
	position: relative;
	/*margin-left: 8px;*/
	/*background-color : Black;*/
	width: 975px;
}
#headerContent{
	color: White;
	margin-top: 2px;
	float: right;
	/*margin-right: 10px;*/
	font-size: 1em;
}

#mainContentWrapper{
	position: relative;
	width: 975px;
	/*background-color : Black;*/
}
#mainContent{
	width: 948px;
	/*margin: -2px auto;
	*/
	margin-bottom: 0;
	border: 4px #DCDCDC solid;
	border-bottom: none;
	padding: 12px 10px 40px 10px;
	background : #DCDCDC;
}
#contentBody{
	float: left;
	width: 930px;
	/*margin-left: 8;
	*/
	/*border: thin solid Maroon;*/
	background : url('../armimage/white60.png');
	padding : 1px 10px 20px;
}
#contentLeft{
	float: left;
	width: 462px;
	margin: 0 auto;
	padding: 0px 1px;
	/*border: 1px solid Blue;*/
	font-size : smaller;
	font-weight : normal;
	font-family : Tahoma;
}
#contentRight{
	float: right;
	width: 462px;
	margin-right: 0px;
	padding: 0px 1px 5px;
	/*border: 1px solid Blue;
	*/
	font-size : smaller;
	font-weight : normal;
	font-family : Tahoma;
}
#content550L{
	float: left;
	width: 550px;
	margin: 0 auto;
	padding: 0px 5px;
	/*border: 1px solid Blue;
	*/
	font-size : smaller;
	font-family : Tahoma;
}
#content335R{
	float: right;
	width: 335px;
	margin: 0 auto;
	padding: 0px 1px 5px;
	/*border: 1px solid Blue;
	*/
	font-size : smaller;
	font-family : Tahoma;
}
#footerWrapper{
background: #555555;
color: #cccccc;
font-size: .8em;
text-align: center;
border: 2px #282828 solid;
padding: 5px 20px;
border-bottom-right-radius: 6px;
-moz-border-radius-bottomright: 6px;
border-bottom-left-radius: 6px;
-moz-border-radius-bottomleft:6px;
}
#floatR{
	float: right;
}
