@charset "UTF-8";
/* CSS Document */
#left-content {
	float: left;
	width: 250px;
	padding: 15px;
}
#left-content h3 {
	font-weight: bolder;
	font-size: large;
	line-height: 2em;
}
#left-content li {
	margin-bottom: 0.5em;
	line-height: 1.5em;
	text-indent: 1em;
}
#right-content {
	float: right;
	width: 635px;
	border-left: 1px #999;
	padding: 15px;
}
#right-content h3 {
	font-weight: bolder;
	font-size: x-large;
	line-height: 2.5em;
}
#right-content dt {
	padding: 1em;
	font-weight:bold;
	font-size: large;
}
#right-content img {
	float: left;
}
.movie {
	margin: -1em 0 0 1em;
}
.movie-info {
	text-align: right;
	font-size: small;
}
#minialbum {
	clear: both;
}

