/* brown:         #775843 */
/* dark blue:     #4a4c53 */
/* light blue:    #8d9ba5 */
/* beige:         #e2d9bf */
/* rust:          #ab5538 */

body {
  background: #8d9ba5 url(../images/bottomback.jpg) repeat-x;
  color: #000000;
  font: 12px 'Georgia','Adobe Garamond',Garamond,Times,Serif;
  line-height: 18px;
  margin: 0px;
  padding-left: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}

a { background: transparent none; color: #4a4c53; text-decoration: none; }
a:hover { background: transparent none; color: #e2d9bf; text-decoration: underline; }

.plug { 
  background: transparent none; 
  color: #4a4c53; 
  font: 9px 'Lucida Grande',Verdana,Arial,sans-serif; 
  line-height: 9px; 
}


