 body {
 background-image: url('/images/site_bkgd.jpg');
 margin-top: 0px;
 }
 
 .text {
 font-family: arial;
 font-size: 12px;
 font-weight: normal;
 color: #333333;
 line-height: 21px;
 }

 .text a, .text a:visited {
 text-decoration: none;
 color: #871919;
 }
  
 .text a:hover {
 text-decoration: underline;
 color: #871919;
 }

 .menu {
 font-family: tahoma;
 font-size: 13px;
 font-weight: bold; 
 color: #871919;
 }

 .menu a {
 text-decoration: none;
 font-weight: bold;
 color: #871919;
 }

 .menu a:hover {
 text-decoration: underline;
 font-weight: bold;
 color: #871919;
 }

 #header {
 width: 800px;
 background-color: #FFF;
 /*border-style: solid;*/
 /*border-width: 0 2px 0 1px;*/
 /*border-color: #871919;*/
 }
 
 #main {
 width: 803px;
 background-color: #FFF;
 /*border-style: solid;*/
 /*border-width: 0 2px 3px 1px;*/
 /*border-color: #871919;*/
 }