body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #797f91;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border:
; 			border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-top: 15px;
}
.homegraphic {
	margin-left: 285px;
	margin-top: 10px;
	margin-bottom: 150px;
}
.servicesgraphic {
	margin-left: 160px;
	margin-top: 50px;
	margin-bottom: 10px;
}
.contactgraphic {
	margin-left: 200px;
	margin-top: 50px;
	margin-bottom: 90px;
}
#bdy {
	padding: 7px;
}
#nav {
	height: 198px;
	background: url(images/nav.gif);
	position: relative;
	margin: 0px;
}
#nav.services {
	background: url(images/nav-current-services.gif);
}
#nav.home {
	background: url(images/nav-current-home.gif);
}
#nav.contact {
	background: url(images/nav-current-contact.gif);
}
#nav.port {
	background: url(images/nav-current-port.gif);
}
#nav li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#nav a {display: block;}

#navhome {left: 0px; top: 0px; width: 182px; height: 198px;}
#navport {left: 370px; top: 0px; width: 95px; height: 198px;}
#navservices {left: 655px; top: 0px; width: 93px; height: 198px;}
#navservicescontact {left: 655px; top: 0px; width: 93px; height: 198px;}
#navcontact {left: 728px; top: 0px; width: 85px; height: 198px;}
#navcontactservices {left: 728px; top: 0px; width: 85px; height: 198px;}


#navhome a {height: 198px;}
#navport a {height: 198px;}
#navservices a {height: 198px;}
#navservicescontact a {height: 198px;}
#navcontact a {height: 198px;}
#navcontactservices a {height: 198px;}


#navhome a:hover {background: url(images/nav.gif) 0px -400px no-repeat;}
#navport a:hover {background: url(images/nav.gif) -370px -200px no-repeat;}
#navservices a:hover {background: url(images/nav.gif) -655px -400px no-repeat;}
#navservicescontact a:hover {background: url(images/nav-current-contact.gif) -655px -400px no-repeat;}
#navcontact a:hover {background: url(images/nav.gif) -728px -200px no-repeat;}
#navcontactservices a:hover {background: url(images/nav-current-services.gif) -728px -200px no-repeat;}

a {
	color: #797F91;
	text-decoration: none;
}
a hover {
	text-decoration: underline;
}
