﻿body {
    color: Black;
    background-color: silver;
    font-family: "Trebuchet MS" , Arial, Helvetica, Sans-serif;
    font-size: 67.5%;
    margin: 0;
    padding: 0; /*text-align: center;*/
}
html, body, #outer {
    min-height: 100%;
    width: 100%;
    height: 100%;
}
html > body, html > body #outer {
    height: auto;
}
H1 {
    font-size: 150%;
}
#wrapper {
    position: relative;
    border-left: 4px solid #92d121;
    border-bottom: 4px solid #92d121;
    border-right: 4px solid #FFFF00;
    border-top: 4px solid #FFFF00;
    margin-right: auto;
    margin-left: auto;
    width: 760px;
    text-align: left;
}
#nav {
    position: absolute;
    top: 91px;
    left: 0px;
    width: 196px;
    text-align: left;
}
#nav .fdbk {
    width: 100%;
    padding-top: 1em;
    text-align: center;
    font-size: 0.8em;
    color: Red;
}
#nav .btnSubmit {
    margin-top: 10px;
    text-align: center;
}
#nav .lnkMov {
    margin-top: 25px;
    text-align: center;
}
#mov {
    position: absolute;
    top: 91px;
    left: 584px;
    width: 176px;
    text-align: center;
}
#header {
    position: relative;
    background-color: #92d121;
    height: 91px;
    width: 760px;
}
#header .logo {
    float: left;
}
#header .strapline {
    float: right;
    margin-right: 0.5em;
    margin-top: 2em;
    color: Silver;
    font-size: 250%;
    letter-spacing: 0.3em;
}
#footer {
    position: relative;
    background-color: #92d121;
    width: 760px;
    padding-top: 5px;
}
#footer-menu {
    float: left;
    margin-left: 0.75em;
    font-weight: bold;
}
#footer-copyright {
    font-size: 80%;
    float: right;
    margin-right: 0.75em;
}
#content {
    font-size: 1.25em;
    border-left: 200px solid #92d121;
    border-right: 180px solid #eeeeee;
    background-color: #ffffff;
}
#wide_content {
    font-size: 1.25em;
    border-left: 200px solid #92d121;
    background-color: #ffffff;
}
#content .inner {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url(images/sunflower.jpg);
}
.inner {
    padding: 4px;
}

/* General stuff */

p {
    text-align: justify;
}

.clrBth {
    clear: both;
    height: 0;
}
.txtYello {
    font-size: 1em;
    color: #0c3f9c;
}
.hdrImg {
    text-align: center;
}
.fact1 {
    text-align: center;
    color: #000000;
}
.fact2 {
    text-align: center;
    color: #222222;
}
.bold {
    font-weight: bold;
}
.fltRight {
    float: right;
}
.fdbk {
    width: 100%;
    padding-top: 1em;
    text-align: center;
    font-size: 0.8em;
    color: Red;
}
.centred {
    text-align: center;
}
