
body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, Tahoma, Verdana, Sans-serif;
	color: blue;
	text-align: center;
	/* part 1 of 2 centering hack */
}

#container {
	width: 538px;
	height: 796px; /* #header + #content */
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	text-align: center; 
	/* part 2 of 2 centering hack */
	width: 538px; /* ie5win fudge begins */
	height: 796px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 536px;
	height: 794px;
	border: 1px solid white;
	}

html>body #container {
	width: 536px; /* ie5win fudge ends */
	height: 794px;
	}

#header
{
	width: 538px;
	height: 85px;
	padding: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	text-align: center; 
	/* part 2 of 2 centering hack */
	width: 538px; /* ie5win fudge begins */
	height: 85px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 536px;
	height: 83px;
	border: 0px solid white;
}

html>body #header {
	width: 536px; /* ie5win fudge ends */
	height: 83px;
	}

#header h1
{
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#navBar
{
	margin-top: 0px;
}

#navBar p
{
	margin: 0px;
}

