body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

html {
    height: 100%;
}

header, nav, section, article, aside, footer {
    display: block;
}

body {
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    width: 100%;
    height: 100%;
}

a {
    color: #66820a;
    outline: none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 18px
}

img {
    border: none;
}

input {
    vertical-align: middle;
}
.clr {clear: both;height: 0px;overflow: hidden;}
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
    .inner {
        width: 1000px;
        margin: 0 auto;
        position: relative;
    }
.alignleft {
    float: left;
    margin: 0 20px 0 0;
}

/* Header
-----------------------------------------------------------------------------*/
#header {height: 218px;padding: 40px 0 0 0;}
/* Middle
-----------------------------------------------------------------------------*/
#content {padding: 0 0 74px;}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
    width: 1000px;
    margin: -74px auto 0;
    height: 74px;
    position: relative;
}