.banner {
	background-position: center top;
	position: relative;
	height: inherit;
	width: 760px;
	vertical-align: middle;
}
.mainlinks {
	vertical-align: middle;
	position: relative;
	width: 760px;
	top: auto;
	background-position: center top;
	overflow: visible;
}
.sublinks {
	background-color: #023467;
	background-position: center;
	border: thin double #F5FFFF;
	position: relative;
	width: 760px;
	font-family: "Alba Matter";
	font-size: 16px;
	color: #CCCCCC;
	text-transform: lowercase;
	font-weight: 200;
	font-style: normal;
	text-align: right;
	vertical-align: top;
	height: auto;
	text-decoration: underline;
}
.maincontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-position: center top;
	color: #CCCCCC;
	border: thin solid #CCCCCC;
	vertical-align: middle;
	width: 760px;
	position: relative;
	text-align: center;
	margin: 2px;
	padding: 2px;
	visibility: visible;
}
#footer {
	background-position:center center;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	position: relative;
	visibility: inherit;
}
