html, body, div, p, h1, h2, h3, h4, h5, h6,
span, a, fieldset, label, input, ul, ol, li
{
    margin: 0;
    padding: 0;
}
body
{
    background: url(../Images/top.jpg) repeat-x top left;
    color: #666666;
}
.clear, .Clear
{
    clear: both;
}
h1, h2, h3, h4
{
    margin-top: 1.5em;
    color: #5F8B1C;
}
h1
{
    letter-spacing: -.075em;
    font-size: 3em;
}
h2
{
    letter-spacing: -.05em;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold;
    color: #5F8B1C;
}
h3
{
    text-transform: uppercase;
    font-size: 1.1em;
    margin: 10px 0;
    font-family: Arial,Helvetica,sans-serif;
}
h4
{
    font-size: 1em;
    margin: 10px 0;
}
ul, ol
{
    margin-left: 3em;
}
a
{
    text-decoration: none;
    color: #486916;
}
a:hover
{
    border: none;
}
p, span, label, div
{
    text-align: justify;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
}
p
{
    margin-bottom: 10px;
}
h1 a, h2 a, h3 a
{
    border: none;
    text-decoration: none;
    color: #5F8B1C;
}
h1 a:hover, h2 a:hover, h3 a:hover
{
    background: none;
    color: #5F8B1C;
}
#outerwrapper
{
    width: 900px;
    margin: 0 auto;
    text-align: left;
}

/* Header */
#header
{
    margin: 0 auto;
}
#menu
{
    height: 47px;
    width: 976px;
}
#menu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}
#menu li
{
    float: left;
}
#menu a
{
    display: block;
    float: left;
    padding: 15px 30px 16px 30px;
    letter-spacing: -1px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    border-left: #58032F 1px solid;
    color: #FFFFFF;
}
#menu a:hover
{
    background: #486916;
    color: #FFFFFF;
}
#menu .selected a
{
    background: #486916;
    padding: 15px 30px 16px 30px;
    color: #FFFFFF;
}
#menu .last
{
    border-right: #58032F 1px solid;
}

/* Logo */
#logo
{
    height: 261px;
    margin: 0 auto;
    background: url(../Images/header-logo.jpg) no-repeat right top;
}
#logo h1, #logo h2
{
    margin: 0;
    padding: 0;
    text-transform: lowercase;
}
#logo h1
{
    padding: 90px 5px 0 0px;
    font-size: 48px;
    color: #FFFFFF;
}
#logo h2
{
    padding: 0px 0 0 0px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #5f8b1c;
}
#logo p
{
    clear: left;
    margin: 0;
    padding: 0 0 0 20px;
    line-height: normal;
    font-size: 1.2em;
    font-weight: bold;
    color: #C2C5B1;
}
#logo a
{
    color: #FFFFFF;
}

/* Content */
#content
{
    padding: 20px;
}

/* Gallery */
#maingallery
{
    margin-bottom: 50px;
}
.photoset
{
    margin-bottom: 30px;
}
.photoset ul
{
    margin: 0px;
}
.photoset ul li
{
    display: inline;
    list-style: none;
}
.photoset ul li a
{
}

/* Contact */
fieldset
{
    border: none;
}
fieldset legend
{
    display: none;
}
fieldset div
{
    margin-bottom: 10px;
}
fieldset div label
{
    float: left;
    width: 130px;
}
fieldset div input
{
    width: 300px;
}
fieldset input.Action
{
    margin-left: 130px;
    width: 100px;
}
fieldset div textarea
{
    height: 200px;
    width: 500px;
}
p.UserMessage
{
    font-style: italic;
    font-weight: bold;
    font-size: 1.2em;
    padding: 25px 0px;
}

/* Footer */
#footer
{
    background: #000000;
    padding: 20px;
}
#footer p
{
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
}
#footer a
{
    background: #486916;
    padding: 2px 7px;
    color: #FFFFFF;
}