

/* Layout Stylesheet */
.cont {	height: 100%;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 6;
	background-color: white;
}

iframe {
	width: 100%;
	height: 100%;
	border:none;
}

body{
 margin: 0;
 padding:0;
 background:#808080;
 color: #333333;
 overflow: hidden;
 }

#lh-col{
 position:absolute;
 top:202px;
 left:0;
 width:140px;
 z-index:3;
 background:#87CEFF;
 color: #333333;}

#rh-col{
 position:absolute;
 top:202px;
 right:0;
 width:140px;
 z-index:2;
 background:#87CEFF;
 color: #333333;}

#c-block {
 width:100%;
 z-index:1;
 background:#c0c0c0;
 color: #333333;
 height:80%;}

#hdr{
 height:200px;
 border-bottom:1px solid #000000;
 width:100%;
 background:#FFFF00;
 color: #333333;
 margin:0;
  }

#c-col{
 margin:0 142px 0 142px;
 position:relative;
 background:#00CED1;
 color: #333333;
 z-index:5;
 border: solid #000000;
 border-width:0 1px;
 }

#ftr {
 width:100%;
 height:35px;
 border: solid #000000;
 border-width:1px 0;
 background:#eeeeee;
 color: #333333;
 margin:0;
 }

.imgtop {float: left; height: 200px;}

