body {
	position: relative;
	margin: 0;
	padding: 0;
	color: #48545C;
	font: 14px/19px Arial, Helvetica, sans-serif;
	background: #000 url("bg.jpg") repeat-y;
}

a {
	color: #15649F;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a:hover { color: #3C8CC7; }

img, object {
	margin: 0;
	padding: 0;
	border: none;
}

h1 {
	position: absolute;
	top: 69px;
	left: 21px;
	margin: 0;
	padding: 0;
	width: 206px;
	height: 126px;
	background: url("etracks_logo.jpg") bottom no-repeat;
}

h2 {
	position: absolute;
	top: 38px;
	left: 25px;
	margin: 0;
	padding: 0;
	width: 122px;
	height: 24px;
	background: url("boss_logo.gif") bottom no-repeat;
}

h2 a {
	display: block;
	width: 122px;
	height: 24px;
}

h1 span, h2 a span { display: none; }

h3, h4, p, cite {
	margin: 0 0 .8em;
	padding: 0;
}

h3, h4 {
	color: #002F3C;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

h3 { font-size: 23px; margin-top: -8px; }
h4 { font-size: 17px; margin-bottom: 0; }

h3, p.intro { margin-left: 40px; }
p.intro, p.break { margin-bottom: 1.2em; }

p.intro img {
	margin-left: 4px;
	float: right;
}

div#player { height: 1px; }

#content_wrap {
	margin: 0 0 28px 150px;
	padding-top: 27px;
	width: 680px;
}

#top_cap {
	height: 61px;
	background: url("top_cap.gif") no-repeat;
}

#content {
	padding: 0 60px;
	background: url("content_tile.gif") repeat-y;
}

#content ul#bullets { margin-bottom: 1.2em; }
#content ul#bullets li { margin-bottom: .3em; }

#content ul#etracks {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content ul#etracks li {
	margin-bottom: 1.5em;
	padding-top: 1em;
	border-top: #8EBACC 1px dotted;
}

#content ul#etracks li cite {
	display: block;
	color: #6B7880;
	font-size: 13px;
	font-style: italic;
}

#content ul#etracks li ol {
	float: left;
	width: 50%;
	margin: 0 0 1.5em;
	padding: 0;
	list-style: none;
}

#content ul#etracks li ol li {
	margin: 0 0 .4em;
	padding: 0;
	font-size: 13px;
	border: none;
}

#content ul#etracks li ol li a {
	padding-right: 20px;
	background: url("speaker_icon.gif") right center no-repeat;
}

#content ul#etracks li ol li a:hover { background-image: url("speaker_icon_over.gif"); }

#content ul#etracks li ol li a.active, #content ul#etracks li ol li a.active:hover {
	color: #3C8CC7;
	background-image: url("speaker_icon_on.gif");
}

#content ul#etracks li dl {
	float: right;
	width: 50%;
	margin: 0;
	padding: 0;
}

#content ul#etracks li dl dt {	
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
}

#content ul#etracks li dl dd {	
	margin: 0 0 .4em;
	padding: 0;
	color: #6b7880;
	font-size: 12px;
}

#content ul#etracks li p.link {
	clear: left;
	#padding-bottom: 6px;
}

#content ul#etracks li p.link a {
	padding: 6px 10px;
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 -1px 2px #333;
	border: #98C0D8 1px solid;
	background-color: #064D7A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#09629A), to(#00405D));
	background-image: -moz-linear-gradient(top, #09629A, #00405D);
}

#content ul#etracks li p.link a:hover { text-shadow: 0 0 3px #CCC; }

#bottom_cap {
	margin-top: -40px;
	#margin-top: -20px;
	height: 100px;
	background: url("bottom_cap.gif") no-repeat;
}

