* { /* RESET MARGINS */
	margin: 0;
	padding: 0;
}
body, td { /* SET FONT FOR ALL BROWSERS */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	font-size: 62.5%; /* Sets 1em to 10px */
	text-align: center;
	color: #333333;
	line-height: 1.5;
	background: #F3F0E3;
}
div#head {
	height: 105px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #979D9B;
}
div#wrap {
	width: 964px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	overflow: hidden;
}
div#topShade {
	height: 135px;
	background: url(../images/topShade.png) repeat-y center top;
	width: 964px;
	position: relative;
}
div#headPattern {
	background: #302D27 url(../images/defaultPattern.gif) repeat center top;
	width: 954px;
	margin: 0 5px;
	height: 125px;
}
div#bottomShade {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 26px;
	background: url(../images/bottomShade.png) no-repeat center bottom;
}
div#artists {
	width: 270px;
	float: left;
	margin-left: 10px;
}
div#artists ul {
	list-style: none;
	font-size: 2.1em;
}
div#artists a {
	display: block;
	margin-top: 5px;
	padding: 3px 8px;
	font-weight: bold;
}
ul#artistNav a {
	color: #333333;
	background: #FFFFFF;	
}
ul#artistNav a span {
  z-index: 900;
  position: relative;
  display: block;
}
div#main {
	width: 653px;
	margin-left: 15px;
	float: left;
	position: relative;
}
div.homeText {
  min-height: 240px;
  background: url(../images/home.gif) no-repeat right bottom;
  padding-bottom: 60px;
}
div.homeText p {
  width: 450px;
}
ul#artistLinks {
	float: left;
	width: 168px;
	list-style: none;
}
a {
	text-decoration: none;
	color: #2A4B6D;
}
a img {
	border: 0;
}
a:hover {
  background: #FFFFFF;
}
p {
	font-size: 1.2em;
	margin: .2em 0 .8em;
}
table {
	width: 100%;
}
td {
	font-size: 1.2em;
	vertical-align: top;
}
ul, ol {
	font-size: 1.2em;
	margin-left: 20px;
}
ul ul, ol ol {
	font-size: 1em;
}
h1 {
	color: #FFFFFF;
	font-size: 6.5em;
	letter-spacing: -2px;
}
h1#logo {
	background: url(/images/logo.png) no-repeat left top;
	font-size: 1px;
	text-indent: -999em;
	position: absolute;
	top: 44px;
	left: 35px;
	width: 233px;
	height: 72px;
}
h1#logo.logo2 {
	background: url(/images/logo2.png) no-repeat left top;	
}
h1#logo a {
  width: 100%;
  height: 100%;
  display: block;
}
h1#logo a:hover {
  background: none;
}
div#main h1 {
	position: absolute;
	left: 0;
	top: -1.33em;
	text-shadow: 3px 3px 5px #000;
	line-height: 1;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1+h2 {
  margin-top: .8em;
}
#artistPhoto {
	float: right;
	clear: right;
	margin-top: 5px;
	border: 1px solid #999;
	padding: 4px;
}
p.caption {
	text-align: right;
	color: #999;
	font-size: 1.1em;
	margin-bottom: 0;
}
h2 {
	margin: 1.5em 0 0 0;
}
h3 {

}
h4 {

}
img#heartLogo {
	margin: 5em 0 0 70px;
	text-align: center;
}
ul#artistLinks {
	width: 166px;
	margin-top: 7px;
	margin-left: 0;
}
ul#artistLinks a, ul#artistLinks li.mp3Player {
	display: block;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: -1px;
	padding: 8px 0 8px 4px;
}
li.mp3Player object {
  position: relative;
  bottom: -4px;
}
#foot {
	padding-top: 2em;
	text-align: right;
	color: #787673;
}

.clear {
  display: block;
	clear: both;
	height: 1px;
}

@media print {
	* {
		float: none;
		background: none;
	}
	body, td {
		font-size: 12pt;
	}
}