@charset "UTF-8";
/***********************************************/
/* lattys_motm.css
    13.03.2009 M. Latty                        */
/***********************************************/

#title_motm{
	float: none;
	padding: 10px 0px 0px 0px;
	background-image:url(images/musical_notes.jpg);
	height:160px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 150%;
	font-weight:bold;
 	color: #334d55;
 	text-align: center;
}

.centred_text{text-align:center;
			  padding-top: 0px;}


/* Float boxes left and right */
#albums_left{float:left; padding-top:5px; width:305px; margin-left:10px;
}
#albums_right{float:right; padding-top:5px; width:305px; margin-right:10px;
}

.album_top{
	background-image:url(images/rounded_rec_small_r1_c1.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:21px;
}

.album_centre{
	background-image:url(images/rounded_rec_small_r3_c1.gif);
	background-position:center;
	background-repeat:repeat-y;
	min-height:85px !important;
	height: 85px;
	text-align: left;
	padding:0px 15px 0px 5px;
}
.album_centre dl{margin:0; padding:0;}
.album_centre dt{float:right; width:190px;}
.album_centre dd img{float:left;}
.album_centre dd{text-align:justify;}

.album_bottom{
	background-image:url(images/rounded_rec_small_r5_c1.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:23px;
	margin:0px 0px 10px 0px;
}
