.green { color: #090; }
/* .gold  { color: #630; } */
.gold  { color: #630; }
.red   { color: #f00; }

body {
 margin: 0;
 padding: 10px 0;
 font-family: Trebuchet MS, Calibri, Arial;
 font-size: 11pt;
 color: #630;
 background-image: url('../img/wheat.jpg');
 background-repeat: repeat-x;
 background-attachment: fixed;
}

div.banner {
 width: 784px; 
 padding-bottom: 5px;
}

div.content {
 width: 730px; 
 text-align: left;
 background-color: #fff; 
 min-height: 320px; 
 height: 320px;
 margin: 0 auto;
}

div.footer {
 width: 784px; 
 background-color: #909090; 
 border-top: 5px solid #000; 
 color: #000;
 text-align: center; 
 padding: 5px 0; 
 font-size: 9pt;
 font-weight: bold;
 border-left: 1px solid #630;
 border-right: 1px solid #630;
 border-bottom: 1px solid #630;
}

div.menu {
 width: 770px; 
 margin: 0 auto;
 padding-top: 5px;
}

div.wrapper {
 width: 784px; 
 background-color: #fff; 
 border-top: 1px solid #630;
 border-left: 1px solid #630;
 border-right: 1px solid #630;
}

html>body div.content {
 height: auto; /* for not-IE */
}

table {
 font-family: Trebuchet MS, Calibri, Arial;
 font-size: 11pt;
 color: #630;
}

