a:link 		{ text-decoration: underline; color: #136199; background-color: inherit; }
a:visited	{ text-decoration: underline; color: #000000; background-color: inherit; }
a:hover 	{ text-decoration: underline; color: #000000; background-color: inherit; }
a:active 	{ text-decoration: underline; color: #136199; background-color: inherit; }

body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-image: url(../images/bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}

#wrapper {
	width: 800px;
	margin: auto;
	border-top: 0px;
	color: inherit;
}

#edges {
	margin: auto;
	width: 900px;
}

.spacer {
	clear: both;
}

img {
	border: none;
}

#map{
	padding:0 0 0 0px;
	width:640px;
	height:480px;
	margin-left:auto;
	margin-right:auto;
}

#maptext{
	text-align:center;
}

#maploc{
	text-align:center;
}

#leftborder{
	margin-right:50px;
}

#portmenu{
	padding:20px 0 20px 0;
	text-align:center;
}

.portpadding{
padding:20px;
}

.portleft{
	float:left;
}

.portmiddle{
	width:650px;
	float:left;
	background-image:URL(../images/bar.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:15px;

}

.portright{
	float:left;
}

.portimg{
	float:right;
	text-align:center;
	width:250px;
}

.porttext{
	float:left;
}