.blogmusic {
	width: 300px;
	float:right;
	border:1px solid black;
	margin-right:30px;
}

.blogmusic .header {
	background-color:#194C03;
	color:white;
	font-weight:bold;
	font-size:13px;
	padding:3px;
}

.blogmusic .musiclist .listing {
	padding:5px;
}

.blogmusic .musiclist .listing .songname {
	display:block;
}
.blogmusic .musiclist .listing .artist {
	font-style:italic;
}

.gallery .imgholder {
    float: left;
    padding: 10px;
    /*width: 320px;*/
}

.gallery .imgholder .img {
    width: 260px;
    float: left;
}

.clear {
	clear:both;
}
