body {
    background-color: #bcd671;
	margin: 97px 0 0 0;
	padding: 0;
}

#wswrap {
   position: relative;
   top: 0;
   left: 0;
   background-color: #bcd671;
   width: 722px;
   padding: 0;
   margin: 0;
   text-align: left;
   background: #fff  url(pix/pagebg.jpg) top center no-repeat;
}

#wscontent {
   width: 702px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   padding: 0 10px 30px 10px;
   margin: 0;
   /* min-heigh hack */
   min-height:390px;
   height:auto !important;
   height:390px;
   }

#menu {
   width: 702px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: bold;
   color: #fff;
   padding: 0;
   margin: 0 0 20px 0;
   text-align: left;
   }

#menu a:link, #menu a:visited {
   font-family: "Times New Roman", Times, serif;
   font-size: 16px;    
   color: #80693c;
   font-weight: bold;
   text-decoration: none;
   font-variant: small-caps;
   letter-spacing: 2px;
}

#menu a:hover, #menu a:active {
   color: #9f834c;
}

a.menulink:link, a.menulink:visited {
   font-family: "Times New Roman", Times, serif;
   font-size: 16px;    
   color: #80693c;
   font-weight: bold;
   text-decoration: none;
   font-variant: small-caps;
   letter-spacing: 2px;
}

a.menulink:hover, a.menulink:active {
   color: #9f834c;
}