﻿body
{
    font-family: "Trebuchet MS";
    margin: 0;
    padding: 0;
    color: #4e4e4e;
    background-image: url(    '../images/template/errorbg.jpg' );
    background-repeat: repeat-x;
}
* 
{
    outline:none;
    }
#header
{
}
#logo
{
    margin-left: 35px;
    padding-top: 8px;
}
.content
{
    margin: 0 auto;
    width: 800px;
}
#main
{
    padding: 35px 50px;
    font-size: 12px;
    text-align: justify;
    height: 400px;
    width: 700px;
}
#footerwrap
{
    background-color: #420814;
}

#footer
{
    padding: 12px 24px 40px 12px;
    color: #957278;
    text-align: left;
}
#footer p
{
    font-size: 11px;
}
a
{
    color: #F27421;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
.red
{
    color: #871C24;
}
.brown
{
    color: #452622;
    font-style: normal;
    font-weight: bold;
}
.right
{
    float: right;
    padding-top:15px;
}
a img
{
    border: none;
}

