/*
=reset
=custom
*/

/*
=reset
---------------------------------------------- */
body {
    background-color: #fff;
    background-image: none;
}

h1, h2, h3, h4, h5, h6, p, strong, em, ul, li, dl, dt, dd, table, td {
    color: black !important;
    width: 100%  !important;
    margin: 0 0 1em !important;
    padding: 0 !important;
    background-color: transparent !important;
    background-image: none !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    float: none !important;
    text-align: left !important;
    text-indent: 0 !important;
    font-style: normal !important;
}

a { color: blue !important; }

td {
    border-bottom: 1px solid black;
    float: none;
}

#container, #header, #content, #content_wrapper, #footer {
    width: 100%;
    margin: 0 0 1em 0;
    padding: 0;
    background: transparent !important;
    background-image: none !important;
    float: none !important;
    height: auto !important;
    position: relative !important;
}

#container {
    width: 90%;
    margin: 0 auto;
}

/*
=custom
---------------------------------------------- */

#header img {
    margin: 0 0 2em;
    padding: 0;
    left: 0;
    top: 0;
    position: relative;
}

#column, #content_wrapper .top, #content_wrapper .bottom {
    display: none;
}