body {
	padding: 0;
	margin: 0;
	background: black;
}

a img {
	border: none;
}

/*  photos page photo border */
#galleryTable tr td a img {
	border: 2px solid black;
}

#loadingMessage {
	background-color: black;
	border: 1px solid #dddddd;
	padding: 2px;
	color: #eeeeee;
	display: none;
	position: absolute;
	z-index: 3;
}

/*  navigation bar on every page  */
table#navTable {
	width: 100%;
	text-align:center; 
	color:#000033; 
	font-size:13px; 
	font-family: 'Courier New', Courier, mono;
}

table#navTable tr td.active {
	font-weight:bold;
	font-size:20px;
}
 
table#navTable tr td {
//	width: 2px;
}

/*  navigation bar link colors  */
table#navTable a {
	color:#330066;
}

/*  logo style  */	
.logo {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.songListTitle {
	font-size: 14;
}

table#backgroundTable {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	border: none;
}

table#backgroundTable tr td {
	padding: 0px;
}

#topBackgroundCell {
    background: black url('images/top.jpg') no-repeat scroll top left;
    height: 610px;
}

#midBackgroundCell {
    background: black url('images/mid.jpg') repeat-y scroll top left;
}

#bottomBackgroundCell {
    background: black url('images/bottom.jpg') no-repeat scroll top left;
    height: 610px;
}

#finalPageArea {
	z-index: 2;
	margin: 100px;
	margin-top: 50px;
	padding: 10px;
	width: 800px;
	
	position: absolute;
	left: 0px; 
	top: 0px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	text-align:justify;
}

#pageArea {
	z-index: 1;
	background-color:#FFFF99;
	border: 2px solid #333333;
	margin: 100px;
	margin-top: 50px;
	padding: 10px;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	width: 800px;
	
	position: absolute;
	left: 0px; 
	top: 0px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	text-align:justify;
}

#contentArea {
	padding: 100px;
	padding-top: 15px;
}
