body {
    
}
p {
    margin: 1em;
    text-align: left;
}
h1 {
    font-size: 1.5em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    margin-left: 0.7em;
    text-align: left;
}
h2 {
    font-size: 1.5em;
    color: #666666;
    text-align: center;
}
h3 {
    margin-top: 0.3em;
    margin-bottom: 0em;
    margin-left: 0.7em;
}
h4 {
    margin: 0 0 5px 10px;
    text-align: center;
}
#div-top {
    width: 100%;
    background: #009B05;
    margin: 0;
    padding: 0;
}

#div-footer {
    clear: both;
    width: 100%;
    height: 7em;
    background: url(images/bg-top.png) repeat-x left center;
    margin: 0;
    padding: 0;
    color: white;
}
.text {
    width: 95%;
    margin: 0 auto;
    
}
.text img {
    max-width: 85%;
       
}
.div-bg-img {
    width: 85%;
    background: #ffffff;
    border: 1px solid #cccccc;
    padding: 5% 0 5% 0;
    margin-top: 5px;
}
#page1 {
    background: url(images/bg.jpg);   
}
#commentForm { width: 80%; }
#commentForm label { width: 80%; }
#commentForm label.error { margin-left: 5px; color:red; text-align: center; font-size: 14px}
#commentForm input.error {border: 1px red solid}
#commentForm textarea.error {border: 1px red solid}
#signupForm { width: 50px; }
#signupForm label.error {
    margin-left: 10px;
    width: auto;
    display: inline;
}
