
/* Layout Stylesheet */ 


body {
 margin: 0; 
 padding:0;
 background: #909090;
 color: #000000;
 text-align: center;
 z-index:14;
 }
 
#top-left {
 position:absolute;
 left:0;
 height:85px;
 width:386px;
 margin: 2 0 0 0; 
 background: #ffffff;
 color: #000000;
 z-index:2:
 text-align: left;
 }
 
 #top-right {
 position:absolute;
 right:0px;
 top:0;
 left:394px;
 height:80px;
 text-align: center;
 z-index:3;
 }
 
 #top-middle {
 position:absloute;
 left:0;
 top:0;
 width:100%;
 height:50px;
 z-index:4;
 margin: 0; 
 background: #000000;
 text-align: right;

 }

#bar-top {
 width: 100%; 
 min-width:400px;
 height: 30px;
 position:absolute; 
 top:80px;
 left:0;
 z-index:12;
 background: #c0c0c0; 
 color: #333333;
 border: solid #000000; 
 border-width: 1px 0;
 }


#bar-bottom {
 height: 20px;
 width: 100%;
 position:relative;
 z-index:8;
 text-align:center;
 background: #c0c0c0; 
 color: #333333;
 border: solid #000000; 
 border-width: 1px 0;
 margin:0 0 0 0;
 }
 
#copy {
 height: 20px;
 position:relative;
 z-index:8;
 background: #c0c0c0; 
 color: #333333;
 border: solid #000000; 
 border-width: 1px 0;
 margin:0 42px 0 152px;
 }
 
#bar-left1{
 position:absolute;
 top: 108px;
 left:0;
 width:154px;
 height:77%;
 z-index:12;
 background:#c0c0c0;
 border: solid #000000; 
 border-width: 1px 0;
 color: #333333;
 }
 
  
#bar-left2{
 position:absolute;
 top: 108px;
 left:0;
 width:169px;
 height:89%;
 z-index:5;
 background:#c0c0c0;
 border: solid #000000; 
 border-width: 1px 0;
 color: #333333;
 }

#bar_right1{
	position:absolute;
	top:120px;
	right:30px;
	width:140px;
	z-index:26;
	background:#c0c0c0;
	border: solid #000000;
	border-width: 2px 0;
	color: #333333;
}

#bar_right{
 position:absolute;
 top:100px;
 right:30px;
 width:142px;
 height: 19px;
 z-index:27;
 background:#c0c0c0;
 border: solid #000000; 
 border-width: 2px 0;
 color: #333333;}
 
 
#c-block {
 width:100%;
 position:fixed;
 
 bottom:0px;
 position:absolute;
 top:108px;
 bottom:0px;
 right:0;
 z-index:8;
 height:82%;
  }

#content { 
 height: 94%;
 border: solid #000000; 
 border-width: 4px; 
 background: #ffffff;
 color: #333333;
 z-index:9;
 overflow: auto;
 min-width:200px;
 margin:0 1px 0 155px;
 }
