body { 
margin: 0;
padding: 0;
background-color: #FFFFFF;
background-image: url(../images/bluesky.gif);
background-repeat: repeat;
background-position: top;
}

#container {
width: 690px;
margin-left:auto;
margin-right:auto;
background-color: #FFFFFF;
background-image: url(../images/marblefaint.jpg);
background-repeat: repeat;
background-position: top;

}

#header {			
width: 685px;
margin-left:auto;
margin-right:auto;
background-image: url(../images/carrierflightdeck.jpg);
background-repeat: no-repeat;
height:248px;
width:685px;
}

#header h1 {font-family: cursive; padding-right: 15px; padding-top: 35px; margin-left: 350px; }


#headspace {
background-image: url(../images/blue_bar.gif);
background-repeat: no-repeat;
background-position: top center;

}

#menu {


}

#menu li {
	display:inline;
	margin:0 0 0 15px;
	padding:0 0 0 20px;
}

#menu a {
	color:#000000;
	text-decoration:none;
}

#menuspace {
background-image: url(../images/blue_bar.gif);
background-repeat: no-repeat;
background-position: top center;
}

#content {
width: 670px;
margin: 10px, auto, 10px, auto;
}

iframe{
float:left;
margin:0 5px 5px 0;
}

#footspace {
background-image: url(../images/blue_bar.gif);
background-repeat: no-repeat;
background-position: top center;
}

#footer li {
	display:inline;
	margin:0 0 0 15px;
	padding:0 0 0 20px;
}

#footer a {
	color:#000000;
	text-decoration:none;
}

#bottomspace {
background-image: url(../images/blue_bar.gif);
background-repeat: no-repeat;
background-position: bottom center;
}
