BODY
{
    background-image: url(/static/images/project/background.png);
    background-repeat: repeat-x;
}
#wrapper
{
    width: 1150px;
    margin: 0 auto;
    background-image: url(/static/images/project/background_styled_logo.gif);
    background-position: 330px 130px;
    background-repeat: no-repeat;
}
#header
{
    width: 910px;
    float: right;
    margin-top: 30px;
    margin-bottom: 0px;
}

#header #header_main
{
    overflow: hidden;
    height: 190px;
    position:relative;
}
#header #search {
    position: absolute;
    right: 0;
    top: 30px;
}
#header #header_main H1
{
    font-size: 60px;
    margin: 12px 0 19px;
    padding: 0;
}
#header #header_main H2
{
    text-shadow: 3px 2px #270000;
    font-size: 26px;
    margin: 0 0 5px 3px;
    padding: 0;
}
#header #header_main H2 SPAN
{
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 0.9em;
    font-weight: bold;
}
#sidecolumn
{
    float: left;
    width: 240px;
    padding: 20px 0px 0 0px;
    margin-top: 10px;
    position:relative;
}
#logo
{
    width: 240px;
    height: 190px;
    background-image: url(/static/images/project/header_logo.gif);
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 30px;
}
#logo a {
    display: block;
    position: absolute;
    width: 61%;
    height: 90%;
    left: 22%;
    top: 3%;
}
#side_navigation {
    margin-top: 42px;
}
#side_navigation .button_center
{
    font-family: Karmelicanke, Georgia, sans-serif;
    height: 40px;
    background-image: url(/static/images/project/button_logo.gif);
    background-position: center 0;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 26px;
    padding: 18px 0 12px;
    margin: 22px 0 18px;
    text-shadow: 2px 2px #270000;
}
#side_navigation .button_center A
{
    text-decoration: none;
}
#side_navigation .button_center A:hover
{
    text-decoration: underline;
}
#content
{
    float: right;
    width: 890px;
    padding-right: 20px;
}
#footer {
    margin-top: 30px;
    float:right; width: 890px;
    margin-right: 20px;
    border-top: 1px solid #703c3c;
    padding-top: 5px;
    font-size: 13px;
    margin-bottom: 11px;
}
#footer a {
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer_left {
    margin-left: 10px;
    float: left;
    display: inline;
}

#footer_right {
    text-align: right;
    margin-right: 10px;
    float: right;
    display: inline;
}