body {
  margin: 0;
  padding: 10px 0 15px;
  color: #993366;
  /*background-color: #007646;*/
  background: #007646 url(../images/berriesbg.jpg) repeat; 
  min-width:990px;
  /* width:expression((document.documentElement.offsetWidth < 1010)? "990px": "auto" );*/
	width:expression((document.documentElement.offsetWidth < 1010)? "100%": "auto" );
  }
  
hr {clear:both; width:98%; height:1px; color:#A34EB6}

.small {font-size:.8em}
 
div{
  margin: 0; padding: 0;
  font: 12px/15px Arial, Helvetica, sans-serif;
  color:#333;
  }
/*ul,ol,li { list-style-type: none; margin: 0; padding: 0; }*/
ul,ol,li {font-size:1.1em; line-height:28px; color:#0B4938}
img { border: none; }
td { vertical-align: top; }
table.wide, td.wide, th.wide { width: 100%; } /* forces full-width tables where needed - use with care! */
strong  { font-weight: bold; }
a       { color: #0000aa; font-weight: bold; text-decoration: underline; }
a:hover { color: #f60; }
a.light {color: #fff; font-weight: normal; }
	
p {line-height:20px}
