html, body {
    margin: 0;
    padding: 0
}

body {
    font: 86% arial, sans-serif;
    text-align: center
}

p {
    color: #739669;
    margin: 0 10px 10px;
}

h1, h5{
    padding: 5px;
    color: #7C7BA3;
    font-weight: bold;
    font-size: 24px;

}

h5 {

    font-size: 20px;
}

div#header {
    height: 140px;
    margin: 0;
    background: #FFFFFF;
}

div#container {
    text-align: left;
    background-color: #FFFFFF;
}

div#content p {
    font-size: 14px;
    line-height: 1.4em;
}

div#content a:link, #content a:visited {

    color: #739669;
    text-decoration: underline;

}

div#content a:hover {
    text-decoration: underline;
    color: #7C7BA3;
}

div#content p strong{
    font-weight: bold;
}

div#navigation {
    background: #FFFFFF;
}

div#extra {
    background: #FFFFFF;
}

div#footer {
    color: #FFFFFF;
}

div#footer p {
    margin: 0;
    padding: 5px 10px
}

div#container {
    width: 750px;
    margin: 0 auto
}

div#content {
    float: right;
    width: 749px
}

div#navigation {
    float: left;
    width: 1px
}

div#extra {
    float: left;
    clear: left;
    width: 1px
}

div#footer {
    clear: both;
    width: 100%;
}

br.clr{
	clear: both;
}