body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000;
	margin: 0;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #CC6600;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #5073B9;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
	margin: 0;
	padding: 0;
}

.small_text {
	font-size: 10px;
}

#MailingListForm{
	padding: 4px 8px 6px 8px;
	white-space: nowrap;
	text-align: center;
	border: 1px solid #5073B9;
	border-top-width: 0;
	width: 200px;
	color: #FFFFFF;
	float: right;
}

.MailingListTextBox{
	height: 14px;
	padding: 0;
	font-size: 12px;
}.MailingListButton{
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

#header{
	width: 700px;
	text-align: center;
	padding: 5px;
}

#menu{
	width: 700px;
	border: 1px solid #333;
	padding: 4px 0;
	margin: 0;
	text-align: center;
	background-image: url(../images/menu_bg.gif);
}

#menu ul, #menu li{
	list-style-type: none;
	display: inline;
	text-align: center;
	margin: 0;
	padding:0;
}
#menu ul li a{
	padding: 4px 8px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 14px;
}
#menu ul li a:hover{
	color: #FFF;
}
#songlist{
	background-image: url(../images/jukebox_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#songlist a{
	color: #FFFFFF;
	text-decoration: underline;
}
#songlist a:hover{
	color: #CC6600;
}
#contacts{
	background-image: url(../images/contact_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
	
#footer{
	text-align: center;
	color: #999999;
	font-size: 10px;
	border-top: 1px solid #5073B9;
	padding: 0 0 15px 0;
}
#footer a{
	color: #999999;
}
#footer a:hover{
	color: #CCCCCC;
}
/* Don't show print sections */
.no_screen, #print_page_header{
	display: none;
}
.email_address{
	text-decoration: underline;
	color: #FFFFFF;
}
.email_address:hover{
	color: #CC6600;
}
#pictures{
	background-image: url(../images/PicturesBG.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 0 50px 0;
}
#schedule{
	background-image: url(../images/marquee_bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	padding: 0 0 50px 0;
}
#schedule .month{
	display: block;
	padding: 15px 0 0 0;
	margin: 0 0 5px 0;
	color: #CC6600;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #666;
}
#schedule .show_date, #schedule .venue, #schedule .show_links{
	font-weight: bold;
	font-size: 14px;
	padding: 0 30px 15px 0;
	vertical-align: top;
	white-space: nowrap;
}
#schedule .show_date{
	padding: 0 30px;
}
#schedule .venue .city, #schedule .show_time, #schedule .venue .phone{
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
}
#schedule .venue .phone{
	color: #FF6600;
}
#schedule .show_links{
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}
#schedule .show_links a{
	text-decoration: underline;
	padding: 0 3px;
	color: #5073B9;
}
#schedule .show_links a:hover{
	color: #FF6600;
}
#members{
	background-image: url(../images/members_bg.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.generic_link a{
	color: #FFFFFF;
}
.generic_link a:hover{
	color: #FF6600;
}
