html
{
    height: 100%;
    padding: 0 0 1px 0;
}

body
{
    color: #000;
    font-size: 16px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
}

#main
{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    min-width: 760px;
    max-width: 980px
}

#header
{
    background-color: #fff;
    background-image: url("../graphics/all/logo.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    display: block;
    width: 100%;
    height: 250px;
    float: left
}

#header #contact
{
    color: #000;
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
    background-image: none;
    text-align: right;
    list-style-position: inside;
    display: block;
    margin-right: 20px;
    padding-top: 20px;
    float: right
}

#header #contact a, a:visited
{
    color: #000;
    font-size: 1em;
    font-weight: bold;
    text-decoration: underline;
    background-color: transparent;
    background-image: none
}

#header #contact a:hover, a:active
{
    color: #600;
    font-size: 1em;
    text-decoration: underline;
    background-image: none
}

#nav
{
    text-align: left;
    margin-top: 1.6em;
    margin-right: 2%;
    padding-top: 4em;
    width: 18%;
    float: left
}

#nav ul
{
    background-color: #c4b4b4;
    text-align: left;
    text-indent: 1em;
    list-style-type: none;
    display: block;
    margin-left: 0;
    padding-left: 0;
    width: 100%
}

#nav ul a, a:visited
{
    color: #000;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.6em;
    text-decoration: none;
    background-color: #c4b4b4;
    list-style-type: none;
    display: block;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    min-width: 100%;
    border: dotted 1px #600
}

#nav ul a:hover, a:active
{
    color: #fff;
    font-weight: bold;
    line-height: 1.6em;
    text-decoration: none;
    background-color: #600;
    list-style-type: none;
    display: block;
    margin-left: 0;
    padding-left: 0;
    border: dotted 1px #997e61
}

#nav ul #active
{
    color: #fff;
    font-weight: bold;
    line-height: 1.6em;
    text-decoration: none;
    background-color: #600;
    list-style-type: none;
    display: block;
    margin-left: 0;
    padding-left: 0;
    border: dotted 1px #997e61
}

#content
{
    text-align: justify;
    margin-top: 1em;
    width: 79.9%;
    float: left
}

#content h1
{
    color: #600;
    font-size: 1.6em;
    font-weight: bold;
    border-bottom: 1px dotted #600
}

#content h2
{
    color: #600;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px dotted #600
}

#content .leftim
{
    margin-right: 1em;
    margin-bottom: 1em;
    float: left
}

#content .rightim
{
    margin-bottom: 1em;
    margin-left: 1em;
    float: right
}

#content em
{
    color: #000;
    font-style: italic;
    background-color: #c4b4b4
}

#content p:first-letter
{
    color: #000;
    font-size: 1.2em;
    font-weight: normal;
}

#content a, a:visited
{
    color: #600;
    font-size: 1em;
    text-decoration: underline;
    background-color: #fff
}

#content a:hover, a:active
{
    color: #fff;
    background-color: #600
}

#content ul
{
    list-style-type: circle
}

#content ul a, a:visited
{
    color: #600;
    font-size: 1em;
    line-height: inherit;
    text-decoration: underline;
    background-color: #fff
}

#content #map
{
    width: 425px;
    height: 350px
}

#content .row
{
    display: table-row;
    margin-bottom: 0.5em;
    width: 100%;
    float: left
}

#content .col1
{
    font-weight: bold;
    text-align: left;
    display: table-cell;
    margin-right: 2%;
    width: 30%;
    float: left
}

#content .col2
{
    text-align: left;
    display: table-cell;
    width: 67%;
    float: left
}

#twitter
{
    margin-bottom: 1em;
    margin-left: 1em;
    float: right
}

#twitter a, a:visited
{
    background-color: transparent;
}

#twitter a:hover
{
    background-color: transparent;
}

#twitter p:first-letter
{
    color: #000000;
    font-size: 1.0em;
    font-weight: normal;
    background-color: #ffffff;
}

#footer
{
    color: #000;
    font-size: 0.8em;
    font-style: italic;
    text-decoration: none;
    background-color: #c4b4b4;
    text-align: center;
    margin-top: 20px;
    padding-top: 1em;
    width: 100%;
    float: left;
    clear: both;
    border-top: 1px dotted #600
}

#footer a, a:visited
{
    color: #000;
    font-size: inherit;
    font-weight: normal;
    text-decoration: underline;
    background-color: #c4b4b4;
    background-image: inherit;
    display: inline;
    border-style: none
}

#footer a:hover, a:active
{
    color: #600;
    font-size: inherit;
    font-weight: normal;
    text-decoration: underline;
    background-color: #c4b4b4;
    background-image: inherit;
    display: inline;
    border: 0
}

#footer img
{
    border: none;
    margin-top: 1em;
}
