﻿body {
	background-color:black;
}
.outside {
	width:750px;
	height:460px;
	text-align:center;
	margin:auto;
	/* padding-top:60px; */
}
.inside {
	width:600px;
	height:380px;
	text-align:center;
	margin:auto;
}

.center {
	margin:auto;
	text-align:center;
	width:1110px;
	height:800px;
	background-image:url(images/bg3.jpg);
}
.menubar {
	width:600px;
	height:20px;
	margin:auto;
	border-bottom:solid 1px gray;
}
p {
	color:white;
}
h1, h2, h3, h4, h5, h5 {
	color:white;
	display:block;
}
.menuitem {
	float:left;
	width:148px;
	color:white;
	text-align:center;
	margin:auto;
	border-right:solid 2px #750000;
}
.menuitemend {
	float:left;
	width:145px;
	color:white;
	text-align:center;
	margin:auto;
}

.flash {
	top:100%;
	width:500px;
	height: 210px;
	border-top:solid 1px white;
	border-right:solid 1px white;
	border-left:solid 1px white;
	border-bottom:solid 1px white;
	margin:auto;
	margin-bottom:35px;
}
.mission {
	height:125px;
	overflow:hidden;
}
.style1 {
	width: 750px;
	height: 460px;
	text-align: center;
	margin: auto auto 0px auto;
	padding-top: 60px;
}
img {
	border:none;
}
a {
	color:white;
	text-decoration:none;
}