

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:##FAEDED;
 color: #0000ff;
 }	 
	 
#left-column{
 position:absolute;
 top:166px;
 left:0;
 width:140px;
 z-index:3;
 background:#FFFFFF;
 color: #0000ff;
 }

#right-column{
 position:absolute;
 top:166px;
 right:0;
 width:140px;
 z-index:2;
 background:#FFFFFF;
 color: #0000ff;
 height:80%;
 }

#center-block {
 width:100%;
 z-index:1;
 background:#Ffffff;
 color: #0000ff;
 height:80%;}

#header{
 height:140px; 
 border-bottom:1px solid #000000; 
 width:100%; 
 background:#006699;
 background-image: url(images/logoheader.gif);
	background-repeat: no-repeat;
	background-position: top center;
 color: #ff99ff; 
 margin:0;
  }
#topmenu{
 position:absolute;
 top:141px;
 left:0;
 height:20px;
 width:100%;
 background:#006699;
 color:#ff99ff;
 margin:0;
 z-index:6;
  }     

#center-column{
 margin:0 166px 0 166px;
 position:relative;
 background:#Ffffff;
 color: #0000ff;
 z-index:5;
  }

#footer {
 width:100%;
 height:35px;
 border: solid #000000; 
 border-width:1px 0;
 background:#006699;
 color: white; 
 margin:0;
 }
