body
    {
    background: #FFF url('../images/wallpaper3.gif') fixed repeat;
    margin: 0;
    padding: 0;
    }
img
    {
    border: 0;
    }
a
    {
    text-decoration: none;
    color: #936;
    }
#main
    {
    width: 900px;
    background: #FFF url('../images/weavebg.gif') repeat;
    margin: 50px auto 20px auto;
    border: 5px solid #8BB;
    }
#main_inner
    {
    padding: 5px;
    position: relative;
    }
#logo
    {
    position: absolute;
    top: -50px;
    left: 303px;
    z-index: 100;
    }
#masthead
    {
    clear: both;
    width: 890px;
    height: 200px;
    }
#navbar
    {
    clear: both;
    margin: 10px auto 10px auto;
    text-align: center;
    xwidth: 784px;
    xwidth: 820px;
    display: flex;
    justify-content: center;
    }
#navbar .item
    {
    font: 18px Boogaloo, sans-serif;
    color: #699;
    xfloat: left;
    position: relative;
    line-height: 100%;
    }
#navbar .item a
    {
    color: #699;
    }
#navbar .item a:hover
    {
    color: #936;
    }
#navbar .item_active
    {
    color: #936;
    }
#navbar .separator
    {
    float: left;
    margin: 0 10px 0 10px;
    width: 12px;
    height: 14px;
    background: transparent url('../images/nav/separator.png') top center no-repeat;
    }
.break
    {
    clear: both;
    }
.separator_wide
    {
    clear: both;
    height: 11px;
    text-align: center;
    background: transparent url('../images/separator1.png') top center no-repeat;
    }
#content
    {
    clear: both;
    margin: 25px auto 25px auto;
    width: 850px;
    }
#heading
    {
    font: 56px Italianno, cursive;
    color: #936;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 100%;
    }
#content .section
    {
    width: 850px;
    }
#content .section p
    {
    font: 18px Laila, sans-serif;
    color: #333;
    line-height: 150%;
    /*text-align: justify;
    position: relative;
    top: -5px;*/
    }
#content .section .image
    {
    /* width: 400px; */
    margin-top: 5px;
    }
#content .section .image img
    {
    border: 2px solid #8BB;
    }
#content .section .image_left
    {
    float: left;  margin: 0 20px 0 0;
    }
#content .section .image_right
    {
    float: right;
    margin: 0 0 0 20px;
    }
#content .section .caption
    {
    clear: both;
    font: 12px arial, sans-serif;
    color: #666;
    margin-bottom: 20px;
    }
#content a:hover
    {
    border-bottom: 1px dashed #936;
    }
#content h2
    {
    font: 600 20px Laila, serif;
    color: #699;
    border-bottom: 1px solid #699;
    }
#content ul
    {
    list-style-type: none;
    font: 18px Laila, sans-serif;
    list-style-image: url('../images/nav/separator.png');
    text-align: justify;
    }
#content li
    {
    margin-bottom: 5px;
    }
#footer
    {
    font: italic 11px arial, sans-serif;
    color: #966;
    text-align: center;
    margin: 10px 0 10px 0;
    }
.f_row
    {
    clear: both;
    margin-bottom: 10px;
    }
.f_label
    {
    width: 150px;
    float: left;
    text-align: right;
    margin-right: 10px;
    font: 11px arial, sans-serif;
    color: #333;
    }
.f_field
    {
    width: 230px;
    float: left;
    }
.f_field input
    {
    border: 0;
    border-bottom: 1px dashed #936;
    background-color: transparent;
    width: 200px;
    font: 10px arial, sans-serif;
    color: #333;
    }
.f_field textarea
    {
    border: 1px dashed #936;
    background-color: transparent;
    width: 200px;
    height: 100px;
    font: 10px arial, sans-serif;
    color: #333;
    }
.fa-external-link-alt
    {
    position: relative;
    top: -3px;
    }
    }