html, body, div, h1
{ margin: 0; padding: 0; }

html
{ background: url(Assets/BackgroundPattern.gif) repeat top left; }

#layoutHolder
{
	width: 860px;
	margin: 50px auto;
	background-color: White;
}

#header #mySpace,
#header #mySpace a
{
	height: 11px;
	width: 860px;
	display: block;
	background: url(Assets/MySpaceBar.gif) no-repeat top left;
	overflow: hidden;
	text-indent: -2000px;
}

#header #logoBar
{
	height: 70px;
}

#header #banner
{
	height: 220px;
	background: url(Assets/BannerHome.jpg) no-repeat top left;
}

.Home #header #banner { background-image: url(Assets/BannerHome.jpg); }
.About #header #banner { background-image: url(Assets/BannerAbout.jpg); }
.Gallery #header #banner { background-image: url(Assets/BannerGallery.jpg); }
.Downloads #header #banner { background-image: url(Assets/BannerDownloads.jpg); }
.Links #header #banner { background-image: url(Assets/BannerLinks.jpg); }
.Contact #header #banner { background-image: url(Assets/BannerContact.jpg); }

#header ul
{
	background: black url(Assets/MenuBar.png) no-repeat 70px 0;
	margin: 0;
	padding: 0 70px 0 81px;
	height: 27px;
}

#header ul li
{
	float: left;
	overflow: hidden;
	text-indent: -2000px;
}

#header ul li,
#header ul li a
{
	display: block;
	width: 116px;
	height: 27px;
}

#header ul li a:hover,
.Home #header ul li.menu1 a,
.About #header ul li.menu2 a,
.Gallery #header ul li.menu3 a,
.Downloads #header ul li.menu4 a,
.Links #header ul li.menu5 a,
.Contact #header ul li.menu6 a
{ background: url(Assets/MenuBar.png); }

#header ul li.menu1 a:hover, .Home #header ul li.menu1 a { background-position: -11px -26px; }
#header ul li.menu2 a:hover, .About #header ul li.menu2 a { background-position: -127px -26px; }
#header ul li.menu3 a:hover, .Gallery #header ul li.menu3 a { background-position: -243px -26px; }
#header ul li.menu4 a:hover, .Downloads #header ul li.menu4 a { background-position: -359px -26px; }
#header ul li.menu5 a:hover, .Links #header ul li.menu5 a { background-position: -475px -26px; }
#header ul li.menu6 a:hover, .Contact #header ul li.menu6 a { background-position: -591px -26px; }

#contentHolder #leftColumn,
#contentHolder #rightColumn
{
	width: 415px;
	float: left;
	margin: 10px 0 10px 10px;
	color: #333;
}

h3
{
	width: 415px;
	height: 27px;
	text-indent: -1000px;
	overflow: hidden;
	margin: 0;
}

h3.Biography { background-image: url(Assets/HeadingBiography.gif); }
h3.Contact { background-image: url(Assets/HeadingContact.gif); }
h3.Downloads { background-image: url(Assets/HeadingDownloads.gif); }
h3.Events { background-image: url(Assets/HeadingEvents.gif); }
h3.Friends { background-image: url(Assets/HeadingFriends.gif); }
h3.LiveGallery { background-image: url(Assets/HeadingLiveGallery.gif); }
h3.MusicPlayer { background-image: url(Assets/HeadingMusicPlayer.gif); }
h3.News { background-image: url(Assets/HeadingNews.gif); }
h3.PressGallery { background-image: url(Assets/HeadingPressGallery.gif); }
h3.Resume { background-image: url(Assets/HeadingResume.gif); }
h3.Shows { background-image: url(Assets/HeadingShows.gif); }
h3.Venues { background-image: url(Assets/HeadingVenues.gif); }

h4
{
	color: #840146;
	font-size: 100%;
	margin: 0 0 0.9em 0;
	text-transform: uppercase;
}

a:link, a:active, a:visited { color: #FF0066; }
a:hover { background-color: #FF0099; color: White; text-decoration: none; }

#footer,
#footer a
{
	display: block;
	height: 26px;
	width: 860px;
	text-indent: -2000px;
	background: url(Assets/Footer.gif) no-repeat top left;
}

div.ContentBox
{
	height: 250px;
	background: transparent url(Assets/ContentBoxFooter.png) repeat-x left bottom;
}

div.ContentBoxInner
{
	height: 227px;
	overflow: auto;
	padding: 10px;
}

div.List div.ContentBoxInner { padding: 0px; height: 247px; }
div.List div.ItemAlternate { background-color: #F3F1F2; }
div.List div.Item { padding: 8px; }
div.List div.Item p { margin-bottom: 0.1em; }

div.List div.Gig p.Date { color: #FF0066; }
div.List div.Gig p.Title { text-transform: uppercase; }

div.List div.Residency p.Period { color: #FF0066; }

div.List div.PlainTextItem.Item { padding: 0 8px; }
div.List div.PlainTextItem.ItemAlternate { color: #FF0066; background-color: White; }

div#floatingPopupWindowMask
{
	background-color: Black;
	height: 200%;
	width: 100%;
	position: absolute;
	top: 0;
	opacity: .5;
	filter: alpha(opacity=50);
}

iframe#floatingPopupWindow
{
	position: absolute;
	height: 300px;
	width: 400px;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -200px;
	border: solid 1px black;
	background-color: White;
	overflow: hidden;
}

#popupLayoutHolder
{
	background: transparent url(Assets/PopUpBox.png) no-repeat left top;
	height: 180px;
	width: 280px;
	overflow: hidden;
	padding: 90px 110px 20px 20px;
	color: White;
}

#popupLayoutHolder #CloseButton
{
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	top: 10px;
	right: 10px;
	background: transparent url(Assets/PopUpClose.png) no-repeat left top;
	text-decoration: none;
	outline: none;
	overflow: hidden;
	text-indent: -2000px;
}

fieldset { border: none; }
fieldset legend { display: none; }

fieldset p label { width: 7em; display: block; }