html, body
{
	margin: 0;
	padding: 0;
	background-color: #222;
}
body, div, p, a, th, td, block
{
	color: #fdfdfd;
	font-family: 'Courier New', sans-serif;
	font-size: 1em;
}
img
{
	border: 0;
}
a
{
	color: #cdcdcd;
	text-decoration: underline;
}
#Container
{
  margin: 0 auto;
}
#Header
{
	height: 345px;
	border-bottom: solid 2px #ccc;
	text-transform: lowercase;
}
	#Header h1
	{
		font-size: 4em;
		font-weight: bold;
		line-height: 0.25em;
		margin-left: 30px;
		margin-top: 60px;
	}
	#Header h1 a
	{
		color: #fdfdfd;
		text-decoration: none;
	}
	#Header h2
	{
		font-size: 1.5em;
		margin-left: 80px;
	}
#Content
{
   margin: 0 auto;
	min-height: 340px;
	width: 730px;
	height: 100% auto;
	margin-top: -230px;
	border: solid 2px #ccc;
}
	#ContentBackground
	{
		background-color: #333;
	  margin: 0 auto;
		min-height: 226px;
	}
	#ContentText
	{
		margin-top: -230px;
		padding: 20px 30px;
	}
#Navigation .Previous
{
	float: left;
	width: 100px;
	margin-left: 140px;
}
#Navigation .Next
{
	float: left;
	width: 100px;
	margin-left: 550px;
}
#Footer
{
	text-align: right;
	margin: 50px 30px 10px 30px;
}
#Footer a
{
	color: #fdfdfd;
}
.ClearFloat
{
	clear: both !important;
	height: 0 !important;
}
