@charset "UTF-8";
#menubox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 143px;
	width: 900px;
	position: absolute;
	background-image: url(images/LogoTop2.jpg);
	background-color: #003B56;
}
body {
	background-color: #0C3B55;
}
#menubox2 {
	background-color: #0C3C56;
	height: 588px;
	width: 160px;
	position: absolute;
	top: 280px;
}
#contentbox {
	height: 450px;
	width: 400px;
	position: absolute;
	left: 170px;
	background-color: #0C3C56;
	top: 280px;
}
#picturebox {
	height: 96px;
	width: 899px;
	position: absolute;
	top: 170px;
}
#address {
	position: absolute;
	height: 96px;
	width: 900px;
	top: 750px;
	left: 160px;
}
.logos {
	background-color: #003B56;
	position: absolute;
	height: 450px;
	width: 214px;
	top: 280px;
	left: 710px;
}

