body, html {
	margin: 0px;
	padding: 0px;
	background-color: #0E5594;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
}
h1 {
	font-family: Impact, Sans-Serif;
	font-weight: normal;
	color: #a70a0a;
	font-size: 1.2em;
}
h2 {
	font-family: Impact, Sans-Serif;
	font-weight: normal;
	color: #a70a0a;
	font-size: 1.1em;
	margin-bottom: -1em;
}
#header {
	width: 934px;
	height: 144px;
}
#contentHolder {
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat-y;
	margin-top: -1em;
	margin-bottom: -1em;
	width: 934px;
	height: 100%;
}
#content {
	width: 790px;
	margin-left: 86px;
}
#footer
{
	width: 934px;
	height: 151px;
	bottom: 0px;
}
