    body {
      background:#F6F6F8;
      margin:0;
      padding:0;
      color:#000;
      font:x-small/1.5em Georgia,Serif;
      voice-family: "\"}\""; voice-family:inherit;
      font-size:small;
      } html>body {font-size:small;}
    
    #header {
      float:left;
      width:100%;
      background: #A34F35 url("../images/bg000000.gif") repeat-x bottom;
      font-size:93%;
      line-height:normal;
      }
    #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url("../images/left_bo.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #492403;
      }
    #header a {
      float:left;
      display:block;
      width:.1em;
      background:url("../images/right_bo.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#fff;
      }
    #header > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#A34F35;
      }
    #home #nav-home, #news #nav-news,
    #articles #nav-articles, #history #nav-history,
    #about #nav-about, #contact #nav-contact {
      background-position:0 -150px;
      border-width:0;
      }
    #home #nav-home a, #news #nav-news a,
    #articles #nav-articles a, #history #nav-history a,
    #about #nav-about a, #contact #nav-contact a {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#A34F35;
      }
    #header li:hover, #header li:hover a {
      background-position:0% -150px;
      color:#793125;
      }
    #header li:hover a {
      background-position:100% -150px;
      }
	#header h1 {
	  font-size: 150%;
	  color: #A34F35;
	  margin-left: 15px;
	  margin-top: 15px;
	  margin-bottom: 5px;
	}
    #top {
	  float:left;
      width:100%;
      background:#A34F35 url("../images/bg000001.gif") repeat-x bottom;
      font-size:93%;
      line-height:normal;
	  }
	#content {
	  float: left;
	  width: 610px;	  
	  border: 1px solid #492403;
	  border-top: none;
	  background-color: white;
	  padding-left: 10px;
	  padding-right: 5px;
	  }
	#content table {
	  margin-left: 10px;
	  border: 1px solid #765;
	}
	#content th {
	 background:white url("../images/bg000001.gif") repeat-x bottom;
	 color: #A15108;
	}
	#content tr.bottom {
	  background: white url("../images/bg000000.gif") repeat-x bottom;
	  color: #793125;
	}
	#content p {
	margin-left: 20px;
	}
	#content td {
	  padding: 5px;
	  padding-bottom: 0px;
	}
	#content table.border {
	  border-top: none;
	  border-bottom: none;
	}
	#content th.border {
	 border-top: 1px solid #492403;
	}
	#content td.border {
	border-bottom: 1px solid #492403;
	padding-bottom: 0px;
	}
	#content .divide {
	 background: none;
	 background-color: #793125;
	 border: none;
	 border-left: 1px solid #492403;
	 border-right: 1px solid #492403;
	}
	#content .background {
	 background-color: #E4CEC4;
	 border: 1px solid #756;
	 margin-right: 10px;
	 padding: 10px;
	 padding-left:30px;
	 }
	#content li {
	padding-bottom: 5px;
	}
	#content .code {
	  font-family: "Courier New", Courier, mono;
	  color: #793125;
	  font-weight: bold;
	}
	
	#content  .photo {
	  background-color: #fff;
	  border: 1px solid #a9a9a9;
	  display: block;
	  margin: -5px 5px 5px 5px;
	  padding: 4px;
	  position: relative;
	}

	a:link, a:visited {
	  color: #A15108;
	  background-color: white;
	}
	a:hover, a:active {
	  color: white;
	  background-color: #A34F35;
	  text-decoration: none;
	}
	a.box:link, a.box:visited {
	  text-decoration: none; 
	  border: 1px solid #A34F35; 
	  padding:2px; 
	  background-color: white; 
	  font-size: 10px;
	}
	
	a.box:hover, a.box:active {
	  text-decoration: none; 
	  border: 1px solid #A34F35; 
	  padding:2px; 
	  color: white; 
	  background-color: #A34F35; 
	  font-size: 10px;
	  }
	
	#content .padded_right {
	  padding: 6px; 
	  text-align:right;
	  }
	
	#content .small {
	 font-size: 80%;
	}

	#content h1 {
	  font-size: 130%;
	  font-weight: bold;
	  color: white;
	  background-color: #A34F35;
	  width: 95%;
	  margin-left: 10px;
	  padding: 5px;
	}
	#content h2 {
	  font-size: 110%;
	  font-weight: bold;
	  color: #A34F35;
	  margin-left: 10px;
	}
	#content h3 {
	  font-size: 95%;
	  font-weight: bold;
	  color: black;
	  margin-left: 10px;
	}
	#content .underline {
	  border-bottom: 1px dotted #a34f35;
	}
	#content .overline {
	  padding-top: 3px;
	  border-top: 1px dotted #a34f35;
	}
	
	#footer {
	  clear: both;
      float: left;
	  width: 610px;
	  border: 1px solid #765;
	  border-top: none;
	  background:#A34F35 url("../images/bg000003.gif") repeat-x bottom;
	  color: white;
	  text-align: center;
  	  padding-left: 10px;
	  padding-right: 5px;
	}
	
	#footer p {
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	}
	#footer a:link, #footer a:visited {
	  color: white;
	  background-color: transparent;
	  padding: 3px;
	}
	#footer a:hover, #footer a:active {
	  color: #A34F35;
	  background-color: white;
	  text-decoration: none;
	  padding: 3px;
	}
	.button	{
	  font-family: Georgia,Serif;
	  font-size:90%;
	  font-weight: bold;
	  color: white; 
	  background-color: #A34F35; 
	  padding: 2px;	  
	  }
	 select, input, textarea {
	 color: #A34F35;
	 font-family: Georgia,Serif;
	 }
	 form {
	 margin: 0px;
	 }
	 
	 #content .grey {font-size: 11px; font-style: italic; color: #666666;} 