/* CSS Document */

body {
	background-image: url(images/background.png);
	background-repeat: repeat;
	background-attachment: fixed;
}
body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
/* Links */
a:link {
	color: #A5E972;
	text-decoration: none;
}
a:visited {
	color: #A5E972;
	text-decoration: none;
}
a:hover {
	color: #800000;
	text-decoration: underline;
	cursor: pointer;
}
a:active {
	text-decoration: none;
}
a img {
border: 0;
} 
/* Invisible Wrapper */
div#invisible {
	width: 990px;
	min-height: 600px;
	margin: 0 auto;
	border: .25em;
	}

/* Wrapper */
div#wrapper {
	width: 760px;
	min-height: 600px;
	margin: 0 auto;
	border: solid .25em #000000;
	background: url(images/wrapperBackground.png) #000000 top center;
	background-repeat: no-repeat;
	}
	
/* Logo */
div#logo {
	width: 760px;
	height: 100px;
	border-bottom: solid .15em #2a2a2a;
	}

/* Header */
div#header {
	position: absolute;
	z-index: 60;
	top: 10px;   
	border: 1em;
	border-color: #FF0000;
	width: 760px; 
	height: auto; 
	padding: 0px;
	left: -5em;
	border: 0em; 
	color: #FFFFFF;
	text-align: center;
	font-family: Signature, Arial, Helvetica, sans-serif;
	font-size: 2em;
	}
div#headerBlock {
	position: relative;
	z-index: 40;
	top: 20px; 
	background: #532900 top center;   
	width: 625px; 
	height: 10px; 
	padding: 30px;
	left: 7em;
	}
	
/* Navigation */
div#navbar {
	position: relative;
	background-image: url(images/navBarBackground.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 760px;
	height: 30px;
	border-bottom: .15em solid #2a2a2a;
	text-align: center;
	padding-top: .25em; 
	padding-left: .25em; 
	padding-right: .25em; 
	margin-right: .25em;
	z-index: 40;
}

div#navigation {
	text-align: center;
	}
	
div#sidebar {
	position: relative;
	height: auto;
	width: 90px;
	min-height: 700px;
	float: left;
	padding-top: .25em; 
	padding-left: .25em; 
	padding-right: .25em; 
	margin-right: .25em;
	z-index: 60;
}
ul.navigation {
    font: bold .85em Verdana, sans-serif;
	}
li.navigation {
	padding-bottom: 1.75em;
	margin-left: -2.5em;
    list-style: none;
    text-align: left;
}
.bl {
	background: url(images/bl.png) 0 100% no-repeat; filter: alpha(opacity=62); 
	-moz-opacity: 0.62; height: auto; width: 180px; z-index: 60;
	}
.br {
	background: url(images/br.png) 100% 100% no-repeat; z-index: 60;
	}
.tl {z-index: 60;
	}
.tr {padding:10px; z-index: 60;
	}
.clear {font-size: 1px; height: 1px}

/* Main Content Area */
div#content {
	position: relative;
	padding: .5em; 
	margin: .5em;
	font-size: .85em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	}

h1.content {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	color: #9b2828;
	}
h2.content {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	color: #9b2828
	}
h3.content {
	font-size: .85em;
	font-style: italic;
	font-weight: bold;
	}
i.content {
	font-style: italic;
	text-decoration: underline;
	}
font.small {
	font-size: .65em;
	font-style: italic;
	color: #9b2828;
	}
p.small {
	font-size: .65em;
	font-style: italic;
	font-weight: bold;
	}
red-text.content {
	font-size: .65em;
	font-style: italic;
	font-weight: bold;
	color: #B00000;
	}
	
ul.content {
	padding-left: 1em;	
	list-style-type: circle;
    margin-left: 0;
	}
li.content {
    text-align: left;
}
ol.directions {
	padding-left: 1em;
    margin-left: 0;
	}
li.directions {
	text-align: left;
	}
ol.album {
	padding-left: 1em;
    margin-left: 0;
	}
li.album {
	}
ol.album, li.album {
	margin-left: 135px;
}
div#album {
	position: relative;
	padding: .5em; 
	margin: .5em;
	font-size: .80em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	}
div#albumImg {
	float: left;
	padding-bottom: 25px;
	}
div#website {
	position: relative;
	padding: .5em; 
	margin: .5em;
	height: auto;
	font-size: .85em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	}
div#websiteImg {
	float: left;
	height: auto;
	padding-bottom: 25px;
	}

/* News Area */
div#news {
	position: relative;
	padding: .5em; 
	margin: .5em;
	font-size: .80em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	}

.title {
	font-style: italic;
	color: #9b2828;
	}

/* Hidden DIV */
.more {
	display: none;
	}
a.showLink, a.hideLink {
	text-decoration: none;
	font-size: .85em;
	color: #9b2828;
	}
a.hideLink {
	}
a.showLink:hover, a.hideLink:hover {
	}
	
/* Left Side Spacer */
div#leftside {
	position: relative;
	filter: alpha(opacity=72); 
	-moz-opacity: 0.72;
	height: auto;
	width: 100px;
	top: 125px;
	min-height: 800px;
	margin-right: .25em;
	float: left;
	z-index: 70;
}

/* Right Side Spacer */
div#rightside {
	position: relative;
	filter: alpha(opacity=72); 
	-moz-opacity: 0.72;
	vertical-align:top
	height: auto;
	width: 100px;
	min-height: 800px;
	margin-left: .25em;
	float: right;
	z-index: 70;
}
.ads {
	border: 1px dashed #fff;
	}
	
/* Footer */
div#footer {
	margin: 0 auto;
	width: 270px;
	height: auto;
	color: #FFFFFF;
	font-size: .75em;
	font-weight: bold;
	text-align: center;
	padding-top: 1em;
	vertical-align: bottom;
	}

/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */
				
