/* CSS Document */

#TopBG {
	position:fixed;
	width:100%;
	height:365;
	z-index:1;
	left: 0;
	top: 0;
	background-image: url(../img/top_bg_beige.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
#TopHeader {
	position:fixed;
	width:800px;
	height:120px;
	z-index:100;
	top: 0;
	padding: 0px;
	margin: 0px;
/*	left: 0;	*/
}
#MainMenu {
	position:fixed;
	width:220px;
	height:220px;
	top: 120px;
	z-index:25;
	padding: 0;
}
#MainBody2 {
	position:relative;
	z-index:25;
	width:554px;
	top: -245px;
	left: 12px;
	padding: 0px;
	background-repeat: repeat-y;
	overflow: visible;
/*	min-height: 400px;	*/
}
#MainBody {
	position:relative;
	z-index:25;
	width:554px;
/*	top: -245px;	*/
	left: 12px;
	padding: 0px;
	background-repeat: repeat-y;
	overflow: visible;
/*	min-height: 400px;	*/
}
#Content {
	position:absolute;
	z-index:10;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#MainPanel {
	position:relative;
	width:578px;
	top: 118px;
	left: 222px;
/*	margin-top: 118px;
	margin-left: 222px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
	top: 118px;
	left: 222px; */
	z-index:20;
	background-image: url(../img/b_body-bg.jpg);
	visibility: visible;
}
#ShowcaseTable {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
}
#LayerQuestions {
	position:fixed;
	width:200px;
	height:100px;
	z-index:4;
	top: 368px;
	margin: 0;
	padding: 0;
}
#FixedBarsL {
	position: fixed;
	height: 500px;
/*	z-index: 30;	*/
	text-align: left;
}
#FixedBarsR {
	position: fixed;
	height: 500px;
/*	z-index: 30;	*/
	text-align: right;
	margin-left: 566px;
}
#TopBarShadowLeft {
	position: fixed;
	width: 12px;
	height: 500px;
	z-index: 30;
	top: 118px;
/*	left: 222px;	*/
	text-align: left;
}
#TopBarShadowRight {
	position: fixed;
	width: 12px;
	height: 500px;
	z-index: 30;
	top: 118px;
/*	left: 788px;	*/
}


#CenterMenu{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 776px;
	text-align: left;
	z-index: 50;
}
#CenterContent{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 800px;
	text-align: left;
}
#CenterHeader{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 800px;
	top: 0px;
	text-align: left;
}
#CenterBarsL{
	position: relative;
	z-index: 45;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 356px;
	top: 118px;
	text-align: left;
}
#CenterBarsR{
	position: relative;
	z-index: 45;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 356px;
	top: 118px;
	text-align: right;
}
