@charset "iso-8859-1";

/* Layout Stylesheet */ 

body {
 font-size: 72.5%; /* Resets 1em to 10px */
 font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
 margin:20px;
 background:#000000;
 color: #000000;
 text-align:center;
 padding:0;
 }

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

#hdr {
 height:75px;
 background:#000000;
 color: #333333;
 }
 
 #frnt {
 height:593px;
 background:#000000;
 color: #333333;
 }

#bar {
 height:25px;
 background:#000000;
 color: #000000;	
 border-width:0px 0 0px 0;
 }

#bodyblock {
 position:relative;
 background: #000000;
 color: #000000;
 width:650px;
 padding:0;
 }

#l-col {
 float:left;
 background:#000000;
 color: #FFFFFF;
 width:145px;
 }

#cont {
 width:650px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 }

#ftr {
 height:10px;
 background:#000000;
 color: #FFFFFF;
 margin:0;
 font-size: 10px;
 padding: 5px;
 }