#frameHolder {
	position:absolute;
	visibility:visible;
	width:815px;
	height:510px;
	z-index:1;
	left: 99px;
	top: 135px;
}
#container {
	margin: 20px auto 0px;
	padding: 0px;
	width: 1024px;
	position: relative;
	height: 768px;
}
#rightPanel {
	display:none;
	clear:right;
	float: right;
	width: 97px;
	background-image: url(../images/bkgrdTopRight.gif);
	height: 187px;
}
#leftPanel {
	display:none;
	clear:left;
	float: left;
	width: 87px;
	background-image: url(../images/bkgrdTopLeft.gif);
	height: 187px;
}
#leftBtmPanel {
	width: 87px;
	background-image: url(../images/bkgrdBottomLeft.gif);
	height: 346px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin-bottom: 93px;
}
#rightBtmPanel {
	width: 97px;
	background-image: url(../images/bkgrdBottomRight.gif);
	height: 346px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin-bottom: 93px;
}
#btmPanel{
	width:1024px;
	height:93px;
	position:absolute;
	left:0px;
	bottom:0px;
}

#midPanel {
	width: 840px;
	min-height: 483px;
	padding-bottom:149px;
	position:relative;
	background-image: url(../images/blackboardRepeat.gif);
	margin-left:87px;	
}
#midContent {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:94px;
}
#midBtmPanel {
	width: 800px;
	background-image: url(../images/blackboardBottom.gif);
	height: 94px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin-bottom: 93px;
}
#midTopPanel {
	width: 790px;
	background-image: url(../images/blackboardTop.gif);
	background-repeat:no-repeat;
	height: 80px;
	padding-left:30px;
	padding-right:20px;
	padding-top:15px;
}
