#wrapper {
margin:0 auto;
}

#header {
margin:0 auto;
text-align: center;
margin-bottom:25px;
margin-top:25px;
}

#nav {
margin:0 auto;
text-align: center;
margin-bottom:25px;
}

#content {
margin:0 auto;
text-align: center;
padding:10px;
}
/* if I had a class on a td and wanted to do something with it.
#content table tr td.songdesc {
	background-color: green;
}*/


#myslideshow {
margin:0 auto;
text-align: center;
padding:10px;
}

#footer {
text-align: center;
margin-top:50px;
clear:both;
}

body 
{
	margin:0 auto;
	scrollbar-face-color: black; 
	scrollbar-shadow-color: #440000; 
	scrollbar-base-color: black; 
	scrollbar-highlight-color: #440000; 
	scrollbar-3dlight-color: black; 
	scrollbar-darkshadow-color: black; 
	scrollbar-track-color: black; 
	scrollbar-arrow-color: #990000;
	font-family: "Arial Black";
	background-color: black;
	color: silver;
	/*position: relative;*/
	height: 100%;
}

a:hover {
	text-decoration: none;
	/*font-family: "Arial Black";
	font-size: 1.1em;*/
	color: darkred;
}

a:active {
	text-decoration: none;
	/*font-family: "Arial Black";
	font-size: 1.2em;*/
	color: lawngreen;
}
/* a:link {color: red; text-decoration: none; }
a:visited {color: red; text-decoration: none; }
a:hover {color: red; text-decoration: none; } */

.FontColorRed {
	color: red; 
	}
	
.FontPlus12 {
	font-size: 1.2em;
	}

.FontPlus15 {
	font-size: 1.5em;
	}

.FontPlus2 {
	font-size: 2em;
	}
	
.button-link {
    height:30px;
    padding: 1px 6px;
    background: #000000;
    color: #ff0000;
	font-family: "Arial Black";
	font-style: italic;
    border-radius: 10px;
    border: solid 5px #d24e01;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 5px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}
.button-link:hover {
    background: #aaaa00;
    border: solid 5px #d24e01;
    text-decoration: none;
}
table.showMP3s {
	text-align: center;
}

.h99 {
	font-size: 1em;
}

h2 {
	font-family: "Arial Black";
	font-style: italic;
	font-size: 18pt;
	color: silver;
	padding-top: 1px;
	padding-bottom: 1px;
	/* text-shadow: 0 2px 1 rgba(180, 180, 0, 0.5); */
}

h4 {
	font-family: "Arial Black";
	font-style: italic;
	font-size: 12pt;
	color: silver;
	padding-top: 1px;
	padding-bottom: 1px;
	/* text-shadow: 0 2px 1 rgba(180, 180, 0, 0.5); */
}

hr {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	background-color: darkred;
	color: darkred;
	border: 0;
}