body {
	font: 11px/1.5 verdana, arial, sans-serif;
	background: #fff url("bg.gif") no-repeat top left;
	margin: 0;
}

#main {
	width: 550px;
	position: absolute;
	top: 210px;
	left: 200px;
}

h1 {
	position: absolute;
	top: 15px;
	left: 460px;
	width: 262px;
	height: 82px;
	background-image: url("header.gif");
}

h1 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 270px;
	height: 82px;
	z-index: 5;
}

h1 a:hover {
	border: 0;
}

h1 span {
	display: none;
}

h2 {
	background: #7BB0BB url("hcorner.gif") no-repeat top left;
	color: #000;
	padding: 0 0 2px 10px;
	margin: 10px 0 0 0;
	font-size: 12px;
	text-transform: uppercase;
	clear: both;
}

h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	border-bottom: 1px solid #C2D0D3;
	margin: 0px;
	padding: 0 0 3px 10px;
}

h4 {
	color: #547880;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}

img {
	border: 1px solid #000;
	margin: 10px 0 10px 0;
}


/*NAV LIST 
******************/

ul#nav {
	position: absolute;
	left: 300px;
	top: 120px;
	margin: 0;
	padding: 0;
}

ul#nav li {
	list-style: none;
	padding: 0 0 0 15px;
	margin: 0 10px 0 0;
	background: url("bullet.gif") no-repeat left #fff;
}

/*MUSIC INFO
******************/

.item {
	width: 100%;
	clear: both;
	border-top: 1px solid #7BB0BB;
	margin: 0;
}

.item img {
	float: left;
}

.info {
	float: right;
	width: 330px;
	border-left: 1px solid #C2D0D3;
	padding: 10px 0 10px 0;
	margin-top: 0;
}

.info p, .info h4 {
	padding: 10px 0 0 10px;
	margin: 0;
}

.info ol {
	margin: 10px 0 0 0px;
	padding: 0 0 0 40px;
}

.cover {
float: left;
width: 180px;
}


/*LINKS
**************/

a {
	text-decoration: none;
	padding: 0 0 1px 0;
}

a:link {
	color: #0D62B1;
	border-bottom: 1px solid #849BB0;
}

a:visited {
	color: #666;
	font-style: italic;
	border-bottom: 1px solid #666;
}

a:hover {
	color: #fff;
	border-bottom: 1px solid #0D62B1;
	background-color: #849BB0;
}


/*new
**********/

dl.cover {
width: 270px;
float: left;
text-align: center;
margin: 10px 0;
}

dl.cover dt {
padding: 0;
margin: 0;
}

dl.cover img {
clear: both;
margin: 0;
}

dl.cover dd {
padding: 0;
margin: 0;
}