body {
	background-color: #000;
	color: #CCC;
	margin: 15px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
a, a:visited {
	color: #CCC;
	text-decoration: underline;
}

#main {
	margin-top: 50px;
}


#content {
	width: 750px;
	position: absolute;
	left: 50%;
	margin-left: -375px;
}
#header {
	width: 750px;
	height: 437px;
	position: relative;
}
#header-text {
	background-image: url(logo-text.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 71px;
	width: 750px;
}
#header-logo {
	background-image: url(logo-starfish.png);
	height: 336px;
	width: 750px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center top;
}

#header-tagline {
	font-size: 16px;
	font-style: italic;
	text-align:center;
	text-shadow: 0px 0px 4px #999;
}

.subsection {
	margin:15px 0 30px 0;
}

.subsection h1 {
	background-image: url(stripe.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 48px;
	font-size: 30px;
	padding-left: 20px;
	margin:0 0 5px 0;
	color: #fff;
	text-shadow: 1px 1px 1px #999;
	letter-spacing: 3px;
}
.subsection p {
	margin:0;
}

.subsection ul {
	margin:0px;
}

#footer p{
	font-style: italic;	
	text-align: center;
	font-size: 80%;
	line-height: 80%;
	margin:0 0 30px 0;
}
