html {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	background: #e2e2e2 url(../images/gradientBg.jpg) repeat-x;
}
#outerContainer {
	margin: 0px auto;
	padding: 0px;
	width: 990px;
}
#banner {
	background: url(../images/public_01.jpg) no-repeat;
	height: 192px;
	width: 990px;
}
#bannerContainer {
	background: url(../images/banner.jpg) no-repeat;
	display: block;
	height: 222px;
	width: 990px;
}
#innerContainer {
	background: url(../images/repeatingBg.jpg) repeat-y;
}

.breaker770 {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	height: 1px;
	width: 990px;
}
#footer {
	background: url(../images/footer.jpg) no-repeat;
	height: 35px;
	width: 990px;
}
