@charset "utf-8";

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0;
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
	background-color: #e7e7e7;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

img {
border: 0;
}

.leftfoot {
	background-color: #202020;
	position: absolute;
	height: 368px;
	width: 244px;
	left: 0px;
	bottom: 0px;
	z-index: 3;
}


.audioplayer {
	position: absolute;
	width: 280px;
	left: 16px;
	margin-left: 0px;
	top: 14px;
}

.audioplayerfoot {
	position: relative;
	bottom: 0px;
	width: 250px;
	background: url(images/playerfoot08.gif) no-repeat;
	height: 24px;
	margin-bottom: -24px;
}

.leftside {
	position: fixed;
	height: 100%;
	width: 244px;
	left: 0px;
	top: 0px;
	background:url(images/sidebg.png);
	padding-top: 8px;
font-size: 11px;
color: #f1f1f1;
}

.info {
	position: absolute;
	left: 244px;
	top: 143px;
	width: 366px;
	background: url(images/tracksbg.gif) repeat-x #e7e7e7;
	min-height: 1000px;
	overflow: inherit;
	font-size: 11px;
}

.infocontent {
	margin-bottom: 100px;
	padding-bottom: 20px;
	padding-right: 40px;
	padding-top: 170px;
	padding-left: 20px;

}

.redo {
	color: #000099;
}
.hot {
	color: #990000;

}
.reappears {
	color: #006600;

}

.header {
	position: absolute;
	top: 0px;
	left: -32px;
	height: 170px;
	width: 100%;
}


.tracks {
	position: absolute;
	width: 366px;
	top: 143px;
	padding-bottom: 10px;
	margin-bottom: 40px;
	font-size: 11px;
	left: 334px;
	z-index: 1;
	background: url(images/tracksbg.gif) repeat-x #e7e7e7;
	overflow: inherit;
	height: 100%;
}

.tracksfoot {
	position: absolute;
	height: 12px;
	width: 100%;
	left: 0px;
	bottom: -12px;
	margin-top: 40px;
}
.infofoot {
	position: absolute;
	height: 100px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	;
}
.leftnav {
	position: fixed;
	width: 190px;
	left: 24px;
	top: 88px;
	min-height: 620px;
	z-index: 4;
}
.heading {
	font-size: 15px;
	line-height: 200%;
}

.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: absolute;
	top: 0px;
	left: 276px;
} 
.thrColFixHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 


.thrColFixHdr #mainContent {
	padding-top: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin: 10;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
