body{
    background: #b7b5b5;
    font-family: "Courier", "Lucida Console", "Arial";
}

#container{
    padding:0px;
    width:700px;
    margin:auto;
}

#shadow_lt{
    width: 100%;
    height: 6px;
    background: #787978 url(img/shadow_top_l.png) 0 0 no-repeat;
    float: left;
}

#shadow_top{
    background: url(img/shadow_top.png) 0 0 repeat-x;
    width: 688px;
    height: 6px;
    margin-left: 6px;
}

#shadow_rt{
    width: 100%;
    height: 6px;
    background: url(img/shadow_top_r.png) 100% 0 no-repeat;
}

#shadow_lb{
    width: 100%;
    height: 6px;
    background: #787978 url(img/shadow_bottom_l.png) 0 0 no-repeat;
    float: left;
    margin-top: 0;
}

#shadow_bottom{
    background: url(img/shadow_bottom.png) 0 0 repeat-x;
    width: 688px;
    height: 6px;
    margin-left: 6px;
}

#shadow_rb{
    width: 100%;
    height: 6px;
    background: url(img/shadow_bottom_r.png) 100% 0 no-repeat;
}

#shadow_l{
    background: #787978 url(img/shadow_left.png) 0 0 repeat-y;
    /*First 0 above sets horizontal position*/
}

#shadow_r{
    width:100%;
    background: url(img/shadow_right.png) 100% 0 repeat-y;
}

#content{
    background: #fff;
    margin-left: 6px;
    margin-right: 6px;
}

#banner{
    padding: 0px;
    margin: 0px;
}

#cont{
    /*padding-bottom: 1em;*/
    /*height: 25em;*/
    background: url(img/seal_low.png) 93.5% 0 no-repeat;
}

#address{
    position: absolute;
    font-family: "arial";
    font-size: 85%;
    top:5.5em;
    padding-left:16px;
}

#address a{
    margin: 0;
    display: block;
    padding-top: 10px;
    padding-left: 16px;
    text-decoration: none;
    color: black;
}

#menu{
    width: 100%;
    margin: 0;
    padding-top: 0;
    float: left;
}

#menu ul{
    width: 172px;
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}

#menu h2, #menu a{
    display: block;
    margin: 0;
    padding: 5px 5px;
    background-color: #eee;
    font-family: "arial";
    font-size: 85%;
    font-style: normal;
}

#menu h2, #menu a.header{
    height: 15px;
    border-right-style: solid;
    border-left-color: #787978;
    border-left-style: solid;
    border-width: 1px;
    background: url(img/button.png) 0 0 repeat-x;
    font-weight: normal;
}

#menu a.header{
    color: black;
}

#menu a{
    text-decoration: none;
}

#menu ul ul a:visited{
    color: blue;
}

#menu ul ul a:hover{
    color: #8B0000;
    background-color: #dde;
}

#menu ul ul{
    position: absolute;
    display: none;
}

#menu ul li:hover ul{
    display: block;
}

#pic {
    float: left;
    margin-top: 2em;
    margin-left: 2em;
}

#contact{
    width: 18em;
    padding: 2em;
    margin-left: 17em;
}

#contact p{
    margin-left:2em;
    margin-bottom: 2em;
}

.clear {
    clear: both;
}
