html
{
	border-width: 0px;
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

body
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: #666666;
	font-family: helvetica, tahoma, verdana;
}

.membersonly
{
	position: absolute;
	top: 5px;
	right: 5px;
	
	/* Fix IE  \*/
	*  top: 3; /* */
}

.membersonly a, .membersonly a:visited
{
	color: #aaaaaa;
	font-size: 8pt;
}





#maincenterbox
{
	position: relative;
	width: 799px;
	margin-left: auto;		/* center in window */
	margin-right: auto;
	margin-top: 15px;
}



/* This is for front page only */
#nav .centerbox
{
    position: absolute;
    top: 50%;
    height: 380px;
    margin-top: -230px;
    left: 50%;
    width: 800px;
    margin-left: -400px;
}

#nav .floatingbox
{
	position: absolute;
	left: 25px;
	top: 120px;
	min-width: 250px;
	max-width: 300px;
	height: 80px;
	background: black;
	
	/* make box transparent */
	opacity: 0.65;
	filter:alpha(opacity=65);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
	-moz-opacity:0.65;
	
	padding: 20px;
	text-align: left;
	
	/* Fix IE  \*/
	* position: absolute;
	* left: 25px;
	* top: 120px;
	* width: 300px;
	* height: 120px;
	* margin-left: 0px;
	* margin-top: 0px; /* */
}

#nav .floatingboxtext
{
    position: absolute;
	left: 25px;
	top: 120px;
	min-width: 250px;
	max-width: 300px;
	height: 80px;

    padding: 15px;
	text-align: left;
	
	/* Fix IE  \*/
	* position: absolute;
	* left: 25px;
	* top: 120px;
	* width: 300px;
	* margin-left: 0px;
	* margin-top: 0px; /* */
}



p, table, li, label, .fixformat
{
	color: black;
	font-family: helvetica, tahoma, verdana;
	font-size: 10pt;
	line-height: 12pt;
}


#pagebackground
{
	width: 800px;
	/*min-height: 475px;*/
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	text-align:left;
	
	background-image: url('/img/background_gray.jpg');
	
	/* Fix IE  \*/
	* margin: 0px -3px 0px 3px; /* */
}

.pagewrapper
{
    background-repeat: repeat-y;
    background-image: url(/img/background_gradient.jpg);
    position: relative;
    top: 0px;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 799px;
    text-align: left;
}

#pagebody, #pagebody-admin
{
	width: 720px;
	padding: 25px 40px 15px 40px;
	text-align: left;
}

#linkbar
{
    float: right;
    height: 16px;
    padding: 5px 0px 0px 0px;    
    background: #999999;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #333333;
    /*background-image: url('/img/gradient.png');*/
    
	/* make box transparent */
	/*opacity: 0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;*/
}

#linkbartext
{
    font-size: 9pt;
    line-height: 10pt;
    text-align: right;
    color: #cccccc;
    
    margin: 0px 10px 0px 10px;
}

#linkbartext a
{
   	/* color: #ffcc00; */
   	color: white;
}


.fixIE {	
	position: absolute;
	left: -60px;
	top: -21px;
	z-index: -1;
	margin: 0px;
	padding: 0px;
	border: 0px;

	/* Fix IE  \*/
	*  width: 800px;
	*  top: -20px;
	*  margin: 0 -3px; ma\rgin: 0; /* */
}

#footer
{
/*	position: relative;
	bottom: -40px;*/
	text-align: right;
  	                   
	                
	background-image: url('/img/footer.jpg');
	background-repeat: no-repeat;
	width: 799px;
	margin: 0px;
	padding: 0px;
    position: relative;
    top: 0;
}

#footer p
{
/*	position: relative;
	bottom: 40px;
	*/
    margin: 0;
    padding-top: 10px;
	text-align: center;	
	font-size: 8pt;
}

#maincolumn
{
    float: left;
    display: inline;
    width: 515px;
    margin-right: 25px;
}

#subnav
{
    background-color: #333333;
    background: url('/img/subnav_background.gif') no-repeat;
    height: 22px;
}

#subnav p
{
    margin: 0px 0px 0px 30px;
    padding-top: 3px;
    
    color: white;
    font-weight: bold;
    font-variant: small-caps;
}

#subnav a
{
    color: white;
}

#subnav a:visited
{
    color: white;
}

#sidebar
{
    width: 180px;
    padding: 0px;
    text-align: left;
    float: left;
}

#sidebar p
{
    font-size: 9pt;
}

#sidebar h3
{
    font-size: 12pt;
    margin-top: 0px;
    padding-top: 0px;
    border-bottom: 1px dotted black;
}

#leftcolumn
{
    float: left;
    display: inline;
    width: 47%;
    margin-right: 8%;
}

#leftcolumn-gradient
{
    padding-left: 3%;
    background-repeat: no-repeat;
    background-image: url(/img/corner_gradient.png);
    float: left;
    display: inline;
    width: 42%;
    margin-right: 8%;
}

#rightcolumn
{
    float: left;
    display: inline;
    width: 45%;
}

#rightcolumn-gradient
{
    padding-left: 3%;
    background-repeat: no-repeat;
    background-image: url(/img/corner_gradient.png);
    float: left;
    display: inline;
    width: 44%;
}

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

a:visited
{
    color: #660000;
}

a:hover
{
    text-decoration: underline;
}

ul, li
{
	margin-bottom: 8px;
	margin-left: 10px;
	padding-left: 0px;
	list-style-image: url('/img/bullet.gif');
}

ul#audio-link, li#audio-link
{
	margin-bottom: 3px;
	margin-left: 10px;
	padding-left: 0px;
	list-style: disc;
}

li.numbered
{
    list-style-image: none;
    padding-bottom: 10pt;
}

h1, h2, h3, h4, h5, h6
{
	font-family: helvetica, tahoma, verdana;
}

h1
{
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 24pt;
	font-weight: bolder;
	font-variant: small-caps;
	border-bottom: 2px solid black;
}

h1.showtitle
{
	padding: 0px;
	margin: 0px;
	font-size: 24pt;
	font-weight: bolder;
	font-variant: small-caps;
}

h1.normal
{
    font-size: 48pt;
    border: 0px;
    padding-top: 10px;
}

h2
{
    margin-bottom: 5px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-top: 0px;
    line-height: 18pt;
    font-size: 18pt;
}

h3
{
    padding-top: 10px;
}

h3.gradient
{
    padding-top: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    border-bottom-style: none;
    border-bottom: 1px black;
}

.labelcolumn
{
	width: 150px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-right: 20px;
}

textarea
{
	/*opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;*/
}

#map
{
	padding: 0px 0px 0px 0px;
	border: 2px solid black;
}

.bigtext
{
    line-height: 16pt;
    font-size: 13pt;
}

#subnav a
{
	margin-right: 25px;
}

.song-title
{
	font-variant: small-caps;
}

input
{
	font-size: 14pt;
}

textarea
{
	font-size: 10pt;
}

element
{
}

p.paragraph
{
	text-align: justify;
}

#haunted p {
	margin: 0;
	padding: 1em;
	border: 0;
	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: white;
	font-weight: lighter;
	line-height: 18pt;
	text-shadow: 1px 1px 2px black;
}

#haunted a {
	color: #cc6;
}

#haunted img {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	border: 0;
}