body
{
	margin: 0px;
	padding: 0px;
	
	background-color: black;
}

a
{
	text-decoration: none;
	color: #A00;
}

a:hover
{
	text-decoration: none;
	color: white;
}

a:visited
{
	text-decoration: none;
}

h1
{
	font-size: 36pt;
	padding: -15px;
	margin: 0px;
	margin-top: -10px;
}

#container
{
	width: 900px;
	background-repeat: repeat;
	
	margin: 0px;
	padding: 0px;
	
	margin-left: auto;
	margin-right: auto;
}

#footer
{
	width: 700px;

	margin-left: auto;
	margin-right: auto;
}

#page
{	
	color: white;
	
	font-family: 'verdana';
	font-size: 14pt;
	
	width: 900px;
	
	margin-left: auto;
	margin-right: auto;
}

.clear
{
	clear: both;
}

.spacer
{
	height: 18px;
}

.footeritem
{
	margin-left: 26px;
	
	color: white;
	
	background-repeat: repeat-y;
	
	line-height: 32px;
	
	font-size: 14pt;
}

#home
{
	float: left;
}

#footer
{
	width: 760px;
	text-align: center;
}

#page
{
	/*border: 1px solid red;*/
}