#header{
	background-color: white;
	text-align: center;
	margin: 0;
	padding: 0px;
}


#nav {
	background-color: rgb(0,0,200);
	margin: 0;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	border-right: 2px solid white;
	border-left: 2px solid white;
}


#header-bottom {
	background-color: rgb(0,0,190);
	margin: 0;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	border-right: 2px solid white;
	border-left: 2px solid white;
}

#mission {
	margin: 0;
	padding: 0;
	width: 450px;
	text-align: left;
	float: left;
	font-weight: bold;
	font-style: italic;
	color: white;
	font-size: .9em;

}


#header ul {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: .8em;
}

#nav a:link {
	color:white;
	text-decoration:none;
}

#nav a:visited {
	color:white;
	text-decoration:none;
}

#nav a:active {
	color:white;
	text-decoration:none;
}


#nav a:hover {
	color:gray;
	text-decoration:none;
}

.nav_A {
	background-color: rgb(150,150,200);
	margin: 0 2px 0 2px;
	padding:0 3px 0 3px;
}

.nav_N {
	margin: 0 2px 0 2px;
	padding:0 3px 0 3px;
}

#header-bottom a:link {
	color:white;
	text-decoration:none;
}

#header-bottom a:visited {
	color:white;
	text-decoration:none;
}

#header-bottom a:active {
	color:white;
	text-decoration:none;
}


#header-bottom a:hover {
	color:gray;
	text-decoration:none;
}




#header li {
	display: inline;
}

#header-bottom a:link, #header-bottom a:visited {
	text-decoration: none;
	font-size: .9em;
}


.image_left {
	margin: 0px;
	padding: 0px;
	float: left;
}

.the_crew {
	padding: 0px;
	margin: 0px;
	border: solid 1px black;
	background-color: white;
}

#title {
	margin: 0;
	padding: 2px 2px 2px 5px;
	text-align: left;
}

#location {
	background-color: white;
	padding: 2px 2px 2px 5px;
	text-align: left;
	font-size: .7em;

}


