html, body {
	height: 100%;
}

body {
	background-color: black;
	background-image: url(/images/backgrounds/bgwoodh.jpg);
	width: 959px;
	margin: 0 auto;
	font-family: Garamond, "Adobe Garamond Pro", serif;
}

img { border: 0; }
h1, h2 { margin: 0; }
table { border-collapse: collapse; }
td { padding: 0; }

a:link, a:visited { color: #6E3B0D;}
a:hover, a:active { color: #edaf0e;}
#logo a, .subnav a { outline: none; }

.contrib {
	font-weight: bold;
	font-variant: small-caps;
}

.contrib, .person {
	white-space: nowrap;
}

.title, .project, .work { font-style: italic; }

.hidden { display: none; visibility: hidden;}
.clearing { clear: both; display: block; }

#top {
	background-image: url(/images/top_bg.jpeg);
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
}

#logo {
	text-align: right;
	padding-top: 30px;
}

#nav-box {
	margin-top: 0;
	margin-left: 490px;
}

#nav {
  width: 466px;
	padding: 0;
}

#nav-about {
	background-image: url(/images/nav-about.png);
	width: 83px;
}

#nav-history {
	background-image: url(/images/nav-history.png);
	width: 103px;
}
#nav-support {
	background-image: url(/images/nav-support.png);
	width: 110px;
}
#nav-ball {
	background-image: url(/images/nav-ball.png);
	width: 97px;
}

#nav td {
	padding: 0;
	height: 28px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#nav td:hover, #nav td.active {
	background-position: 0 -28px;
}


#nav a { display: none; }

.subnav {
	padding-left: 0.5em;
	padding-top: 0.5em;
	margin-right: 1em;
	cursor: pointer;
	line-height: 0.7em;
}

#subnav-history, #subnav-support, #subnav-ball {
	text-align: right;
}

.subnav a, .subnav .navitem {
	text-decoration: none;
	font-variant: small-caps;
	font-size: 13pt;
	margin-top: 1em;
	padding: 0 1ex;
}

.soon {
	margin-right: 9px;
	font-variant: small-caps;
	font-size: 75%;
	color: gray;
}

#subnav-history a { font-size: 13pt; }

#quote {
	float: left;
	width: 360px;
}

#quote-img {
	margin: 10px 0 0 20px;
	height: 168px;
	width: 348px;
}

#quote-flash {
	float: left;
  display: inline;
	margin: 0;
	height: 168px;
	width: 360px;
}

#main {
	clear: both;
	width: 100%;
}

#bottom {
	background-image: url(/images/bottom_bg.jpeg);
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
	position: relative;
	margin-top: -200px;
}

#nonbottom {
	position: relative;
	min-height: 100%;
	background-image: url(/images/main_bg.jpeg);
	background-repeat: repeat-y;
}

* html #nonbottom { height: 100%; }

#content {
	padding-bottom: 194px;
}

#footer {
	width: 959px;
	margin: 0 auto;
	color: gray;
	font-size: 12pt;
	text-align: center;
	line-height: 1.5em;
	padding-top: 100px;
}

#footer p { margin: 0; }
#footer a:link, #footer a:visited { color: black; text-decoration: none; }
#footer a:hover, #footer a:active { color: #edaf0e; } 

#joinlist {
	float: left;
	margin-left: 80px;
}

#contactus {
	float: right;
	margin-right: 80px;
}

#joinlist, #contactus {
	display: inline; /* IE6 doubled-margin fix */
	color: black;
	text-transform: uppercase;
	font-size: 16pt;
}

.bigframe {
	width: 593px;
	height: 385px;
	margin-left: 183px;
}

.bigframe img {
	padding: 30px 4px;
}

.centered {
  text-align: center;
}

#paypal { text-align: center; }

