@charset "utf-8";
/* CSS Document */.header {
	padding-top: 3px;
	height: 80px;
	text-transform: uppercase;
	background: #333;
	background-image: url(http://www.capitalsailing.com/i/address.gif);
	background-repeat: no-repeat;
	background-position:300px 25px
	}
.header h2 {
font-size: 34px;
font-weight: 100;
padding: 10px 0 4px 10px;
letter-spacing: -3px;
}
.header h2 a {
color: #FAF391;
text-decoration: none; 
}
.header h2 a:hover { 
color: #fff;
font-size:9px
text-decoration: none; 
}

.header h3 {
	font-size: 1.2em;
	letter-spacing: 0px;
	font-weight: 100;
	text-transform: uppercase;
	color:#FFDD00;
	padding-left: 18px;
}