/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#405431;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:5px solid #96b20c;
 background:#FFFFFF;
 width:900px;
 margin:auto;
 }

#hdr {
 height:117px;
 width:100%;
 background:#eeeeee;
 color: #333333;
 }

#navbar {
 height:32px;
 background:#ACC314;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#cont {
 width:100%;
 background:#FFFFFF;
 border:solid #000000;	
 border-width:0px;
 text-align:left;
 }

#ftr {
 height:25px;
 background:#405431;
 color: #FFFFFF;
 font-size: x-small
 }


