@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #480000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#wrapper {
	width: 900px;
	margin: 0px auto;
	background: #550000;
}

#header {
	width: 900px;
	height: 99px;
	background:url(images/header_c.jpg) no-repeat;
}

#header_e {
	width: 900px;
	height: 99px;
	background:url(images/header_e.jpg) no-repeat;
}

#nav {
	margin: 0px 0px 0px 555px;
	position: relative;
	top: 62px;
	width: 310px;
	height: 27px;
}

#nav a img {
	border: 0px;
}

#player {
}

#playlist_wrapper {
	width: 745px;
	height: 230px;
	overflow-x: scroll;
	margin: 0px 10px 0px 10px;
}

#playlist {
	width: 1020px; 
	height: 200px;
	margin: 10px 0px 0px 0px;
}

.row_end {
	background: url(images/list_item_bg.gif) no-repeat;
	width: 1px;
	height: 200px;
}

.list_item {
	background: url(images/list_item_bg.gif) no-repeat;
	width: 145px;
	height: 200px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin: 0px 0px 5px 0px;
}

.list_item p.thumb {
	margin: 0px 0px 5px 8px;
	height: 100px;
	width: 130px;
}

.list_item p.thumb a img {
	border: 0px;
}

.list_item p.content {
	margin: 0px 0px 0px 8px;
	height: 75px;
	width: 130px;
	font-size: 12px;
	font-weight: bold;
}

.list_item p.content a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.list_item p.content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.list_item p.content a:visited {
	color: #DDDDDD;
	text-decoration: none;
}

.list_item p.duration {
	margin: 0px 0px 0px 8px;
	height: 15px;
	width: 130px;
	color: #8da6c6;
	text-align: right;
	font-size: 12px;
	font-weight: bold;	
}

#content {
	width: 880px;
	margin: 10px 10px 10px 10px;;
	color: #FFFFFF;
	font: Arial, Helvetica, sans-serif;
}

#content p {
	font-size: 12px;
	text-align: justify;
}

#footer {
	width: 745px;
	height: 30px;
	margin: 15px 10px 10px 10px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer a:link {
	color: #ffffff;
}

#footer a:hover {
	color: #ffffff;
}

#footer a:visited {
	color: #ffffff;
}

