body {
                font-family: arial sans-serif;
                background-color: #228B22;
                font-size: 14px;
                color: #fff;
}

h1 {
                font-size: 32px;
                margin: 0 0 15px 0;
                border-bottom: solid 1px #80B281;
                width: 100%;
                display: inline;
}

#images {
                text-align: center;
}

#images img {
                border: solid 1px #ADFE26;
                margin: 10px;
}

#content {
                margin: 5px auto;
                width: 780px;
                background-color: #006401;
                border: solid 1px #A3FF30;
}

#header {
                background: url('images/header.jpg') top center no-repeat;
                width: 780px;
                height: 151px;
}

/*
        ------------ Navigation -------------
*/

#navigation {
                width: 780px;
                list-style-type: none;
                text-align: center;
                padding: 8px 0;
                font-size: 18px;
                background-color: #028002;
                border-bottom: solid 7px #A3FF30;
}
                
#navigation li {
                display: inline;
                margin: 0px;
}

#navigation a {
                padding: 10px;
}

#navigation a:link, a:active, a:visited {
                color: #fff;
                text-decoration: none;
}

#navigation a:hover {
                color: #fff;
                text-decoration: underline;
}

/*
        ------------ Main -------------
*/

#main {
                margin: 20px;
                padding: 20px;
                border: solid 1px #A3FF30;
                background: url("images/bg.jpg") no-repeat center center;
}

#contact {
                margin-top: 15px;
                float: left;
}

#address {
                float: right;
                margin-right: 200px;
}

.clear {
                clear: both;
}

/*
        ------------ Footer -------------
*/

#footer {
                width: 780px;
                text-align: center;
                padding: 8px 0 10px;
                background-color: #028002;
                border-top: solid 7px #A3FF30;
                font-size: 12px;
                margin-bottom: 12px;
}

#footer p {
                margin: 0px;
}

#footer a {
                color: #fff;
                text-decoration: none;
}

#footer a:hover {
                color: #fff;
                text-decoration: underline;
}