.centre {
	margin: auto;
	height: 100%;
	width: auto;
}
body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	padding: 0px;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#topBgDiv {
	background-image: url(images/pageBgTop.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: auto;
	padding: 0px;
	height: 25px;
	width: 1061px;
}
#botmBgDiv {
	background-image: url(images/pageBgBotm.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	width: 1061px;
	height: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#container {
	background-image: url(images/bodyBg.png);
	background-repeat: repeat-y;
	margin: auto;
	padding: 0px;
	height: auto;
	width: 1061px;
}
#header {
	margin: auto;
	height: 170px;
	width: 1031px;
}
#navBar {
	background-color: #900;
	margin: auto;
	height: 15px;
	width: 1031px;
}
#mainContainer {
	margin: auto;
	height: auto;
	width: 1015px;
}
#leftNavbar {
	float: left;
	height: 360px;
	width: 215px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainDiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
	width: 770px;
	height: auto;
	float: right;
	margin-top: 30px;
}
h4 {
	font-size: 18px;
	font-weight: 300;
	color: #900;
}
h1 {
	font-size: 36px;
	line-height: 110%;
	font-weight: bold;
}

.text9 {
	font-size: 9px;
}
a {
	color: #900;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	height: auto;
	width: 1025px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	clear: both;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
h3 {
	font-size: 22px;
	color: #900;
	font-weight: 400;
	line-height: 110%;
}
#botmLinks {
	font-size: 12px;
	line-height: 120%;
	clear: both;
	height: 25px;
	width: 1031px;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

