/* Created on February 23, 2009 by Allen Moore
copyright 2009, sizzortrix.com
Last modified on February 23, 2009*/

/* CSS for all pages */
ol, ul
{
	list-style: none;
}
html
{
	text-align: left;
}
body
{
	margin: 0 auto;
	text-align: left;
	font-family: sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 1.5em;
	background: #000000 repeat top center;
	height: 100%;
}
a
{
	color: #00CC00;
	text-decoration: none;
}
a: hover
{
	color: #ffffff;
	text-decoration: underline;
}
#container
{
	width: 800px;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
	text-align: center;
}
#header
{
	width: 800px;
	height: 120px;
}
#content
{
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#content a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#content a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00CC00;
}