/*
	ScifiUnited Surface Page CSS
	Author: David (Rogue Entity)
*/

/* Layout & Section StyleTags */
div.head {
	background: url(bkg_sea.jpg);
	height: 37px;
	text-align: center;
}
div.middle {
	width: 900px;
	margin: 0 auto;
	margin-top: 20px;
}
div.navbar {
	width: 152px;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	border-right: 1px solid #c0c0c0;
}
div.navbar span {
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
div.navblock {
	padding: 2px 2px 2px 2px;
	font-size: 12px;
	margin-top: 3px;
}
div.navblock a:hover {
	text-decoration: underline overline;
}
div.contents {
	width: 740px;
	float: right;
	margin-bottom: 20px;
}
div.foot {
	background: url(bkg_sea_b.jpg);
	font-size: 10px;
	text-align: center;
	clear: both;
}

/* Section Style Tags */
div.head a {
	font-size: 12px;
	font-weight: bold;
}
/* Global Style Tags */
html {
	background: #052645;
	font-family: Verdana;
	font-size: 12px;
	color: white;
}
a {
	text-decoration: none;
	color: white;
}
img {
	border:none;
}
