body {
	text-align: center;
	background: #10293c;
	font: 12pt Verdana, Helvetica, Arial, sans-serif;
}

#nav {
	text-align: center;
}

#nav a {
	margin-left: 15px;
	color: #fffff7;
	text-decoration: none;
	font-size: 13px;
}

#nav a:hover {
	color: #00BDF7;
}

#title h1 {
	color: #ddddd6;
	font-weight: bold;
	font-size: 1.5em;
}

#tagline h2 {
	color: #fffff6;
	font: 17px bold Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
}

#content {
	color: #ddddd6;
	padding: 0 60px;
	line-height: 1.6em;
}

#content a, #footer a {
	color: #0c0;
	text-decoration: underline;
}

#content a:hover, #footer a:hover {
	text-decoration: underline;
}

#content h4 {
	color: #e6e6ff;
	
}

#footer {
	line-height: 1.5em;
	font-size: 11px;
	color: #fffff6;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px 40px;
	border-top: 1px solid #20394c
}

.gold {
	color: #00BDF7;
}

.green {
	color: #ffc000;
}
.cyan {
	color: #00FFFF
}
.white {
	color: #fff
}

.b {
	font-weight: bold;
}

.picframe span {
	text-align: center;
}

.picframe img {
	border: 2px solid #ddddd6;
}

.picbrd {border: 2px solid #00BDF7;}

.email img {
	border: none;
	margin-bottom: 1px;
	vertical-align: text-bottom;
}

.email:hover img {
	border-bottom: 1px solid #0c0;
	margin-bottom: 0;
}