﻿/* @reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}


body {font-size:75%;color:#fff;background-color:#cdccc7;font-family:Arial, sans-serif;}
a:focus, a:hover {color:#fff;text-decoration:underline;}
a {color:#fff;text-decoration:none;}

.page
{
    width: 887px;
    margin: 60px auto 0 auto;
}

.page .header
{
    height: 151px;
    background-color: #0f0f0f;
}

.page .nav
{
    height: 46px;
    background: #bcba55 url(../images/bgHPNav.gif) repeat-x;
    text-align: center;
    line-height: 46px;
}

.page .nav a
{
    color: #fff;
    font-weight: bold;
    margin: 0 36px;
}

.page .content
{
    height: 216px;
    background-color: #fff;
    text-align: center;
}

.page .footer
{
    height: 35px;
    background-color: #c8c8c1;
    font-size: 10px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
}

