
/* Layout */ 

body{
 margin: 0;
 padding:0; 
 background:#cfcfcf;
 }	 
	 
#leftcolumn{
 position:absolute;
 top:0px;
 left:0;
 width:150px;
 height: 600px;
 z-index:3;
 background:#cfcfcf;
}

#rightcolumn{
 position:absolute;
 top:0px;
 left:750px;
 width:150px;

 z-index:3;
 background:#cfcfcf;
}



#centerblock {
 width:750px;
 z-index:1;
 background:#cfcfcf;
 height:100%;}

#header{
 position: absolute;
 left: 150px;
 top: 0px;
 height:150px; 
 width:600px; 
 background:#ffffff;
  }

#centercolumn{
 margin:150px 0px 0 150px;
 position:relative;
 background:#ffffff;
 z-index:5;
 padding: 15px;
 border-bottom:1px solid #000000;
  border-right:1px solid #737373;
 border-left:1px solid #737373;
 border-top:1px solid #cfcfcf;
/*
 background-image:url('test9.jpg')
 ;*/
 }

#footer1 {
 width:750px;
 left: 150px;
 height:30px;
 background:#cfcfcf;
 }

#footer2 {
 width:750px;
 height:30px;
 background:#cfcfcf;
 }

