div.panel {
	background-color:#e1e2e6;
	width:250px;
	margin-bottom:2px;	
	padding-bottom:5px;
}
div#left {
	width:250px;
	float:left;
}
div#center {
	width:320px;
	float:left;
}
div#right {
	float:left;
	width:180px;
	height:350px;
}

div#pdfViewer, #videoViewer, #calculateSavings {
	background-color:#cdcecf;
	height:500px;
	width:600px;
	position:absolute;
	z-index:100;
	top:100px;
	left:250px;
	border-top:thin solid #e3dcd9;
	border-bottom: thin solid #424245;
	border-left:thin solid #97a7b4;
	border-right:thin solid #97a7b4;
	overflow:hidden;
	display:none;
}
#div1
{
	position: relative; 
	width: 700px; 
	height: 1000px; 
	overflow:hidden;
	background-color:#cdcecf;
}
#div2
{
	top: 0px; 
	left: 0px;
	position: absolute; 
	width: 600px; 
	height: 400px; 
	overflow: hidden; 
	z-index: 1;
	background-color:#cdcecf;
}
#div3
{
	position: absolute; 
	top: -155px; 
	left: -200px;
	width: 1025px; 
	height: 1300px;
	overflow:hidden;
	background-color:#cdcecf;
}


