

/* Layout Stylesheet */ 
body{
 margin: 0px;
 padding:0px; 
 background:#fff;
 }	 
	 
#left{
 position:absolute;
 top:115px;
 left:0px;
 width:230px;
 z-index:3;
 background:#fff;
}

#right{
 position:absolute;
 top:115px;
 right:0px;
 width:320px;
 z-index:2;
 background:#fff;
}

#center-block {
 width:100%;
 z-index:1;
 background:#fff;
 height:80%; 

 }

#header{
 height:113px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#eeeeee;
 margin:0px;
 padding:0px;
  }

#center{
 margin:0px 320px -3px 228px;
 position:relative;
 background:#ffffff;
 z-index:5;
 background:#fff url(images/bgh.png) repeat-y scroll 100% 0pt ; 
 
 }

#footer {
 position:relative;
 width:100%;
 margin:0;
 }
