body {
	background: url('../images/bg.png') bottom repeat-x white;
}

.page {
	text-align: center;
}

.header {
	width: 960px;
	height: 236px;
	background: url('../images/header.png') no-repeat bottom;
}

.menu {
	width: 960px;
	height: 63px;
	background: url('../images/menu.png') no-repeat bottom;
	text-align: center;
}

.mainouter {
	width: 960px;
	background: url('../images/main.png') top repeat-y;
}

.maininner {
	width:960px;
	height: 100%;
	background: url('../images/maintop.png') top no-repeat;
}

.subfooter {
	width: 960px;
	height: 44px;
	background: url('../images/subfooter.png') top no-repeat;
	text-align: center;
	color: white;
	font-size: 8pt;
	font-family: Arial;
}

.footer {
	width: 960px;
	height: 60px;
	background: url('../images/footer.png') top no-repeat;
	vertical-align: top;
	font-size: 8pt;
	font-family: Arial;
}

.contenttop {
	margin: auto;
	width: 888px;
	height: 22px;
	background: url('../images/contenttop.png') bottom no-repeat;
}

.contentbottom {
	margin: auto;
	width: 888px;
	height: 22px;
	background: url('../images/contentbottom.png') top no-repeat;
}

.content {
	width: 888px;
	background: url('../images/contentbg.png') top repeat-y;
}

.contentinner {
	background: url('../images/content.png') top no-repeat;
	vertical-align: top;
	font-size: 9pt;
	font-family: Arial;
	color: white;
	text-align: left;
	padding: 1em 2em;
}

.homepanel {
	background: url('../images/homepanel.png') top no-repeat;
	vertical-align: top;
	text-align: center;
	color: white;
	font-size: 8pt;
	font-family: Arial;
}


#nav, #nav li {
	margin: 0;
	padding: 0;
	display: inline;
	text-align: center;
	font-size: 12pt;
	font-family: Georgia;
	line-height: 63px;
}

#nav li {
	margin: 0 1.5em;
}

#nav, #nav a:link, #nav a:active, #nav a:visited, #nav a:hover,
.footer, .footer a:link, .footer a:active, .footer a:visited, .footer a:hover {
	color: #00ffff;
	text-decoration: none;
}

.footer span {
	margin: 0 2em;
}
