body {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular,sans-serif;
	font-size: 9pt;
	background-image: url(../images/120701_beastie_boys_27_crop.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
/*
	background-attachment: fixed;
*/
	margin: 0;
	padding: 0;
	}

#overlay {
	position: fixed;
	background-image: url("../overlays/13.png");
    margin: 0;
	padding: 0;
    min-height: 100%;
    overflow: hidden;
    width: 100%;
    z-index: 0;
}

div {
	/* border: 1px solid blue;*/
	}

img { border:none; margin-bottom: 10px; }

td {
	/*border: 1px solid yellow;*/
	}

ul {
	margin: 0px;
	margin-bottom: 20px;
	}
	
ol {
	padding: 0;
	}
	
ol li {
	list-style-position: inside;
	}
	
em {
	color: #FF3333
	}
	
strong {
	color: yellow;
	}	

h1 {
	font-family: Georgia, Times, serif;
	color: red;
	margin: 0px;
	font-size: 30pt;
	text-align: center;
	font-weight: bold;
	margin-bottom: 6px;
	}
	
h2 {
	color: red;
	margin: 0px;
	font-size: 10pt;
/*
	text-align: center;
*/
	font-weight: bold;
	margin-bottom: 6px;
	}

h3 {
	color: yellow;
	margin: 0px;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3px;
	}

h4 {
	color: yellow;
	margin: 0px;
	font-size: 10pt;
	text-align: left;
	margin-bottom: 6px;
	}

.border {
	border: 2px solid #f33;
	margin-bottom: 8px;
	}

.bottomtable {
	border-bottom: 3px solid white;
	}

a {outline: none;}

a:link, a:visited { 
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline;
	color: #f33;
	}
a:hover, a:active {
	font-weight: bold;
	color: #ff0;
	text-decoration: underline;
	}	

.header1  { font-size: 12px; font-family: Courier; letter-spacing: 0.1em; }
.header2  { font-weight: 800; font-size: 1.6em; }
.names  { font-weight: normal; font-size: 0.9em; font-family: "Courier New", Courier, Monaco }
.namesbold { font-weight: bold; font-size: 0.9em; font-family: "Courier New", Courier, Monaco }
.smallprint  { font-size:85%; }
.text  { font-weight: normal; font-size: 0.9em;}

.banner {
	text-align: center;
	padding-top: 16px;
	/* width: 310px; */
	margin: 0px auto;
	/*float: left;*/
	clear: both;
	}

.feature img {
	margin: 6px;
	border: 3px solid white;
	vertical-align: top;
}

link { color: #ff3438 }
vlink { color: #ff3438 }

#container {
	/*border: 3px solid grey;*/
	margin: 0 auto;
	                           
	width: 635px;
	position: relative;	/* necessary for contained elements to position relative to container */
	color: white;
	}

#header {
	padding: 20px;
	text-align: center;
	border: 2px dotted yellow;
	}

#main {

	text-align: center;

	padding-top: 10px;
	width: 600px;
	margin: 0px auto;
	/* Fallback for web browsers that doesn't support RGBa */
	background-color: black;
	/* RGBa with opacity */
	background: rgba(0, 0, 0, 0.7);
/*
	float: left;
*/
	}
	
#main p {
	text-align: left;
	margin: 10px;
}

#main li {
	text-align: left;
}

#leftcontent {
	padding-top: 6px;
	width: 310px;
	margin: 0px auto;
	float: left;
	}

#rightmenu {
	/*text-align: right;*/
	width: 244px;
	margin-top: 6px;
	float: right;
	
	}
	
#footer {
	padding-top: 22px;
	clear: both;
	}

.song_titles {
	list-style: none;
	color: red;
	margin-left: 0;
	padding-left: 0;
}

