body {
	
}

.outline {
	border: #000 solid 1px;
	margin-bottom: 20px;
	text-align: center;
	
}

.featured_album_photo {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	width: 172px;
	
}

.featured_quote {
	font-weight: normal;
	font-size: medium;
	text-align: left;
}

.text_center {
	text-align: center;
}

.featured_album_header {
	
	font-size: 2em;
	font-weight: bold;
}

.featured_album_name {
	/*border: dashed black 1px;*/
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	font-size: 1.5em;
	font-weight: bold;
	font-weight: normal;
	font-style: italic;
}

.picture_frame {
	background-color: white;
	border: solid black 1px;
	margin: 10px;
	padding: 15px;
}

.picture_frame p {
	margin-bottom: 6px;
	margin-top: 1px;
	width: 625px;
}

.picture_frame img {
	width: 625px;
	height: 210px;
}

.italics {
	font-style: italic;
}
.featured_album_footer {
	margin-top: 20px;
}

.featured_album_footer p {
	margin: 5px;
}

.clear {
	clear: both;
}
