/* CSS Document */

#header{
	margin: 0px auto auto;
	height: 225px;
	width: 750px;
	}
	

#headerImage{
	background-image: url(../Graphics/General/Headers/Disaster.gif);
	background-color: #663300;
	height:200px;
	margin: auto;
	width:750px;
	}
	
#menuHeader{
	z-index: 100000000;
	margin: auto;
	width: 750px;
	border: 0px solid black;
	}

#content{
	position:relative;
	width: 750px;
	margin: auto;
	padding: 10px;
	}
	
h3{
	padding-left: 5px;
	background-color: #663300;
	color: white;
	width: 345px;
	}

#footer{
	position:relative;
	height: 3.7em;
	background-color: #663300;
	text-align:center;
	border:thin;
	width:750px;
	margin: auto;
	font:Georgia, "Times New Roman", Times, serif;
	color: white;
	}
	