
/* Layout Stylesheet */ 

body {
 margin:23px;
 background-image:url(../pix/back.gif);
 background-repeat:repeat;
 /* background:#eeeeee;
 color: #eeeeee; */
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000; 
 width:700px;
 margin:auto;
 }

#hdr {
 height:60px;
 /*background-image:url(../pix/header.gif);
 background:#CCFFCC; /*CCFFCC; */
 color: #333333;
 }

#bar {
 height:30px; /* 25 */
 background: #ffffff; /*#CCFFCC;*/
 color: #333333;
 border:solid #CCCCCC;	
 border-width: 1px 0 1px 0; 
 /* top,right,botton,left */
 }

#bodyblock {
 position:relative;
 background:#FFFFFF; /*  #0000ff;*/
 color: #333333;
 width:700px; /* 700px; */
 padding:0;
  /*border:solid #CCCCCC;	
 border-width:0 0 0 1px; */
 }

#l-col {
 float:left;
 background:#FFFFFF; /*#CCFFCC;*/
 color: #333333;
 width:200px; /* 100px; */
 }

#cont {
 width:495px; /* 495px; */
 background:#ffffff;
 color: #333333;
 border:solid #CCCCCC;	
 border-width:0 0 1px 1px;
 text-align:left;
 }
 
#contmax {
 width:495px; /* 495px; bb */
 background:#ffffff;
 font: 80%  Verdana, Arial, Helvetica, sans-serif;
 color: #666666;
 padding: 0px 5px 0px 5px;
 border:solid #CCCCCC;	
 border-width:0 0 1px 1px;
 text-align:left;
 }

#ftr {
 height:25px;
 background:#FFFFFF;
 color: #333333;
 /* border:solid #CCCCCC;
 border-width:0 1px 1px 1px; */
 margin:0;
 }