body {
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    color: #6a5959;
    font-family: Arial, Helvetica, sans-serif;
    font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
    line-height: 1.5em;
}

div#frame {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

div#header {
    width: 900px;
    padding-bottom: 10px;
}

div#header div.grapes {
    width: 300px;
    height: 72px;
    float: left;
}

div#headerNavigation {
    float: left;
    width: 595px;
    margin-right: 5px;
    height: 49px;
}

div#headerNavigation a {
    display: block;
    float: right;
    background-image: url(/images/tab_bg.png);
    padding-left: 15px;
    padding-right: 15px;
    height: 47px;
    line-height: 49px;
    border: 1px solid #531707;
    margin-left: 3px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    font-size: 10px;

}

div#headerNavigation a:hover {
    background-image: url(/images/tab_hover_bg.png);
    border: 1px solid #534f07;
}

div#headerNavigation a:active {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #FFFFFF;
    color: #721f08;
}

div#flashHolder {
    width: 900px;
    height: 240px;
}

div#left {
    float: left;
    width: 240px;
    margin-right: 55px;
}

div#left h1 {
    color: #531707;
    font-size: 1.3em;
    font-style: italic;
}

div.leftSection {
    border: 1px solid #e0c898;
    background-image: url(/images/form_bg.png);
    padding: 10px;
    margin-bottom: 30px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    min-height: 150px;
}

div.leftSection input {
    border: 1px solid #6a5959;
    color: #6a5959;
    width: 216px;
    margin-bottom: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}

div.leftSection a {
    color: #531707;
    text-decoration: none;
}

div.leftSection a:hover {
    text-decoration: underline;
}

div#right { 
    width: 605px;
    float: left;
}

div#right h1 {
    color: #721f08;
    line-height: 1.5em;
    font-size: 1.5em;
    font-style: italic;
    letter-spacing: 0px;
}

a.button {
    display: block;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    height: 32px;
    line-height: 32px;
    color: #FFFFFF !important;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border: 1px solid #9B7962;
    background-image: url(/images/button_bg.png);
}

div#right h2 {
    color: #ca8e17;
    letter-spacing: 0px;
    line-height: 1.4em;
    font-style: italic;
    font-size: 1.3em;
}

div#right a {
    text-decoration: none;
    color: #5a6204;
}

div#right a:hover {
    text-decoration: underline;
}

div#footerNavigation {
    margin-top: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

div#footerNavigation a {
    display: block;
    float: left;
    margin-right: 10px;
    color: #666666;
    font-size: .8em;
    text-transform: uppercase;
    text-decoration: none;
    padding-right: 10px;
    border-right: 1px solid #666666;
    line-height: .8em;
}

div#footerNavigation a:hover {
    text-decoration: underline;
}

div#footer {
    margin-top: 5px;
    color: #999999;
    font-size: .7em;
    line-height: 1.5em;
}

div#developedBy {
    float: right;
    width: 250px;
    color: #C0C0C0;
    font-style: italic;
    padding-right: 10px;
    text-align: right;
    font-size: 1em;
}

div#developedBy a {
    text-decoration: none;
    color: #C0C0C0;
    font-size: 1em;
}


div.location {
    width: 49%;
    float: left;
    height: 120px;
}
