@charset "utf-8";
.twoColFixLt #container #mainContent h1 {
	background-image: url(images/WonderBoogieLogo.jpg);
	background-repeat: no-repeat;
	height: 118px;
	width: 495px;
	margin: 0;
}
.twoColFixLt #container #mainContent span {
	display: none;
}
.twoColFixLt #container #sidebar1 ul {
	background-color:#000066;
	background-image: url(images/MenuBG.jpg);
	background-repeat: no-repeat;
	width: 174px;
	height: 490px;
	margin: 0px;
	padding: 0px;
	/*border: 1px solid #f00;*/
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}
.twoColFixLt #container #sidebar1 li {
	height: 50px;
	width: 140px;
	/*border: thin solid #FFFFFF;*/
	margin: 0 auto 0 auto;
	margin-top:5px;
	margin-bottom:2px;
	padding-top:0;
	padding-bottom:0;
	list-style-image: none;
	list-style-type: none;
	display: block;
	
}
.twoColFixLt #container #sidebar1 li a {
	height: 50px;
	width: 140px;
	display:block;
	background-position: top left;
	background-repeat:no-repeat;
}
.twoColFixLt #container #sidebar1 li a span {
	display: none;
}

.twoColFixLt #container #sidebar1 li.gallery a {
	background-image: url(images/ButtonGallery.gif);
}
.twoColFixLt #container #sidebar1 li.gallery a:hover {
	background-image: url(images/ButtonGallerySel.gif);
}
.twoColFixLt #container #sidebar1 li.listen a {
	background-image: url(images/ButtonListen.gif);
}
.twoColFixLt #container #sidebar1 li.listen a:hover {
	background-image: url(images/ButtonListenSel.gif);
}
.twoColFixLt #container #sidebar1 li.band a {
	background-image: url(images/ButtonBand.gif);
}
.twoColFixLt #container #sidebar1 li.band a:hover {
	background-image: url(images/ButtonBandSel.gif);
}
.twoColFixLt #container #sidebar1 li.playlist a {
	background-image: url(images/ButtonPlaylist.gif);
}
.twoColFixLt #container #sidebar1 li.playlist a:hover {
	background-image: url(images/ButtonPlaylistSel.gif);
}
.twoColFixLt #container #sidebar1 li.home a {
	background-image: url(images/ButtonHome.gif);
}
.twoColFixLt #container #sidebar1 li.home a:hover {
	background-image: url(images/ButtonHomeSel.gif);
}
.twoColFixLt #container #sidebar1 li.watch a {
	background-image: url(images/ButtonWatch.gif);
}
.twoColFixLt #container #sidebar1 li.watch a:hover {
	background-image: url(images/ButtonWatchSel.gif);
}
.twoColFixLt #container #sidebar1 li.reviews a {
	background-image: url(images/ButtonReviews.gif);
}
.twoColFixLt #container #sidebar1 li.reviews a:hover {
	background-image: url(images/ButtonReviewsSel.gif);
}
.twoColFixLt #container #sidebar1 li.contact a {
	background-image: url(images/ButtonContact.gif);
}
.twoColFixLt #container #sidebar1 li.contact a:hover {
	background-image: url(images/ButtonContactSel.gif);
}.twoColFixLt #container #mainContent #band {
	background-image: url(images/BandBG.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.twoColFixLt #container #mainContent #sparkle {
	background-image: url(images/WonderBoogieLogoSparkle.gif);
	height: 118px;
	width: 493px;
	top: 0px;
	position: absolute;
}
a {
	color: #00CCFF;
}
a:link
{
	color: #00ccff;
}
a:hover
{
	color: #0099cc;
}
a:visited
{
	color: #00ccff;
}