/* do not place any script related to 'footerDiv'; use 'footer.css' instead' */

/* these tow division below are related to the fomatting of 'centerGraphicsTextDiv'
	place in the 'main.css' */
#heading {
	width:640px;
	text-align:left;
	font-variant:small-caps;
}
#centerGraphicsDiv {
	float:left;
	width:180px;
	padding-right:5px;
	/*background-color:blue;*/
}
#centerTextDiv {
	float:left;
	width:450px;
	paddinng-left:5px;
	/*background-color:yellow;*/
}
.aboutusP {
	text-align:justify;
}


