body, html {
  padding: 0px;
  margin: 0px;
  border: 0px none;
  width: 100%;
  height: 100%;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
}

body a:link, a:visited, a:active, a:hover {
	color: #000080;
}

body p {
	color: #000080;
	text-align: justify;
	font-size: 11.5px;
	margin-right: 0px;
	padding-top: 5px;
}
#indexbody {
	background-image: url("../images/index-background.jpg");
	background-repeat: no-repeat;
	height: 600px;
}

#aboutbody {
	background-image: url("../images/about-background.jpg");
	background-repeat: no-repeat;
	height: 600px;
}

#bridgebody {
	background-image: url("../images/bridge-background.jpg");
	background-repeat: no-repeat;
	height: 600px;
}

#capabilitiesbody {
	background-image: url("../images/cap-background.jpg");
	background-repeat: no-repeat;
	height: 600px;
}

#contactbody {
	background-image: url("../images/cont-background.jpg");
	background-repeat: no-repeat;
	height: 600px;
}

#coastalbody {
	background-image: url("../images/coast-background.jpg");
	background-repeat: no-repeat;
	height: 600px;
}

#drainagebody {
	background-image: url("../images/drain-background.jpg");
	background-repeat: no-repeat;
	height: 600px;
}

#facilitatingbody {
	background-image: url("../images/facil-background.jpg");
	background-repeat: no-repeat;
	height: 600px;
}

#projectsbody {
	background-image: url("../images/proj-background.jpg");
	background-repeat: no-repeat;
	height: 600px;
}

#riverbody {
	background-image: url("../images/river-background.jpg");
	background-repeat: no-repeat;
	height: 600px;
}

#trackbody {
	background-image: url("../images/track-background.jpg");
	background-repeat: no-repeat;
	height: 600px;
}

#header {
	width: 973px;
	height: 112px;
	background-image: url("../images/header.jpg");
}

#menu {

}

#menu ul {
	list-style-type: none;
	margin-left: 500px;
	margin-top: 50px;
}

#menu a {
	padding-left: 10px;
}

#main {
	border-top: solid 1px #000080;
	margin-left: 170px;
	width: 730px;
	border-bottom: solid 1px #000080;
	height: 390px;
}

#content {
	margin-left: 5px;
	float: left;
	width: 550px;
}

#content ul {
	list-style-type: none;
	padding-left: 0px;
	font-size: 9px;
}

#content a {
	padding-right: 25px;
}

.facmenu {
	padding-left: 76px;
}

.coastcont li{
	font-size: 10px;
	line-height: 25px;
	text-indent: 30px;
}

.rivermenu li {
	font-size: 10px;
	line-height: 15px;
	text-indent: 30px;
}

#imagebox {
	float: left;
	margin-top: 40px;
}

#imagebox img {
	margin-left: 15px;
	margin-top: 5px;
	width: 140px;
	height: 100px;
	border: 1px solid #000080;
	display: block;
}

#footer {
	margin-top: 5px;
	margin-left: 170px;
}

#footer p {
	font-size: 9px;
}

#footer a:link, a:visited, a:active, a:hover {
	color: #000080;
	text-decoration: none;
}
