/* fivedy stylesheet */

/* GLOBAL VARIABLES */
body { background-color: #fff;
       color:#000;
       font-size: 15px;
       font-family: serif; }

h1 { font-size: 220%;
     color:#693f29;
     margin-top:20px; }
h2 { font-size:180%; }
h3 { font-size:140%; }
h4 { font-size:120%; }
h5 { font-size:100%; }

a { color:#693f29;
    text-decoration:underline;
    font-weight:bold; }
a:hover { color:#000;
          text-decoration:underline;
          font-weight:bold; }

table { border:solid 1px #693f29;
        text-align:left;
        font-size:90%; }

table tr td { border:solid 1px #693f29; }

.separator { clear:both;
             position:relative;}

/* THE ACTUAL PAGES ;-) */
#page { position:relative;
        width:950px;
        margin:auto;
        background-color:#edc;
        border-left:solid 5px #693f29;
        border-right:solid 5px #693f29; }

#menu { position:relative;
        clear:both;
        width:100%;
        text-align:center;
        background-color:#693f29; }

#menu a { color:#fff;
          font-size:120%;
          font-weight:bold;
          text-decoration:none; }

#menu a:hover { color:#fff;
                text-decoration:underline; }

#menu table { width:100%;
              border:0px;
              text-align:center;}

#left { position:relative;
        float:left;
        width:197px;
        background-color:#edc;
        text-align:center; }

#left img { border:0px;
            border-bottom: solid 5px #693f29; }

#right { position:relative;
         float:right;
         width:718px;
         min-height:680px;
         /*IE HACK*/ _height:680px;
         background-color:#fff;
         padding-left:20px;
         padding-right:10px;
         border-left:solid 5px #693f29; }

#footer { clear:both;
          position:relative;
          width:950px;
          color:#fff;
          padding-top:3px;
          padding-bottom:3px;
          background-color:#693f29;
          font-size:90%;
          text-align:center;}

/* HOME PAGE */

#home { position:relative;
        background-color:#693f29;
        width:800px;
        padding:3px;
        margin:auto; }
#home a { color:#fff;
          font-size:18px;
          text-decoration:none; }
#home a:hover { text-decoration:underline; }
#home img { border:0px; }

#home_menu_box { position:absolute;
                 left:203px;
                 top:50px;
                 width:500px;
                 height:30px; }

.home_menu_item { position:relative;
                  float:left;
                  width:32%;
                  text-align:center;}

/* TWEAKS */

.separator { clear:both;
             position:relative; }
