/* HOME PAGE */
div#welcome_img {
	float: left;
	width: 200px;
	margin: 0 15px 10px 0;
}
#welcome_img img {
	border: 1px solid black;
}
#feed_icon {
	float: right;
}
.news_date {
	float: right;
	font-style: italic;
	margin-left: 10px;
}
.news_title {
	font-weight: bold;
}
.news_title a:hover {
	color: #900000;
	text-decoration: none;
}
.news_body {
	color: #555555;
	font-size: .9em;
 	padding: 3px;
	margin: 0 0 20px 0;
	background: #f1ede8;
	border-top: 1px solid #666666;
	border-left: 1px solid #bbbbbb;
}

/* RIGHT MENU */
div#artists_hdr {
	height: 31px;
	margin: 0 0 10px 0;
	background: url(images/right_hdr_artists.gif) no-repeat 0 15px;
}
ul#artists {
	margin: 0 0 15px 0;
}
ul#artists li {
	list-style-image: url(images/bullet_1.gif);
	list-style-position: outside;
	font-size: .85em;
	margin-left: 20px;
	padding: 2px 0 2px 0;
	border-bottom: 1px solid #cccccc;
}
ul#artists a:hover {
	color: black;
	text-decoration: none;
}

div#latest_hdr {
	height: 31px;
	margin: 0 0 10px 0;
	background: url(images/right_hdr_latest.gif) no-repeat 0 15px;
}
div.album_details {
	font-size: .75em;
}