@charset "utf-8";
/* CSS Document */

<!--
body {
      background-image: url(bg.jpg);
      background-repeat: repeat;
      background-color: #000000;
      margin: 0px;
      }
      
#every {
       background: none;
       width: 800px;
       height: 510px;
       border-left: none;
       border-right: none;
       padding: 0px;
       spacing: 0px;
       margin: 0px;
       }

#menu {
      padding: 0px;
      spacing: 0px;
      margin: 0px;
      }
       
#all {
     background: none;
     width: 800px;
     border-left: none;
     border-right: none;
     position: absolute;
     top: 230px;
     right: 0px;
     }
      
#naviall {
         background: none;
         float: right;
         width: 266px;
         margin: 0px;
         text-align: justify;
         position: relative;
         top: 60px;
         }

#navi {
      background: none;
      width: 246px;
      margin: 10px;
      text-align: justify;
      position: relative;
      top: 0px;
      }

#contentall {
            background: none;
            float: left;
            width: 484px;
            margin: 0px;
            text-align: justify;
            position: relative;
            top: 0px;
            min-height: 450px;
            }

#content {
         background: none;
         float: left;
         width: 464px;
         margin: 10px;
         text-align: justify;
         position: relative;
         top: 0px;
         }

#footerall {
        clear: both;
        width: 750px;
        position: relative;
        top: 0px;
        background: none;
        border-top: none;
        }

#footer {
        clear: both;
        width: 740px;
        position: relative;
        margin: 10px;
        background: none;
        }

#images {
     padding: 2px;
     border: none;
     }     

ul {
   list-style-image: url(list.jpg);
   margin-left: 10px;
   }

ul.links {
   list-style-type: none;
   list-style-image: none;
   display: block;
   height: 100%;
   margin-bottom: 30px;
   }

ul.links li {
   float: left;
   width: 135px;
   font-weight: normal;
   }

ul.pictures {
   list-style-type: none;
   list-style-image: none;
   display: block;
   height: 100%;
   margin-bottom: 30px;
   margin-left: 0px;
   }

ul.pictures li {
   float: left;
   width: 130px;
   font-weight: normal;
   }


     
h1 {
      color: #a4a4a4;
      background-image: url(hbg.jpg);
      background-repeat: no-repeat;
      font-family: Georgia;
      font-size: 15px;
      text-align: center;
      height: 20px;
      text-transform: none;
      font-style: italic;
      border-left: #5a5a5a 8px solid;
      border-right: #5a5a5a 8px solid;
      border-bottom: #5a5a5a 1px dotted;
      letter-spacing: 5px;
      margin-right: 20px;
      margin-left: 20px;
     }

h2 {
      color: #a4a4a4;
      font-family: Georgia;
      font-size: 12px;
      text-align: center;
      height: 16px;
      text-transform: none;
      background-color: none;
      border-right: #5a5a5a 5px solid;
      border-left: #5a5a5a 5px solid;
      border-bottom: #5a5a5a 1px dotted;
      letter-spacing: 7px;
      font-style: italic;
      margin-left: 30px;
      margin-right: 30px;
     }

textarea{
     background-color: transparent;
     font-family: Tahoma;
     font-size: 8pt;
     color: black;
     border: black 1px solid;
  }


input{
     background-color: transparent;
     font-family: Tahoma;
     font-size: 8pt;
     color: black;
     border: black 1px solid;
}

td {
     border: 0px;
     padding: 0px;
     }

tr {
     border: 0px;
     padding: 0px;
     }


A:Link {
       text-decoration: none;
       color: #43949e;
       font-family: Times;
       font-size: 12px;
       text-transform: none;
       font-weight: bold;
       }
       
A:Visited {
          text-decoration: none;
          color: #43949e;
          font-family: Times;
          font-size: 12px;
          text-transform: none;
          font-weight: bold;
          }
          
A:Hover {
        text-decoration: underline;
        color: #1e5f67;
        font-family: Times;
        font-size: 12px;
        text-transform: none;
        font-weight: bold;
        }

a img {
       padding: 0px;
       border: #3b2300 2px solid;
       }

.text {
       color: #8c8c8c;
       font-family: Trebuchet MS;
       font-size: 11px;
       }

.small {
       color: #4b4b4b;
       font-family: Georgia, Times;
       font-size: 7pt;
       font-style: italic;
       }
       
.special {
       color: #6b6b6b;
       font-family: Trebuchet MS;
       font-size: 11px;
       }
         
-->
