body {
    font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}

code {
    font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace
}

body {
    margin:75px 0 0;
    padding:0;
    background:#fff url(/images/img02.jpg) repeat-x 0 0;
    font:15px Arial,Helvetica,sans-serif
}

body, p {
    text-align:justify;
    color:#666
}

p {
    font:13px Arial,Helvetica,sans-serif
}

h1, h1 a, h2, h2 a, h3, h3 a {
    margin:0;
    text-decoration:none;
    font-family:Tahoma,Georgia,Times New Roman,Times,serif;
    font-weight:400;color:#262
}

h1 {
    font-size:2.2em;
    font-family:Verdana,Arial,Helvetica,sans-serif;
}

h1, h2 {
    letter-spacing:-1px
}

h2 {
    font-size:2em
}

h3 {
    color: #000;
    font-size:1em
}

ol, p, ul {
    margin-bottom:2em;
    line-height:200%
}

a {
    color:#226722
}

a:hover {
    text-decoration:none
}

#header {
    width:960px;
    margin:0 auto;
    height:42px
}

#logo h1, #logo p {
    float:left;
    text-transform:lowercase
}

#logo h3 {
    font-size:13px;
    padding:0
}

#logo p {
    margin:0;
    padding:18px 0 0 4px;
    line-height:normal;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:700
}

#logo {
    width:300px;
    float:left
}

#logo a {
    text-decoration:none
}

#logo a, #logo p a {
    color:#222426
}

#menu {
    float:right;
    margin-top:5px
}

#menu ul {
    margin:0;
    padding:0;
    list-style:none
}

#menu li {
    display:block;
    float:left;
    height:42px
}

#menu a {
    display:block;
    padding:2px 20px;
    background:#000;
    margin-top:10px;
    margin-right:2px;
    text-decoration:none;
    text-align:center;
    text-transform:capitalize;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-weight:700;
    font-size:12px;
    color:#fff
}

#menu .last {
    margin-right:0;
    padding-right:0;
}

#menu a:hover {
    background:#262;
    color:#fff
}

#menu .current_page_item a {
    background:#216522;
    color:#fff
}

#banner {
    background:url(/images/main.jpg) no-repeat 0 0;
    width:960px;
    height:250px;
    margin:20px auto 13px
}

#page {
    min-height:500px;
    width:960px;
    margin:0 auto;
    padding:40px 0 0
}

#footer {
    padding:20px 0 10px;
    border-top:2px solid #eee
}

#footer, #footer p {
    background:#f5f5f5
}

#footer p {
    margin-bottom:1em;
    text-align:center;
    line-height:normal;
    font-size:.9em
}

#footer a {
    padding:0 20px;
    text-decoration:none;
    color:#226722
}