@charset "utf-8";
/* CSS Document */
body {
  text-align:center;
  }

#container {
  margin: 0 auto;
  text-align:left;
  width:766px;
  height:570px;
  position:relative;
  } 
  
#header {
  left:0px;
  top:0px;
  width:766px;
  height:70px;
  z-index:2;
  position:absolute;
  }
 
#leftSide {
  left:0px;
  top:70px;
  width:10px;
  height:478px;
  z-index:2;
  position:absolute;
  }
  
#menu1 {
  left:10px;
  top:70px;
  width:746;
  height:52px;
  z-index:2;
  position:absolute;
  }
  
#rightSide {
  left:756px;
  top:70px;
  width:10px;
  height:478px;
  z-index:2;
  position:absolute;
  }

#bodyBackground {
  left:10px;
  top:122px;
  width:746px;
  height:426px;
  z-index:1;
  position:absolute;
  }
  
#footer {
  left:0px;
  top:548px;
  width:766px;
  height:22px;
  z-index:2;
  position:absolute;
  } 
 
#bodyContainer {
  left:10px;
  top:122px;
  width:746px;
  height:426px;
  z-index:3;
  position:absolute;
  }
  
#CollapsiblePanel1 {
  z-index:4;
  top:10px;
  left:301px;
  position:relative;
  }
  
#Accordion1 {
  z-index:4;
  top:10px;
  left:301px;
  position:relative;
  }
  
#leftImage {
	z-index:4;
	left:2px;
	top:0px;
	margin:auto auto;
	text-align:center;
	vertical-align: middle;
	width:296px;
	height:426px;
	position:absolute;
  }
  
#fullImage {
	z-index:4;
	left:2px;
	top:0px;
	margin:auto auto;
	text-align:center;
	vertical-align: middle;
	width:746px;
	height:426px;
	position:absolute;
	background-color: #787878;
}
