a,p,div,span,td,tr,table,li,form,input,select
{
    font-family:Arial,Verdana; 
    font-size:14px; 
    color:#605f5f;
    margin: 0px;
    padding:0px;
    border: 0px;
    border-spacing: 0px;
}
input,select { border: 1px solid #605f5f; }

img { border: 0px; margin: 0px; padding: 0px;}

.white { color: #fff;}
.red { color: #f00; }

ul
{
    margin: 3px;
    padding-left: 20px;
}
li{ margin: 3px; }

td
{
    vertical-align: top;
    padding-right: 5px;
}

.right { text-align: right;  }
.left  { text-align: left;   }
.center{ text-align: center; }

.h3{ font-size: 18px; }
.h2{ font-size: 22px; font-weight: bold; font-style: italic; }
.h1{ font-size: 28px; }

a
{
    text-decoration: none;
    color: #00c;
}

a:hover
{
    text-decoration: underline;
}

.subnav
{
    font-size:20px;
}

span.subnav { color: black; }

body
{
   background-color: #ccc;
}

div#logo
{
    position: fixed;
    top: 3px;
    margin: 0;
    padding: 0;
    height: 89px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('images/logo.gif');
    z-index: 12;
}
div#header1
{
    position: fixed;
    top: 0px;
    left: 50%;
    height: 71px;
    width: 990px;
    margin-left: -495px;
    background-color: #605f5f;
    z-index: 11;
}
div#header2
{
    position: fixed;
    top: 71px;
    left: 50%;
    height: 38px;
    width: 770px;
    margin-left: -275px;
    background-color: #fff;
    z-index: 10;
}
div#header3
{
    position: fixed;
    top: 89px;
    left: 50%;
    height: 5px;
    width: 990px;
    margin-left: -495px;
    background-color: #605f5f;
    z-index: 11;
}
div#main
{
   position: absolute;
   top: 94px;
   left: 50%;
/*   height: 100%; */
   width: 710px;
   margin-left: -275px;
   padding: 30px;
   z-index: 5;
   line-height: 1.3;
}
div#all
{
   position: fixed;
   top: 71px;
   left: 50%;
   width: 990px;
   height: 100%;
   margin-left: -495px;
   background-color: #fff;
   z-index: 1;
}
div#dashed
{
   position: absolute;
   top: 28px;
   left: 0px;
   width: 217px;
   height: 100%;
   border-style: dashed;
   border-color: #605f5f;
   border-right-width: 3px;
   border-top-width: 3px;
}

div#bottom-nav
{
   position: absolute;
   left: 18px;
   bottom: 89px;
   z-index: 32;
}

div#bottom-nav a
{
   color: #605f5f;
   font-size:13px;
   line-height: 1.5;
}

div.nav
{
   padding-top: 29px;
}

ul#nav
{
   margin: 20px;
   margin-top: 20px;
   width: 180px;
   padding: 0;
   list-style: none;
}

ul#nav li
{
    margin: -1px;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #605f5f;
}

ul#nav li a
{
    display: block;
    /*height: 30px;*/
    padding: 5px;
    margin: 0px;
    font-size: 15px;
    font-weight: bold;
    color: #605f5f;
    padding-left: 10px;
    text-decoration: none;
}

ul#nav li div a
{
   font-size: 12px;
   font-weight: normal; 
}

ul#nav li a:hover
{
    background-color: #ccc;
    text-decoration: none;
}


ul#nav li a.sel
{
    background-color: #605f5f;
    color: #fff;
    text-decoration: none;
}

div.form
{
   position: absolute;
   top: 20px;
   left: 120px;
   font-weight: bold;
   text-align: left;
}

div.form div
{
   display: inline-block;
   margin-bottom: 7px;
   text-align: left;
   width: 70px;
   margin-left: 20px;
}

* html div.form div { display: inline; }  /* IE 6&7 HACKS for inline-block */
*:first-child+html div.form div { display: inline; }

div.form input
{
   border: none;
   border-bottom: 1px solid #75563D;
   width: 150px;
   margin-bottom: 7px;
}

div.form input.choose
{
   width: auto;
   margin: auto;
   margin-right: 5px;
   margin-left: 20px;
   border: 0;
}

a.gallery
{
   padding: 0;
   margin: 0;
   margin-right: 10px;
   margin-top: 10px;
   border-style: solid;
   border-width:  1px;
   border-color: #605f5f;
   float: left;

}

a.gallery img
{
   display: block;
}

a.anchor
{
   position: absolute; 
   margin-top: -114px;
}
