body {
	background-image: url(../img/panel.gif);
	
}
#wrapper {
	height: 100%;
	
}
#centerwrapper {
	border-left: 1px solid #4f5a76;
	border-right: 3px solid #4f5a76;
	margin: 0pt auto;
	width: 950px;
	position: relative;
	height: 100%;
	min-width: 775px;
	background-repeat: repeat-y;
	background-position: right center;
	background-color: #ffffff;
	
}
#header {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff;
	
}
#maincontent {
	padding: 0pt;
	overflow: auto;
	position: relative;
	min-height: 45em;
	width: 100%;
	
}
#col2andcol1 {
	padding: 0px;
	width: 92%;
	position: relative;
	height: auto;
	float: left;
	
}
#leftside {
	overflow: visible;
	width: 17%;
	height: 100%;
	float: left;
	clear: left;
	padding-top: 15px;
	
}
#maincolumn {
	margin: 15px 0px 0px;
	padding: 5px 10px 5px 15px;
	overflow: visible;
	float: right;
	width: 80%;
	height: auto;
	
}
#rightside {
	margin: 15px 0pt;
	top: 0pt;
	right: 0pt;
	width: 7%;
	float: right;
	height: 100%;
	
}
#footer {
	padding: 4px;
	clear: both;
	font-size: 80%;
	background-image: url(../img/footer.png);
	margin-top: 40px;
	background-position: right bottom;
	background-repeat: no-repeat;
	
}
#invisibleNaviLink {
	visibility: hidden;
	
}
* html #footer {
	margin-top: 200px;
	
}

