* {
    margin: 0;
    padding: 0;
}

body {
    font: 13px Arial, Helvetica, sans-serif;
    color: #777777;
    background: #CAD7EA;
}

h1, h2 {
    font-weight: normal;
}

h1 {
    padding: 55px 0 0 240px;
    font-size: 3.5em;
    letter-spacing: -2px;
    color: #FFFFFF;
}

h1 a, h1 a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

p {
    padding: .8em 0;
    line-height: 1.8em;
    text-align: justify;
}

p.subtitle {
    padding: 0 0 0 240px;
    font-size: 16px;
    text-transform: lowercase;
    letter-spacing: -1px;
    color: #FFFFFF;
}

a {
    color: #72AB41;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

#page {
    width: 100%;
    min-width: 960px;
    background: #CAD7EA url('images/bg.jpg') no-repeat top;
}

#page2 {
    position: relative;
    margin: 0 auto;
    width: 960px;
}

#header {
    height: 250px;
}

#logo {
    height: 194px;
}

#logoimg {
    position: absolute;
    top: 55px;
    left: 110px;
    display: block;
    width: 125px;
    height: 125px;
    border: none;
}

#menu {
    width: 800px;
    height: 42px;
    margin: 0 auto;
    background: #70A73F url('images/menu.jpg') no-repeat top;
}

#menu ul {
    list-style: none;
    padding: 0 20px;
}

#menu ul li {
    display: block;
    float: left;
}

#menu ul li a {
    display: block;
    float: left;
    padding: 0 30px;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: -1px;
    color: #F8FBFC;
}

#menu ul li a:hover {
    color: #C5DEE5;
}

#main {
    background: #F7F9FD url('images/main.gif') repeat-y;
}

#main2 {
    height: 1%;
    background: url('images/main.jpg') no-repeat top;
}

#main3 {
    padding: 40px 40px 0 40px;
    height: 1%;
    background: url('images/main2.gif') no-repeat bottom;
}

#content {
    float: left;
    width: 580px;
    padding-bottom: 20px;
}

#content h2 {
    font-size: 2.5em;
    letter-spacing: -1px;
    color: #407020;
}

#content .box {
    padding: .8em 0 3.5em 0;
}

#content ul {
    list-style: none;
    padding: .8em 0 .8em 30px;
    line-height: 1.8em;
}

#sidebar {
    float: right;
    width: 240px;
    padding-bottom: 40px;
}

#sidebar h2 {
    padding-left: 15px;
    font-size: 16px;
    line-height: 38px;
    letter-spacing: -1px;
    color: #FFFFFF;
    background: #619B35 url('images/h2.jpg') no-repeat;
}

#sidebar .box {
    margin: 4px 0 30px 0;
    padding-top: 6px;
    background: url('images/box.gif') no-repeat;
}

#sidebar .box2 {
    padding-bottom: 6px;
    background: url('images/box2.gif') no-repeat bottom;
}

#sidebar .box3 {
    padding: .4em 15px;
    background: url('images/box3.gif') repeat-y;
}

#sidebar p {
    line-height: 2em;
    text-align: left;
}

#sidebar ul {
    list-style: none;
    padding: .4em 0;
}

#sidebar ul li {
    line-height: 1.8em;
    padding: .2em 0;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    clear: both;
    padding-top: 30px;
    height: 100px;
}

#footer p {
    text-align: center;
}
