
body {
	color: #eeeeee;
	background: #000000;
	margin-top: 16px;
}

a {
	text-decoration: none;
	color: #eeeeee;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 960px;
	height: 640px;
	margin: auto;
}

.fade {
	position: absolute;
	z-index: 1;
/*	width: 960px; */
/*	height: 640px; */
	float: left;
}

h1 {
	font-family: georgia;
	font-weight: bold;
	font-size: 10pt;
	font-variant: small-caps;
	letter-spacing: 1pt;
	color: #eeeeee;
	padding-left: 220px;
	padding-top: 40px;
	line-height: 16pt;
	text-align: center;
}

.footer {
	float: left;
	position: absolute;
	z-index: 3;
	margin-top: 556px;
	margin-left: 220px;
	opacity:0.9;
	filter:alpha(opacity=90);
}

h2 {
	font-family: georgia;
	font-weight: bold;
	font-size: 10pt;
	font-variant: small-caps;
	letter-spacing: 1pt; 
	color: #eeeeee;
	text-align: center;
	background: #000000;
	line-height: 12pt;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 32px;
}

.nav {
	margin-top: 228px;
}

.navButton {
	font-family: georgia;
	font-weight: bold;
	font-variant: small-caps;
	color: #eeeeee;
	font-size: 10pt;
	letter-spacing: 1px;
	padding-top: 12px;
	padding-bottom: 32px;
	display: block;
	text-decoration: none;
}

.navButton:hover {
	text-decoration: underline;
	color: #ffffff;
}

.crossbar1 {
	width: 960px;
	height: 140px;
	margin-top: 64px;
	background-color: #000000;
	opacity:0.7;
	filter:alpha(opacity=70);
	float: left;
	z-index: 3;
	position: absolute;
}

.crossbar2 {
	width: 140px;
	height: 640px;
	margin-left: 64px;
	background-color: #000000;
	opacity:0.9;
	filter:alpha(opacity=90);
	float: left;
	position: absolute;
	z-index: 3;
	text-align: center;
}

#logo {
	width: 140px;
	height: 140px;
	float: left;
/*	margin-left: 64px;*/
	margin-top: 64px;
}

