body {
font-family: Comic Sans Ms, Verdana, Ariel, Hevetica, Sans-Serif;
font-size: 16px;
color: black;
background: url('../images/Background.gif');
background-color: #000000;
text-align: center;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

p {
	margin: 0;
	text-indent: 2em;
}

gallery  {
	text-align: left;
}
	
p2 {
	font-size: 9px;
}

h3 {
	width: 710px;
	}

#Wrapper {
	width: 750px;
	text-align: center;
	padding: 10px 10px 10px 10px;
	margin: 10px auto 10px auto;
}

#Header {
	height: 146px;
	width: 750px;
	background: url('../images/Header.gif');
	padding: 0px;
	margin: 0 0 0 0;
}

#HeaderNavigationDivider {
	height: 18px;
	width: 750px;
	background: url('../images/HeaderNavigationDivider.gif');
	padding: 0px;
	margin: 0px;
}

#Navigation {
	width: 750px;
	background: url('../images/Navigation.gif');
	background-color: #6699CC;
	text-align: center;
	padding: 0px;
	margin: 0 0 0 0;
	z-index: 2;
}

#NavigationContentDivider {
	height: 20px;
	width: 750px;
	background: url('../images/NavigationContentDivider.gif');
	padding: 0px;
	margin: 0px;
}

#Content {
	width: 710px;
	background: url('../images/Content.gif');
	background-color: #336699;
	padding: 10px 20px 10px 20px;
	margin: 0 0 0 0;
	z-index: 2;
}


#Image {
	height: 225px;
	width: 710px;
	padding: 0;
	margin: 0 0 10px 0;
	z-index: 2;
}

#Text {
	width: 710px;
	text-align: justify;
	background-color: #6699CC;
	padding: 0;
	margin: 0 0 0 0;
	font-weight: bold;
	color: #ffffff;
	z-index: 2;
}

#ContentFooterDivider {
	height: 19px;
	width: 750px;
	background: url('../images/ContentFooterDivider.gif');
	padding: 0px;
	margin: 0px;
}

#Footer {
	height: 96px;
	width: 750px;
	background: url('../images/Footer.gif');
	padding: 0;
	margin: 0 0 0 0;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	z-index: 3;
}

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
text-align: center;
padding: 4px 0;
margin-left: 50px;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('../images/aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 10px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('../images/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: #6699CC;
}
