/* ########## Layout ########## */
<style type="text/css">
html, body { margin:0; padding:0; height: 100%;}
body { font-size: 12px; font-family: Arial, Helvetica, Verdana, sans-serif; color: black;
	text-align:center; /* center for IE */
	background-color: #a1d3e7;
}
#wrapper {
	text-align: left;
	width: 758px;
	padding-top: 10px;
	padding-bottom: 0px;
	border-left: 3px solid #4db3d0; 
	border-right: 3px solid #4db3d0;
	height: 100%;
	background-color: white;
	margin: 0 auto; /* center for the rest */
}

#logo {
	position: absolute;
	padding-left: 10px;
}

/* ########## Nav ########## */
div #nav {
	text-align: right;
}
div #subnav {
	background-color: #e3b473;
	width: 518px;
	text-align: left;
	height: 22px;
	float: right;
}

/* ########## Home Content ########## */
div #home-content {
	padding-left: 86px;
	padding-right: 75px;
	color: #4db3d0;
}
div #home-content .large {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}
#activities {
	color: #4db3d0;
	font-size: 11px;
	padding-left: 86px;
	padding-right: 25px;
}

/* ########## box ########## */
#content {
	padding-left: 70px;
	padding-right: 60px;
	font-size: 11px;
	width: 378px;
}

/* ########## box dark large ########## */
.box {
	border: 1px solid #d18316;
	border-top: none;
	width: 168px;
	padding: 15px;
	font-size: 11px;
}
.box h1, .box h2, .box h3, .box p {
	color: #d18316;
	margin: 0; padding: 0;
	margin-bottom: 10px;
}
.box h1 { font-size: 15px; }
.box h2 { font-size: 14px; }
.box h3 { font-size: 12px; }

.box .go {
	position: relative;
	top: 15px;
	left: 140px;
}



/* ########## footer ########## */
#footer {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #4db3d0;
	padding-top: 15px;
}
#copyright {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
	padding-bottom: 5px;
}
/* ########## links ########## */
a:link, a:visited { color: #d18316;
}
a:hover { color: #e3b473;
}

</style>