*
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	font-size: 0;
	font-family: Arial;	
}

p, b, td, div, br
{
	text-align:left;
	font-size: 12;
	font-family: Arial;		
}

h1
{
	font-family: Courier New;
	font-weight: bold;
	font-size: 18;
}

body
{
	background-color: White;
	height: 100%;
}

a
{
	color: Black;
	text-decoration: none;
	font-size: 14;
}

a.MenuLink
{
	font-family: Courier New;
	font-weight: bold;
	font-size: 16;
}

a:hover
{
	color: #888888;
}

div#Menu
{
	width: 200px;
	height: auto;
	float: left;
}

div#Content
{
	width: 500px;
	height: auto;
	float: left;
	clear: right;
}

div#Footer
{
	width: 100%;
	height: 50px;
	background-color: #7E7E7E;
	font-size: 14;
	float: left;
}

div#PageWrap
{
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 0 -50px;
}
