html, body, .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7E8082;
	text-decoration: none;
}
body { 
	background:url(../img/nav/logo.gif) no-repeat;
	}
a, a:hover {
	color:#cc4220;
	text-decoration: none;
}

a:hover {
	color: #CC3333;
	text-decoration: underline;
}
a:active { /* Remove Outline from clicked links */
	outline: none;
}
a:focus { /* Remove Outline from clicked links */
	-moz-outline-style: none;
}
img {
	border:0;
	}
#nav {
	width:142px;
	float:left;
	}
	
#portGallery {
	float:left;
	clear:both;
	}
	
#wrapper {
	width:1140px;
	overflow:hidden;
	}