/* CSS Document */

body { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #333; }
.archive { }
	.topgroup { margin-bottom: 30px; }
	.subgroup { margin-bottom: 30px; width: 100%; float: left; }
	.header1 { float: left; font-size: 150%; font-weight: bold; width: 100%; }
	.header2 { float: left; width: 240px; font-size: 100%; font-weight: bold;  color: #003366; clear: both; }
	.item { margin-left: 275px; padding-bottom: 3px; margin-top: 3px; border-bottom: #CCC solid 1px; }
		.item div.date { float: left; width: 70px; text-align: right; color: #999999; }
		.item div.title { margin-left: 90px; color: #999999; }
		.item div.artist { float: right; text-align: right; width: 100px; color: #999999; }

.page_footer { margin-top: 20px; color: #999; font-size: 90%; font-style: italic; text-align: center; }
.page_title { font-size: 150%; }
.page_descr { color: #999; margin-bottom: 20px; }

