
/* Layout Stylesheet */ 

body {
 margin:0px 0px 0px 0px;
 background: #c3bda4;
 color: #333333;
 text-align:center;
 padding:0;
 font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
 }

#shadow {
 background: url(../images/shadow-bg.jpg) repeat-y;
 margin:auto;
 width:780px;
 } 

#outer {
 text-align:left;
 border:1px solid #ffffff;
 width:732px;
 margin:auto;
 
 }

#header {
 height:150px;
 width:732px;
 background:#eeeeee;
 color: #333333;
 }

#sub_header {
 height:35px;
 background:#f6f3e9;
 color: #333333;
 }

#body {

 background: #e7e4dc url(../images/side-bg.png) repeat-x;
 color: #000000;
 width:732px;
 padding:0;
 margin:auto
 }

#left {
 float:left;
 background: #e7e4dc url(../images/side-bg.png) repeat-x;
 color: #000000;
 width:140px;
 padding-top: 10px;
 }

#content {
 width:589px;
 background: #f1eee6 url(../images/content-bg.png) repeat-x;
 color: #5B5648;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 }

#ftr {
 height:25px;
 background:#710000;
 color: #ffffff;
 border:white;
 border-width:1px 0 0 0;
 margin:0;
 }