body { bgcolor: white; }


body, p, td, pre {	
	font-family: arial, helvetica, helve, sans-serif; 
}

p.frametitle { 
	font-size: 30px; 
	font-weight: bold; 
	text-align: center;
	clear: left;
}

p.footnote { 
	font-size: 10px; 
	font-style: italic; 
}

a { font-weight: bold; }

div.banner {
	font-size: 500%;
	color: white;
}

div.header {
	text-align: center;
	background-color: #222222;
	margin: -8px;
}

span.nav
{
	background-color: #222222;
	display: inline;/* IE6/W doubles margin w/o this */
	float: left;
	font-size: 15px;
	width: 16%;
	text-align: center;
        margin-bottom: 1cm;
}

div.content
{
	clear: both;
	width: 100%
}


/* Navbar customization effects */
body.home a.home, 
body.events a.events, 
body.band a.band,
body.booking a.booking,
body.stricken a.stricken,
body.mail a.mail
{
	background: white;
	color: red;
	border-bottom: 5px solid white;
}

a.home:hover, 
a.events:hover, 
a.band:hover, 
a.booking:hover, 
a.stricken:hover, 
a.mail:hover {
	color: red;
	border-bottom: solid red 5px;
}

a.foo {
	float: top;
	display: block;
	margin: 0;
	padding: 5px 5px 5px 0px;
	text-decoration: none;
	background: #222222;
	color: #222222;
	text-indent: 10px;
	border-bottom: 5px solid #222222;
}

a.home, 
a.events, 
a.band, 
a.booking, 
a.stricken, 
a.mail {
	float: top;
	display: block;
	margin: 0;
	padding: 5px 5px 5px 0px;
	text-decoration: none;
	background: #222222;
	color: white;
	text-indent: 10px;
	border-bottom: 5px solid #222222;
}


