body {
	background-color: #46491C;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: center;
}

#outerDiv {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #FFF;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	text-align: left;
	background-color: #48491B;
}
#menuBar {
	height: 50px;
	width: 800px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#WebSiteTitle {
	text-align: center;
	width: 800px;
}
#indexArt {
	height: 490px;
	width: 800px;
	background-image: url(images/indexArt.jpg);
}
.floatLeft {
	float: left;
}



#mainTextSee {
	width: 600px;
	margin-left: 100px;
	margin-top: 25px;
	padding-bottom: 10px;
}
#songListLeft {
	height: 152px;
	width: 254px;
	margin-right: 20px;
	margin-bottom: 25px;
	float: left;
	display: block;
	text-align: justify;
	font-size: 0.9em;
}

#boomBox {
	height: 152px;
	width: 252px;
	margin-bottom: 25px;
	float: left;
}
#songListRight {
	height: 152px;
	width: 254px;
	margin-bottom: 25px;
	float: right;
	margin-left: 20px;
	display: block;
	text-align: justify;
	font-size: 0.9em;
}



#footer {
	text-align: center;
	clear: both;
	height: 20px;
	width: 800px;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-bottom: 10px;
}
#footer a {
	font-size: .9em;
	text-align: center;
}
#footer a:link{
	color: #FFF;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
}
#footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #090;
	text-decoration: none;
}
#footer a:active {
	color: #090;
	text-decoration: none;
}
#slideshow {
	height: 300px;
	width: 400px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: 200px;
	border: medium groove #FFF;
}
a:link{
	color: #FFF;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #090;
	text-decoration: none;
}
a:active {
	color: #090;
	text-decoration: none;
}

