@charset "utf-8";
/* CSS Document */
/* highlighting current page button in white */
#homepage a:link#homebutton,  #homepage a:visited#homebutton,

#servicepage a:link#servicebutton, #servicepage a:visited#servicebutton,
#portpage a:link#portbutton, #portpage a:visited#portbutton,
#contactpage a:link#contactbutton, #contactpage a:visited#contactbutton


 
	{ 
		text-decoration: none;
	background-position: center center;
	text-align: center;
	display: block;
	padding-top: 0.4em;
	float: left;
	width: 196px;
	background-color: #722300;
	border: 2px inset #722300;
	font-family: Helvetica;
	font-size: 20px;
	background-color: #f2dfc6;
	
	
	color: #df8110; 
	}

#contactpage #main #content table td {
	width: 40px;
}

#homepage #main #content #middle p {
	font-family: Helvetica;
	font-size: 18px;
}
