


body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:#eee;	
	text-align:center;
	}
#Page {
	z-index:1;
	margin:0px 0px 2px 0px;
	text-align:left;
	width: 720px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

h1 {
	margin:0px 0px 0px 0px;
	text-align:center;
	padding:10px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	color: #000000;
	font-size:11px;
	text-decoration:none;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#000000;}
a:visited {color:#000000;}
a:hover {background-color:#eee;}

#Header {
	color:#fff;
	text-decoration:none;
	text-indent: 0px;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:100px;
	border-style:solid;
	border-color:black;
	border-width:0px 0px; /* top and bottom borders: 1px; left and right borders: 0px */


/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:50px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:50px;}

#Content {
	margin:0px 10px 0px 10px;
	padding:10px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	}
#image
	{
	width:400px;
	border:solid #666666 0px;
		padding: 5px;
		margin: 0 0 20px 0;
		font-size:10px;
				text-align:left;
	}
.description
	{
	line-height:14px;
	margin:0;
	color:#000000;
	padding:5px;
	}
#upcomingshows{
	width:400px;
	}	
#footer {
width: 720px;

	padding:0px 0px 0px 0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#868686;
        font-size: .6em;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	line-height:11px;
	border-top: 2px solid #fff;
	background-color:transparent;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

#copyright { float: left;}

IMG.home { 
	float: right; 
	margin: 2em; 
}

#menu
{
margin-left:30px;
margin-bottom:20px;
}

#nav #currentpage a{
	background: transparent;
	color: #006666;
	border-left: 0px solid #999;
	}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align:left;
}

#nav a {
	display: block;
	text-decoration: none;
	padding-top:5px;
	color: #000;
		font-weight:600;

}

#nav a:hover {
	display: block;
	text-decoration: none;
	color:#9FA41D;
	background: transparent;
}

#nav li { /* all list items */
	float: left;
	padding-left:10px;
/* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background:#fff;
	border:1px solid #000000;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	width:7em;
}
	