@charset "UTF-8";
/* CSS Document */

#container {
	width: 875px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-align: left;
	font-weight: lighter;
	font-style: normal;
	height:auto;
	padding:0;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22pt;
	font-weight: lighter;
	font-variant: normal;
	color: #333;
	margin-bottom: 5px;
}

.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: lighter;
	font-variant: normal;
	color: #666;
	margin-bottom: 15px;
}

.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
	color: #999;
	margin-top: 10px;
}
