﻿@charset "utf-8";
/* last updated 20-Aug-08 */
/* CSS layout */
/* Body Styles */
* {
	margin: 0px;
	float: none;
}
body {
	background-color: white;
	color: black;
	font-size: 67.5%;
	font-family: Arial, Helvetica, sans-serif;
	border-style: none;
	border-width: 0;
	margin: 0;
	padding: 0;
}
/* Container Styles */
#container {
	margin: 0 auto;
	width: 955px;
	font-size: 1em;
}
/* Masthead Styles - these contain the banners */
#masthead {
	clear: both;
	z-index: 2;
}
/* Banner Styles */
#BannerBackground {
	z-index: 1;
	background-color: #000000;
	position: relative;
	height: 125px;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-bottom: 4px;
}
.BannerBodyLeft {
	height: 97px;
	width: 124px;
	position: relative;
	left: 24px;
	top: 12px;
}
.BannerBodyMiddle {
	left: 40px;
	position: relative;
	top: -7px;
}
.BannerBodyRight {
	height: 97px;
	width: 124px;
	position: relative;
	left: 50px;
	top: 12px;
}
/* Navigation Styles */
#navigation {
	position: relative;
	margin-left: 160px;
	top: -8px;
}
/* navigation without lists from http://www.cssplay.co.uk/menus/tutorial.html#access */
/* order should be L, V, F, H, A */
a.nav {
	display: block;
	padding: 5px 0 7px 0;
	float: left;
	text-align: center;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 14px;
	color: #0000FF;
	font-weight: bold;
}
a.nav:link {
}
a.nav:visited {
}
a.nav:focus {
}
a.nav:hover {
	text-decoration: underline;
}
a.nav:active {
}
#home {
	width: 80px;
	background: url('../images/navigation/linkbackground80x30px.png') no-repeat;
}
#join {
	width: 60px;
	background: url('../images/navigation/linkbackground60x30px.png') no-repeat;
}
#faq {
	width: 140px;
	background: url('../images/navigation/linkbackground140x30px.png') no-repeat;
}
#news {
	width: 100px;
	background: url('../images/navigation/linkbackground100x30px.png') no-repeat;
}
#about {
	width: 140px;
	background: url('../images/navigation/linkbackground140x30px.png') no-repeat;
}
#photos {
	width: 80px;
	background: url('../images/navigation/linkbackground80x30px.png') no-repeat;
}
/* Footer Styles */
#footer {
	padding: 2px;
	border-width: 0.2em;
	border-color: #000000;
	clear: both;
	border-top-style: solid;
	width: 100%;
	float: left;
	margin-top: 10px;
}
#footer a {
	color: #3366CC;
	text-decoration: underline;
	font-size: 1.2em;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}
/* Content Styles */
#Content {
}
#ContentWide {
	float: left;
	width: 100%;
	text-align: left;
	clear: both;
	font-size: 1.2em;
	position: relative;
}
#ContentRight {
	position: relative;
	float: right;
	width: 47%;
	text-align: left;
	font-size: 1.2em;
}
#ContentLeft {
	position: relative;
	float: left;
	width: 47%;
	text-align: left;
	font-size: 1.2em;
}

