@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
}
#centerStage {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/indianbackground.jpg);
	background-repeat: repeat-y;
}
#theFooter {
	text-align: center;
	color: #CCC;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 2px;
	margin-left: 50px;
	font-style: italic;
	padding-top: 100px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 100px;
}

#theheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 3.0em;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
}
#theTop {
	height: 170px;
	background-image: url(../images/albumcovers.gif);
	background-repeat: no-repeat;
}
#menu ul li {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
}
#contentArea {
	margin-left: 260px;
	margin-top: -200px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 1.8em;
	text-align: justify;
}
#mainContent {
	padding-right: 5em;
	padding-left: 4em;
	height: auto;
}


#menu {
	width: 250px;
	display: block;
	height: auto;
}
#contentArea a {
	color: #FF9;
	text-decoration: none;
}
#contentArea a:hover {
	text-decoration: underline;
}

#menu ul li a {
	text-decoration: none;
	color: #900;
	display: block;
	width: 8.5em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FC6;
	margin-bottom: 12px;
	border: 2px solid #000;
}
#menu ul li a:hover {
	background-color: #FF9;
	border-top-color: #9F0;
	border-right-color: #9F0;
	border-bottom-color: #9F0;
	border-left-color: #9F0;
}
