
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#FFFFCC;
 color: #333333;
 text-align:center;
 padding:0
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:650px;
 margin:auto;
 }

#hdr {
 background-position: center; height:80px;
 color: #333333; background-image:url('images/clinend2.jpg'); background-repeat:no-repeat; background-color:#FFFFCC
 }

#bar {
 border-left:0 solid #000000; border-right:0 solid #000000; border-top:1px solid #000000; border-bottom:1px solid #000000; height:30px;
 background:#FFFF99;
 color: #333333
 
 }

#bodyblock {
 position:relative;
 background: #FFFFCC;
 color: #333333;
 width:650px;
 padding:0
 }

#l-col {
 float:left;
 background:#FFFFCC;
 color: #333333;
 width:145px; margin-top:5; line-height:20%
 }

#cont {
 border-left:1px solid #000000; border-right:0 solid #000000; border-top:0 solid #000000; border-bottom:0 solid #000000; width:495px;
 background:#FFFFD5;
 color: #333333;
 text-align:left
 }

#ftr {
 height:25px;
 background:#ffff99;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }