body {
	margin: 0px;
	padding: 0px;
	background-color: #EAEAE5;
	}
	
	#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
	background-image: url(../images/Standard/repeat.png);
	background-repeat: repeat-y;
	position:relative;
}
#body {
	background-image: url(../images/Standard/body.png);
	background-repeat: no-repeat;
	padding: 0px;
	min-height: 533px;
	clear: both;
	margin: 0px;
}
#container #header {
	background-color: #E9E9E4;
	margin:0px;
}
#container #body #mainContent {
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#container #body #finder {
	display: none;

}
#footer {
	background-image: url(../images/Standard/footer.png);
	background-repeat: no-repeat;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 80%;
	background-color: #EAEAE5;
	height:100px;
}

#header .CollapsiblePanelTab {
	border:none;
	background-color:none;
	padding: 0px;
	height: 34px;
	background-image: url(/local/images/Standard/header.png);
	background-repeat: no-repeat;
}
	
