
/* Layout Stylesheet */ 

body {
 margin:10px;
 background:url('brown.jpg'); 
 text-align:center;
 padding:0;
 }

#outer {
 text-align:center;
  width:650px;
 margin:auto;
 }

#hdr {

background:url('a_ki2health.gif');
background-repeat:no-repeat;
background-position:center; 
 height:140px;  
 }
 
#img {
 position: absolute;
 margin-right:2px;
 margin-left:2px;
 }

#bar {
 height:25px; 
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative; 
 width:650px;
 padding:0;
 }

#l-col {
 float:left;
 
 width:80px;
 }

#cont {
 width:650px;

 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 font:medium;
 font-family:"Comic Sans MS";
 
 }

#ftr {
 height:25px;
 background:#FFFF99 
 color:#FFFF99 
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }
