/* Website Body */
  body {
    background-color: #006600;
    font-family: Verdana, Tahoma, Arial, serif;
    margin: 3px;
    text-align: center;
  }
/* Holder DIV */
  #holder {
    background-image: url('images/header.jpg');
    background-repeat: no-repeat;
    background-position: top;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 750px;
  }
/* Header DIV */
  #header {
    height: 370px;
    padding: 0 50px;
  }
/* Content DIV */
  #content {
    background-image: url('images/content-bg.jpg');
    background-repeat: repeat-y;
    background-position: top;
    min-height: 300px;
    padding: 1px 28px;
  }
/* Content Links, Lists, Headers & Text Styles + Footer Link Styles*/
  #content a, #content a:visited, #footer-top a, #footer-top a:visited, #footer-bottom a, #footer-bottom a:visited {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
  }
  #content a:active, #content a:hover, #footer-top a:active, #footer-top a:hover, #footer-bottom a:active,  #footer-bottom a:hover {
    color: #AF0A0E;
    text-decoration: none;
  }
  #content h1 {
    font-size: 18px;
  }
  #content h2 {
    font-size: 14px;
  }
  #content h3 {
    font-size: 12px;
  }
  #content h4 {
    font-size: 11px;
  }
  #content p {
    font-size: 12px;
  }
  #content li {
    font-size: 11px;
    list-style-type: square;
  }
  .photo {
    border: 2px solid #AF0A0E;
    float: left;
    margin: 0 3px 3px 0;
  }

/* Menu DIV, List, and Link Styles */
  #menu {
    background-image: url('images/menu-bg.jpg');
    background-repeat: repeat-y;
    background-position: top;
    height: 32px;
    margin: 0;
    padding: 3px 28px 0px 30px;
  }
  #menulist {
    font-size: 20px;
    margin: 0;
    width: 100%;
  }
  #menulist li {
    display: inline;
    list-style-type: none;
    padding: 5px;
    margin-left: 10px;
  }
  #menulist li a, #menulist li a:visited {
    color: #ffffff;
    font-weight: bold;
    padding: 2px 2px 4px;
    text-decoration: none;
  }
  #menulist li a:active, #menulist li a:hover {
    background-color: #FFFFFF;
    color: #AF0A0E;
  }
/* Footer DIV */
  #footer-top {
    background-image: url('images/content-bg.jpg');
    background-repeat: repeat-y;
    background-position: bottom;
    font-size: 12px;
    padding: 1px 28px;
    text-align: center;
  }
  #footer-bottom {
    background-image: url('images/footer-bg.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
	font-size: 9px;
	height: 70px;
    padding: 1px 0 0;
	text-align: center;
  }

