body { 
  background: #EAE3C1 url("../images/bg.jpg");
  background-repeat: repeat-x;
  background-position: top;
  font-family: "Trebuchet MS";
  font-size: 9px; 
  color:#EAE3C1;
}

.mainarea #text {
background-color: #938362;
font-size: 12px;
width: 917px;
padding-bottom:20px;
padding-left: 20px;
padding-right: 20px;
text-align:left;
}

.mainarea #text a:link {color: #EAE3C1; text-decoration: none; }
.mainarea #text a:visited {color: #EAE3C1; text-decoration: none; }
.mainarea #text a:hover {color: #EAE3C1; text-decoration: underline; }
.mainarea #text a:active {color: #EAE3C1; }


.copyright {
font-family: "Trebuchet MS";
color: #726E5B;
font-size: 12px;
text-align: center;
}

.bars {
font-family: "Trebuchet MS";
color: #655D46;
font-size: 13px;
font-weight: bold;
}

.search {
font-family:"Trebuchet MS";
color: #EAE3C1;
font-size: 12px;
}

.text{
font-family:"Trebuchet MS";
color: #EAE3C1;
font-size: 11px;
}

<!-- Links & Navigation -->

a:link {color: #726E5B; text-decoration: underline; }
a:visited {color: #726E5B; text-decoration: none; }
a:hover {color: #726E5B; text-decoration: underline; }
a:active {color: #EAE3C1; }

a.mainnav:link {color: #EAE3C1; font-size: 12px; text-decoration: none; }
a.mainnav:visited {color: #EAE3C1; font-size: 12px; text-decoration: none; }
a.mainnav:hover {color: #BEB490; font-size: 12px; }
a.mainnav:active {color: #BEB490; } 

a.smallnav:link {color: #EAE3C1; text-decoration: none; }
a.smallnav:visited {color: #EAE3C1; text-decoration: none; }
a.smallnav:hover {color: #BEB490; text-decoration: underline }
a.smallnav:active {color: #BEB490; }

a.footnav:link {color: #EAE3C1; font-size: 9px; text-decoration: none; }
a.footnav:visited {color: #EAE3C1; font-size: 9px; text-decoration: none; }
a.footnav:hover {color: #EAE3C1; font-size: 9px; text-decoration: underline }
a.footnav:active {color: #BEB490; }

a.barstrail:link {color: #655D46; font-size: 13px; text-decoration: none; }
a.barstrail:visited {color: #655D46; font-size: 13px; text-decoration: none; }
a.barstrail:hover {color: #655D46; font-size: 13px; text-decoration: underline; }
a.barstrail:active {color: #655D46; text-decoration: underline; }

<!-- Input & Forms-->

input {font-size: 10px;}
input.searchbox { background: url("../images/forms_bg.jpg");}
option.optionbox { background-color: #EAE3C1;}
textarea.textbox { background: url("../images/forms_bg.jpg");}
input.searchbutton { background: url("../images/forms_button.jpg"); border: none; color: #EAE3C1; }
