

body {
    margin: 0;
    padding: 0;
    background: #213205;
  }


* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
  }

/*----------------------------------------------Basic styles------------------------------------------------*/





h1, h2, h3, h4 {
    font-family: Georgia, Georgia, serif;
    margin: 15px 0 0 5px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
  }


h1 em, h2 em, h3 em, h4 em {
    font-family: Georgia, Georgia, serif;
    font-weight: normal;
  }


/* italic words in titles */





h1 {
    position: absolute;
    right: 0px;
    top: 30px;
    font-size: 2.25em;
    letter-spacing: 0.1em;
    line-height: 1.00em;
    padding-right: 10px;
    border-right: 15px solid #fff;
  }


p#tagline {
    position: absolute;
    right: 0px;
    top: 95px;
    font-style: italic;
    color: #648D20;
    font-size: 0.90em;
  }

/* sits under main title */





h2 {
    font-size: 1.30em;
    letter-spacing: 0.05em;
  }


p, ul, ol {
    margin: 10px 10px 0 7px;
    font-size: 1.00em;
    line-height: 1.60em;
    color: #000;
    letter-spacing: 0.05em;
  }


code {
    font-family: monospace;
    font-size: 1.20em;
    color: #E20000;
  }


p span {
    font-size: 1.50em;
    font-weight: bold;
  }


img.link {
    border-bottom-color : #ffffff;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #ffffff;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #ffffff;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #ffffff;
    border-top-style : solid;
    border-top-width : 1px;
  }


a:link, a:visited {
    color: #792533;
    font-weight: bold;
    text-decoration: underline;
  }


a:hover, a:active {
    color: #fff;
    border-color: #fff;
    text-decoration: none;
  }


ul {
    list-style: inside square;
  }

/* general lists */





acronym {
    font-weight: bold;
    border-bottom: 1px dashed #000;
    cursor: help;
  }

/*-----------------------------------------------Layout DIVS------------------------------------------------*/





#container {
    position: relative;
    margin: 0 auto;
    width: 820px;
    background: url(images/_bkgrnd.gif) 0 0 repeat-y #CCCC33;
    overflow: hidden;
  }


#hdr {
    float: left;
    width: 820px;
    height: 200px;
    background: url(images/_kh.jpg) 0 0 no-repeat #CCCC33;
  }


#lftcol {
    position: absolute;
    left: 0px;
    top: 200px;
    margin-left: 100px;
    width: 200px;
    background: transparent;
    overflow: hidden;
    padding-top: 25px;
  }


#rgtcol {
    float: right;
    width: 480px;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-right: 20px;
    background: transparent;
    overflow: hidden;
  }

/* right column */





#scrollbar {
    text-align: center;
    position: absolute;
    left: 80px;
    top: 205px;
 padding-bottom: 25px;
  }

/*---------------------------------------------Main Navigation-----------------------------------------------*/





ul#nav {
    padding: 0;
    list-style: none inside;
  }


ul#nav li {
    float: left;
    display: block;
  }


ul#nav li a {
    width: 170px;
    margin: 3px 0 0 0;
    border: 0;
    border-left: 10px solid #CCCC33;
    padding: 10px 5px;
    font-family: Georgia, Georgia, serif;
    font-weight: normal;
    text-decoration: none;
    display: block;
    color: #450F1F;
    background: #D9D93C;
  }


ul#nav li a#current {
    border-color: #fff;
  }

/* current page, move id in the xhtml when creating a new page */





ul#nav li a:hover {
    background: #9EA219;
    color: #fff;
    text-decoration: none;
  }


div.imgpreview {

    margin-bottom : 10px;
    margin-top : 10px;
    margin-left : 10px;
    margin-right : 10px;

    text-align : center;
  }


