
* {
        border:0;
        margin:0;
        padding:0;
}

/* general */
a {
        color:#777;
        text-decoration:none;
}

a:hover {
        color:#333;
        text-decoration:none;
}

html {





}

/* body */
body {
        background:#C0C4B1;
        color:#555;
        font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
        text-align : center ;
        margin:0 auto;


}


div.wrapper {
        margin:0 auto;





}




/* header */
#header {
        /*border-bottom:1px solid #999;*/
        /*height:80px;*/
        margin:0 auto;
        width:820px;
        background:#ffffff;
        padding:0px 10px 0 10px;


}
#header h1 {
        /*border-bottom:1px solid #6D7B8D;*/
        font-size:110%;
        text-align : right ;






}

div#navbar {
        height: 20px;
        width: 820px;
        border-top: solid #3B413F 2px;
        border-bottom: solid #3B413F 2px;
        background-color: #B0C3BD;
}
div#navbar ul {
        margin: 0px;
        margin-left: 0px;
        padding: 0px;
        halign: center;
        font-family: arial, Helvetica, sans-serif;
        text-align: center;
        font-weight: bold;
        font-size: 13;
        color: #FFF;
        line-height: 20px;
        white-space: nowrap;
}
div#navbar li {
        list-style-type: none;
        display: inline;

}
div#navbar li a {
        text-decoration: none;
        padding: 2px 30px;
        color: #3B413F;

}
div#navbar li a:link {
    color: #3B413F:
}
div#navbar li a:visited {
    color: #3B413F;
}
div#navbar li a:hover {
    font-weight: bold;
    color: #3B413F;
    background-color: #FFF;
    !border-top: solid #007770 1px;
    !border-bottom: solid #007770 1px;

}





/* content */
#content {

        margin:0 auto;
        width:820px;
        background:#ffffff;
        padding:0px 10px 0px 10px;



}
#content h1 {
        font-family: Garamond, sans-serif;
        font-size:15px;
        font-weight: 300;
        color: black;
        margin-left:40;
        margin-right:40;
        margin-top:20;
        margin-bottom:20;
        text-align : justify;



}

#content h2 {
        font-family: Garamond, sans-serif;
        font-size:16px;
        font-weight: 300;
        color: black;
        margin-left:40;
        margin-right:40;
        margin-top:20;
        margin-bottom:20;
        text-align : justify;



}
#content h3 {
        font-family: Garamond, sans-serif;
        font-size:16px;
        font-weight: 300;
        color: black;
        margin-left:60;
        margin-right:40;
        margin-top:20;
        margin-bottom:20;
        text-align : justify;



}



#content h4 {
        font-family: Garamond, sans-serif;
        font-size:15px;
        font-weight: 300;
        color: black;
        margin-left:60;
        margin-right:40;
        margin-top:20;
        margin-bottom:20;
        text-align : justify ;


}

#content h5 {
        font-family: Garamond, sans-serif;
        font-size: 12px;
        color: black;
        font-weight: 400;
        text-align : center;
        letter-spacing:1px;



}


