@charset "utf-8";
/* TWO COLUMN LAYOUT */
 * {
	 margin:0; padding:0;
 }

body {
	text-align:center;
	background-color: #812109;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: medium;
	}
#mainWrapper {
	max-width:955px; /* sets max layout width */
	min-width:720px; /* sets min layout width */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
	height: auto;
	}

#header {
	background-color: #D96915;
	border-bottom-width: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	height: 84px;
	width: 955px;
	
	 
	}
#nav {
	width:155px; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs make them sit side by side */
	height: 475px;
	background-color: #812109;
	}
#content {
	height: 475px;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clear: none;
	margin-left: 155px;
	width: 800px;
	/* default auto width */
	}




#contentInner {
	height: 475px;
	width: 800px;
	position: relative;
	}
#contentInnerAppearing {
	background-image: url(../images/tightBellThreeQuarter.jpg);
	background-repeat: no-repeat;
	height: 475px;
	width: 800px;
	position: relative;
}

#indexText  {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	color: #EEE;
	height: 145px;
	width: 541px;
	float: none;
	clear: none;
	z-index: auto;
	position: absolute;
	display: inline;
	left: 237px;
	top: 28px;
	text-indent: -1em;
	letter-spacing: 1.5px;
	font-size: 0.95em;
	font-variant: small-caps;
	line-height: 1.75em;
}
/* end of hack - don't remove this comment */
#footer {
	clear:both; /* TEMP - REMOVE OR RESTYLE  */
	height: 35px;
	width: 955px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.7em;
	background-color: #812109;
	}
#headerInner, #navInner, #contentInner  {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#headerInner {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #CCC;
	font-size: 1em;
	text-align: left;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 1.75em;
	}
#navInner {
	height: 475px;
	width: 155px;
	}
#headerInner h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
}
#navInner ul li  a:link, a:visited{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	color: #CCC;
	text-decoration: none;
	text-align: right;
	list-style-type: none;
	padding-right: 0em;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 3.0em;
	padding-left: 2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navInner ul li a:hover {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	list-style-type: none;
	padding-right: 0em;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 3em;
	padding-left: 2em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: none;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#navInner ul li a:active {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	color: #D96915;
	text-decoration: none;
	text-align: right;
	list-style-type: none;
	padding-right: 0em;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 3em;
	padding-left: 2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footerInner {
	text-align:center;
	height: auto;
	width: auto;
	padding: 0.5em;
	}
#footerInner p {
	padding-left: 14em;
}
#bioText  {
	position: absolute;
	height: 453px;
	width: 493px;
	top: 9px;
	z-index: 15;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #eee;
	left: 293px;
	font-size: 0.85em;
}
#musicText  {
	position: absolute;
	height: 216px;
	width: 585px;
	top: 218px;
	z-index: 15;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #eee;
	left: 195px;
	font-size: 0.75em;
}
#contentInner #email fieldset {
	background-color: #D96915;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	padding: 20px;
	height: 400px;
	width: 525px;
	position: absolute;
	left: 30px;
	top: 20px;
}
#contentInner #email fieldset legend {
	color: #CCC;
	background-color: #812109;
	height: 25px;
	width: 350px;
	text-align: center;
}

