/* The CSS included in body, #header, #mainTable and #footer is intended to override the inline styles found within each respective include. As part of the AMNH.org website centering project 6/26/2008*/

/*/////////////////////////////////////////////////*/

body{
	background:#000066 none repeat scroll 0%;
	color:#000000;
	height:100%;
	margin:0pt auto;
	padding:0pt;
}

#header{
	border:0pt none;
	margin:0pt auto;
	padding:0pt;
	width:774px;

}

#mainTable{
	border:0pt none;
	margin:0pt auto;
	padding:0pt;
	width:774px; 
	background-color:"#555555";

}

#footer{
	border:0pt none;
	margin:0pt auto;
	padding:0pt;
	width:774px;

}
/*/////////////////////////////////////////////////*/
