
/* Layout Stylesheet */ 

body {
 margin: 20px;
 background: url(background.jpg); background-repeat: repeat;;
 color: #333333;
 text-align: center;
 padding: 0;
 }

#outer {
 text-align: left;
 border: 1px solid #666666;
 width: 750px;
 margin: auto;
 }

#hdr {
 height: 100px;
 background: #fff;
 color: #666666;
 }

#bar {
 height: 24px;
 background: #000066;
 color: #333333;
 border:solid #000000;	
 border-width: 1px 0 1px 0;
 text-align: center;
 }

#bodyblock {
 position: relative;
 background: #C5E586;
 color: #333333;
 width: 750px;
 padding: 0;
 }

#l-col {
 float: left;
 background: #C5E586;
 color: #333333;
 width: 145px;
 }

#cont {
 width: 595px;
 background: #fff;
 color: #333333;	
 border-width: 0 0 0 1px;
 text-align: left;
 }

#ftr {
 height: 75px;
 background: #C5E586;
 color: #333333;
 border-width: 1px 0 0 0;
 margin: 0;
 }