
/* Layout Stylesheet */ 

body {
margin:20px;
 color: #333333;
 text-align:center;
 padding:0;
 background:url(images/background.jpg);
 background-repeat:repeat-x;
 background-color:#25170d;
 font-family:Geneva, Arial, Helvetica, sans-serif;
 }
 
 p{
 text-align:left;
 }


#outer {
 text-align:left;
 border:0;
 width:758px;
 margin:auto;
 }

#hdr {
 height:152px;
 background:#eeeeee;
 color: #333333;
 }

#bar {
 height:6px;
 background:#c0c0c0;
 color: #333333;
 border-width:0px 0px 0px 0px;
 }

#bodyblock {
 position:relative;
  background:#244d4e;
 color: #333333;
 width:758px;
 padding:0;
 }
 


#l-col {
 float:left;
 background:#244d4e;
 color: #333333;
 width:163px;
 padding:0;
 }

#cont {
 width:585px;
  background:#e4d8b5;
   background-image:url(images/backgroundtext2.jpg);
 color: #333333;
 text-align:left;
  background-repeat:repeat-y;
   border-width:0 0 0 0;
 
 
 }

#ftr {
 color: #ffffff;
 margin:0;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 width:758px;
 text-align:center;
 
 }
 




#ftr a:visited { color:#e0d3ab;}
#ftr a:link { color:white;}

#ftr a:hover{color:#56989b;}

