/* CSS Document */
body {background-color: #ffe9d7;
      color: #3e0412;
      font-family: "verdana", "arial";
      font-size: 7pt;
      margin: 0px;}
      
#middle {width: 800px;
         margin-left: auto;
         margin-right: auto;}
         
#body {position: relative;
       top: 0px;
       left: 0px;
       width: 800px;}         
         
#nav {position: absolute;
      width: 240px;
      left: 0px;
      top: 350px;
      height: 850px;
      display: block;
      text-align: center;}
      
#main {position: absolute;
       width: 550px;
       top: 350px;
       left: 250px;
       height: 850px;
       display: block;
       text-align: justify;}
       
.menu  {display: block;
        margin-top: 1px;
        margin-bottom: 1px;
        width: 240px;
        height: 14px;
        font-size: 10px;
        font-family: "arial";
        text-transform: uppercase;
        color: #2f202b;
        font-weight: bold;
        border-bottom: #2f202b 1px solid;} 
        
.link {display: block;
       width: 240px;
       height: 14px;
       font-size: 7pt;
       font-family: "verdana";
       text-transform: lowercase;
       color: #75595f;
       font-weight: bold;
       margin-top: 2px;
       margin-bottom: 2px;
       text-decoration: none;
       text-align: center;
       border-bottom: 1px dotted #75595f;}
       
.link:hover {display: block;
             width: 240px;
             height: 14px;
             font-size: 7pt;
             font-family: "verdana";
             text-transform: lowercase;
             color: #75595f;
             font-weight: bold;
             margin-top: 2px;
             margin-bottom: 2px;
             text-decoration: none;
             text-align: center;
             border-bottom: 1px solid #75595f;
             letter-spacing: 5px;} 
             
.link:visited {display: block;
               width: 240px;
               height: 14px;
               font-size: 7pt;
               font-family: "verdana";
               text-transform: lowercase;
               color: #75595f;
               font-weight: bold;
               margin-top: 2px;
               margin-bottom: 2px;
               text-decoration: none;
               text-align: center;
               border-bottom: 1px dotted #75595f;}   
               
.link:visited:hover  {display: block;
                      width: 240px;
                      height: 14px;
                      font-size: 7pt;
                      font-family: "verdana";
                      text-transform: lowercase;
                      color: #75595f;
                      font-weight: bold;
                      margin-top: 2px;
                      margin-bottom: 2px;
                      text-decoration: none;
                      text-align: center;
                      border-bottom: 1px solid #75595f;
                      letter-spacing: 5px;}   
                      
a img {border-style: none;}  

a {text-decoration: none;
   font-size: 7pt;
   font-family: "verdana";
   font-weight: bold;
   letter-spacing: 2px;
   color: #4c3145;} 
   
a:hover {text-decoration: none;
         font-size: 7pt;
         font-family: "verdana";
         font-weight: bold;
         letter-spacing: 3px;
         color: #4c3145;}   
         
a:visited {text-decoration: none;
           font-size: 7pt;
           font-family: "verdana";
           font-weight: bold;
           letter-spacing: 2px;
           color: #4c3145;} 
           
a:visited:hover {text-decoration: none;
                 font-size: 7pt;
                 font-family: "verdana";
                 font-weight: bold;
                 letter-spacing: 3px;
                 color: #4c3145;}
