html {
	height: 100%;
	text-align: center;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #D44703;
}
html .layoutContainer {
	_height: 100%;	
}
.layoutContainer {
	position:relative;
	height: auto;
	min-height:100%;
	width: 780px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background:url('images/menuBackground.gif') #ffffff repeat-y 0px 0px;
}

.layoutHeader {
	position: absolute;
	top: 0px;
	height: 175px;
	width: 100%;
	z-index: 3;
	background-color: #D44703;
}
.layoutContent {
	padding-top: 176px;
	padding-bottom: 120px;
	padding-right: 0px;
	padding-left: 0px;
	z-index: 2;
}
.layoutFooter {
	position:absolute;
	bottom: 0px;
	height: 120px;
	width: 100%;
	text-align:center;
	z-index: 1;
	background-color: #D44703;
}
.footerCopyright {
	margin-left: auto;
	margin-right: auto;
	width:100%;
	background-color:#000000;
	height: 22px;
}
.headerTitle {
	height:144px;
	background:url('images/headerBackground.jpg') #D44703 repeat-x 0px 0px;
}
.webSearch {
	height:27px;
	padding-top:3px;
}
.contentBlock {
	float: left;
	width: 600px;
	margin-left: 0px;
	padding: 15px 10px 10px 15px;
}
.leftMenu {
	float: left; 
	width: 150px;
}