﻿body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #dcdfe3;
}

textarea
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
input
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a
{
    color: Blue;
    text-decoration: none;
}

a:hover
{
    color: Gray;
    text-decoration: underline;
}

/* Layout Structure */

#wrap
{
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 778px;
    background: url(images/wrap-bg.gif) repeat-y 70% 0;
}

#content
{
    float: left;
    width: 70%;
    text-align: left;
    font-size: 95%;
    line-height: 1.5em;
    color: #333;
}

#sidebar
{
    float: right;
    width: 30%;
}

#footer
{
    clear: both;
    background: #59696b;
}

/* Gutters */
#content .gutter
{
    padding: 25px;
    background: url(images/content-bg.gif) repeat-x top left;
}

#sidebar .gutter
{
    padding: 15px;
}

#sidebar .menugutter
{
    padding: 15px;
    text-align:left;
}

#sidebar img
{
    margin: 0 0 20px;
    padding: 4px;
    border: 1px solid #282c2d;
    background: #fff;
}
#sidebar a
{
    color: black;
    text-decoration: none;
}

#sidebar a:hover
{
    color: #59696b;
    text-decoration: underline;
}

/* Header */

#header
{
    border-bottom: 3px solid #930c10;
}

/* Menu */

#menu
{
    float: left;
    width: 778px;
    margin: 0;
    padding: 0px 0px 5px;
    font-size: 90%;
    color: #cc9;
    text-align: center;
    background: #da0000 url(images/round-bottom.gif) no-repeat bottom left;
    list-style: none;
    display: inline;
}

#menu li
{
    float: left;
    margin: 0;
    padding: 0 10px;
    display: inline;
}

#menu li.about
{
    margin-left: 60px;
}

#menu a
{
    color: #fff;
    text-decoration: none;
    display: block;
}

#menu a:hover
{
    text-decoration: underline;
}

/* Message */

#message
{
    clear: left;
    margin: 0;
    padding: 5px;
    font-size: 85%;
    color: #cc9;
    text-align: center;
    background: #282c2d url(images/round-top.gif) no-repeat top left;
    border-bottom: 1px solid #75808f;
}

/* Content */

#content h1
{
    margin: 0 0 1em 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 150%;
    font-weight: normal;
    color: #282c2d;
}

#content h2
{
    margin: 1em 0 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 120%;
    font-weight: normal;
    color: #930c10;
}

#content h3
{
    margin: 1em 0 0;
    padding: 0;
    font: Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    color: #930c10;
}

#content p
{
    margin: 0;
    padding: 0;
}

/* Footer */

#footer p
{
    margin: 0;
    padding: 8px 0 8px 15px;
    font-size: 85%;
    color: #dcdfe3;
    text-align: left;
    background: url(images/round-bottom.gif) no-repeat bottom left;
}

#footer a
{
    color: #fff;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}
