

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:white;
 }	 
#wholepage{
 position:relative;
 width:100%;
 height:100%;
 padding-bottom:30px;
 overflow:hidden;
 z-index:0;
}	 
#lh-col{
 position:absolute;
 top:60px;
 height:1280px;
 left:0;
 width:191px;
 z-index:3;
 background:#c0c0c0;
 color: #333333;
 background-image: url(../images/left_middle.gif);
 background-position: left;
 background-repeat: repeat-y;
}
#lh-cont-col{
 position:relative;
 float: left;
 overflow: hidden;
 top:30px;
 left:30px;
 width:161px;
 z-index:6;
 background:transparent;
}
#rh-col{
 position:absolute;
 top:60px;
 right:0;
 width:35px;
 height:1280px;
 z-index:2;
 background:#c0c0c0;
 color: #333333;
 background-image: url(../images/right_middle.gif);
 background-position: left;
 background-repeat: repeat-y;
}
/*
#rh-cont-col{
 position:relative;
 float: right;
 right:35px;
 width:144px;
 z-index:2;
 margin-left: 30px;
 background:#c0c0c0;
 color: #333333;
}
*/
#rs-block{
 float: right;
 width: 144px;
 background:#DDAA00;
 overflow: hidden;
 margin-top:20px;
 margin-left:20px;
 margin-right:50px;
}
#c-col{
 margin-left: 30px;
 position:relative;
 float: left;
 width:60%;
 background:white;
 z-index:5;
 }
#hdr{
 height:60px; 
 width:100%; 
 background:#eeeeee;
 color: #333333; 
 margin:0;
  }

#top_left{
 position:absolute;
 top:0px;
 left:0px;
 z-index:6;
 width:191px;
 height:60px;
 background-image: url(../images/top_left.gif);
 background-position: left;
}

#top_middle{
 position:absolute;
 top:0px;
 left:191;
 width:100%;
 height:60px;
 overflow:hidden;
 background-image: url(../images/top_middle.gif);
 background-repeat: repeat-x;
 background-position: left;
}
#top_right{
 position:absolute;
 top:0px;
 right:0;
 width:35px;
 height:60px;
 background-image: url(../images/top_right.gif);
 background-position: left;
}


#ftr {
 clear:both;
 width:100%;
 height:35px;
 background:#eeeeee;
 color: #333333;
 margin:0;
 }

#bottom_left{
 position:absolute;
 bottom:0;
 left:0px;
 z-index:6;
 width:191px;
 height:68px;
 background-image: url(../images/bottom_left.gif);
 background-position: left;
}

#bottom_middle{
 position:absolute;
 bottom:0;
 left:191;
 width:100%;
 height:68px;
 overflow:hidden;
 background-image: url(../images/bottom_middle.gif);
 background-repeat: repeat-x;
 background-position: left;
 z-index:5;
}

#bottom_right{
 position:absolute;
 bottom:0;
 right:0;
 width:35px;
 height:68px;
 z-index:6;
 background-image: url(../images/bottom_right.gif);
 background-position: left;
}