body {
	background: black repeat-x url(CSSImages/SiteBack.gif);
	margin: 0px;
	padding: 0px;
}

div#layout {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	background: url(CSSImages/layoutBG.gif) repeat-y center;
}

div.header {
	width: 822px;
	margin-left: auto;
	margin-right: auto;
	background: url(CSSImages/BlueHeader.jpg) no-repeat center top;
	height: 121px;
	padding: 0px;
	margin-top: 0px;
}

div.header span {
	display: none;
}

div.page {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	border-left-color: blue;
	border-left-width: 10px;
	border-right-width: 10px;
	border-right-color: blue;
}

div.content {
	width: 564px;
	border-left: 3px solid white;
	float: left;
	margin: 0px;
	padding: 0px;
}

div.SideBar {
	background: #617a93;
	border-right: 3px solid white;
	width: 228px;
	margin: 0px;
	padding: 0px;
	float: right;
}

div.footer {
	clear: both;
	background: url(CSSImages/MenuBack.gif) repeat-x right bottom;
	height: 29px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-left: 3px solid white;
	border-right: 3px solid white;
	border-top: 2px solid white;
	border-bottom: 3px solid white;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	font: 9px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: white;
}

a img {
	text-decoration: none;
	border-style: none;
}