body {
	background: #563a0b url(../images/bg_body_nowplaying.jpg) center center no-repeat;
	/*color: #41698b;*/
	color: #4d483e;
}

h1 {
	margin-bottom: 0;
	padding-bottom: 0;
}

a {
	text-decoration: none;
}



#main {
	background: transparent url(../images/bg_main_nowplaying.gif) 0 0 no-repeat;
	height: 630px;
}

#content {	
	padding: 0px 10px 20px 10px;
	width: 230px;
	height: 415px;
	font-size: .9em;
}

#section-id {
	float: left;
	margin-top: -2px;
	margin-right: 15px;
}

#section-id img {
	display: block;
}

#content a {
	font-weight: bold;
}

#content p.intro {

}

#content ul {
	list-style: none;
	padding-left: 0px;
	margin: 45px 0 10px 0
}

#content ul li {
	margin-bottom: 15px;
	/* with a border-bottom, IE and FF agree on element offset height */
	border-bottom: 1px solid #faefd8;
}

.prop-name {
	color: #4d483e;
	font-weight: normal;
}

.prop-value {
	display: block;
	font-style: italic;
	color: #6e6b65;
}
