body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	background-image: url(/images/greenBG.jpg);
	background-attachment: fixed;
}

body { font-size: 80%; }

h1, h2, h3, h4, h5
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-stretch: ultra-condensed;
	text-transform: capitalize;
}

h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 125%; }

h4
{
	font-size: 110%;
	margin: 2px 0 -2px;
}

h5 { font-size: 100%; }
hr { display: none; }

a:link, a:visited
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6A0D00;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003300;
	text-decoration: underline;
}

/* for the mp3 player, etc*/
#absoluteTop
{
	margin: 0 13% 0;
}

#emailList
{
	position: relative;
	float: right;
	width: 170px;
	top: 20px;
	right: 0;
	text-align: right;
}

#player { width: 275px; }

#container
{
	margin: 0 13% 20px 13%;
	background-image: url(/images/paperBG.jpg);
}

#header
{
	width: 100%;
	height: 88px;
	display: block;
	vertical-align: bottom;
	text-align: right;
	/* 	background-image: url(/images/images/logo.gif); */
	background-repeat: no-repeat;
	background-position: left bottom;
}

#navigation
{
	position: relative;
	display: block;
	top: -13px;
	background-image: url(/images/rightNavCap.gif);
	background-position: right top;
}

#navigation ul
{
	margin: 0;
	padding: 3px 0 3px 26px;
	background-image: url(/images/leftNavCap.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#navigation ul a:link, ul a:visited, ul a:hover { text-decoration: none; }

#navigation ul a:link, ul a:visited
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #F3C48E;
	letter-spacing: .1em;
}

#navigation ul a:hover { color: #C9A174; }

#navigation li
{
	display: inline;
	clear: both;
	padding: 0 5px;
	font-size: 120%;
	background-color: #6A0D00;
}

#subnav
{
	display: block;
	background-image: url(/images/paperBG.jpg);
	width: 25%;
	margin-top: 10px;
	padding: 10px;
	float: right;
	border-left: 1px solid #000;
}

#content
{
	position: relative;
	display: block;
	margin-top: -13px;
	padding: 0 20px 10px;
	min-height: 300px;
}

#content img { margin: 10px; }

/* OLD FOOTER */

/* #footer
{
	background-image: url(/images/greenBG.jpg);
	text-align: right;
	font-size: 80%;
	width: 100%;
	padding: 5px 0;
	clear: none;
	float: right;
}

#footer img
{
	float: left;
	margin: 0 5% 0 0;
	clear: none;
}

*/

#footer
{
	background-image: url(/images/greenBG.jpg);
	height: 30px;
}

#footer p { }

#copyright
{
	margin-top: 3px;
	float: right;
	clear: both;
	font-size: 80%;
	padding-top: 2px;
	border-top: 1px solid #660000;
}

#newsNav
{
	float: right;
	margin-right: 5%;
}

/* for admin page */
#nav
{
	padding: 0 0 0 15px;
	background-image: url(/images/paperBG.jpg);
}

/* style classes */
.builderdate { }

.buildertitle
{
	display: inline;
	border-bottom: 1px solid #000;
	padding-right: 5%;
	margin-bottom: 10px;
	font-weight: bold;
}

.buildertext
{
	display: block;
/* 	font-size: 110%; */
	margin-left: 3%;
	width: 65%;
}

/* for the CSS button etc */
.tinybutton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660000;
	background-color: #E0D299;
	padding: 3px;
	border: 1px dotted #660000;
}

/* for the ? on the upcoming shows sections */
.selector
{
	font-size: 150%;
	font-weight: bolder;
}

#spacer {height: 200px;}
