#main p {
	font-size: 0.80em;
	margin: 0px;
	padding: 0px 0px 0.5em;
	width: 600px;
	line-height: 1.50em;
}
#main #header {
	background-color: #CCCCCC;
	position: relative;
	width: 600px;
	height: 220px;
	padding: 0px;
	margin: 0;
	margin-bottom: 1em;
}
#main #header #caption {
	top: 10px;
	left: 10px;
	position: absolute;
	width: 50%;
}
#main #header img {
	top: 10px;
	right: 10px;
	position: absolute;
	height: 200px;
	width: 285px;
}
.name {
	font-size: 1.25em;
	font-weight: bold;
	padding-bottom: 5px;
}
.date {
	font-size: 0.85em;
	font-weight: bold;
	padding-bottom: 10px;
}
.tag {
	font-size: 0.95em;
}
.credit {
	font-size: 0.75em;
	border-top: 1px solid #0000FF;
	width: 600px;
	padding-top: 5px;
	margin: 1em 0 2em 0;
}
