/* CSS Document */

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	text-align: left;
	vertical-align: top;
	background-color: #cccccc;
}

/* The following hack is to correct paragraph text size in IE/WIN */

/* \*/ * html body p { font-size: 90%; } /* */

/* --- CONTAINERS --- */
#container {
	position: relative;
	width: 800px!important;
	width /**/: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	z-index: 1;
	overflow: visible;
	background-image: url(images/manuscript_paper_bg.gif);
	background-repeat: repeat-y;
}
#header{
	position: relative;
	width: 800px!important;
	width /**/: 800px;
	height: 100px;
	z-index: 1;
	left: 0px;
	float: left;
}

#content{
	position: relative;
	z-index: 20;
	width: 615px;
	left: 0px;
	overflow: visible;
	float: left;
}
#content p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #000000;
	padding-bottom: 12px;
}
#content a:link {
	color: #0099CC;
	text-decoration: none;
	}
#content a:visited {
	color: #006699;
	text-decoration: none;
	}
#content a:hover {
	text-decoration: none;
	color: #CCCCCC;
	background-color: #333333;
	}
#content a:active {
	text-decoration: none;
	color: #66CCFF;
	}

#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #6D0F0F;
	font-variant: small-caps;
	margin-top: 4px;
	color: #000000;
}
#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	color: #000000;
}
#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	color: #000000;
}
/*===============================================*/
#content2{
	position: relative;
	z-index: 20;
	width: 365px;
	left: 250px;
	overflow: visible;
	float: left;
}
#content2 p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #000000;
	padding-bottom: 12px;
}
#content2 a:link {
	color: #0099CC;
	text-decoration: none;
	}
#content2 a:visited {
	color: #006699;
	text-decoration: none;
	}
#content2 a:hover {
	text-decoration: none;
	color: #CCCCCC;
	background-color: #333333;
	}
#content2 a:active {
	text-decoration: none;
	color: #66CCFF;
	}

#content2 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #6D0F0F;
	font-variant: small-caps;
	margin-top: 4px;
	color: #FFFFFF;
}
#content2 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	color: #FFFFFF;
}
#content2 ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	color: #FFFFFF;
}
/*===================================================*/
#main-nav{
	width:152px;
	height:466px;
	z-index: 2;
	left: 0px;
	float: left;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	margin-bottom: 50px;
}
#main-nav ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}

#main-nav ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#main-nav ul li a span{
	display:none;
}

#main-nav ul li a{
	width:140px;
	height:48px;
	margin:0px;
	padding:0px;
	display: block;
		
}
/*==========================================================*/
/* -- Hovers -- */

#main-nav ul li a.home:hover{
	background: url(images/menu.png) -109px 0px;
}
#main-nav ul li a.about:hover{
	background: url(images/menu.png) -109px 432px;
}
#main-nav ul li a.listen:hover{
	background: url(images/menu.png) -109px 384px;
}
#main-nav ul li a.see:hover{
	background: url(images/menu.png) -109px 336px;
}			
#main-nav ul li a.booking:hover{
	background: url(images/menu.png) -109px 288px;
}		
#main-nav ul li a.calendar:hover{
	background: url(images/menu.png) -109px 240px;
}
#main-nav ul li a.merch:hover{
	background: url(images/menu.png) -109px 192px;
}
#main-nav ul li a.blog:hover{
	background: url(images/menu.png) -109px 144px;
}			
#main-nav ul li a.links:hover{
	background: url(images/menu.png) -109px 96px;
}		
#main-nav ul li a.contact:hover{
	background: url(images/menu.png) -109px 48px;
}		
/*==========================================================*/
#illustration {
	position:absolute;
	left:120px;
	top:106px;
	width:248px;
	height:497px;
	z-index:500;
}
#wantAd{
	width:560px;
	height:550px;
	z-index: 1000;
	left: 230px;
	float: none;
	margin-bottom: 50px;
	position: absolute;
	visibility: visible;
	top: 70px;
}
/*==========================================================*/
#footer{
	position: relative;
	width: 765px!important;
	width /**/: 765px;
	text-align: center;
	z-index: 1;
	overflow: visible;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 40px;
	background-image: url(images/bottomedge.png);
	padding-top: 10px;
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	left: 20px;
	right: 20px;
	background-color: #FFFFFF;
}
#footer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-top: 0px;
	padding-left: 0px;
	color: #000000;
}
#footer a:link {
	color: #0099CC;
	text-decoration: none;
	}
#footer a:visited {
	color: #006699;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: none;
	color: #CCCCCC;
	background-color: #333333;
	}
#footer a:active {
	text-decoration: none;
	color: #66CCFF;
	}
