body	{
	margin: 0;
	background-color: #fff;
	}
	
div#wrapper	{
	width: 640px;
	margin: 0 auto;
	font: 11px arial, sans-serif;
	color: #666;
	}
	
div#monoSlideshow	{
	vertical-align: top;
	width: 500px;
	margin: 0 auto;
	text-align: center;
	padding-top: 0;
	}
	
div#text	{
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #666;
	text-align: left;
	}
	
div#text p:first-child	{
	font-size: 14px;
	font-weight: bold;
	}
	
	
div#copyright	{
	font-size: 10px;
	margin-top: 35px;
	}
	
h1	{
	font-weight: bold;
	font-size: 30px;
	margin: 0;
	padding-top: 20px;
	}
	
h2	{
	font-size: 18px;
	padding-bottom: 8px;
	margin-top: 0.2em;
	border-bottom: 1px solid #666;
	}
	
p	{
	margin: 0;
	}
	
a:link, a:visited	{
	color: #666;
	text-decoration: none;
	}
	
a:hover	{
	color: #666;
	text-decoration: underline;
	}
	
