/* General */

*
{
    border: 0;
    margin: 0;
    padding: 0;
}

body
{
    background: url("../images/bg.png") repeat;
}

/* Wrap */

#wrap
{
    width: 100%;
    float: left;
    border: 0;
    color: #000;
    font-size: 90%;
    background-color: #FF7F00;
}

/* Header */

#header
{
    height: 125px;
    background: #FF7F00 url("../images/header.png") repeat-x;
    text-align: center;
    border: 0;
}

#header h1
{
    font-family: Eurostile , sans-serif;
    font-size: 425%;
    color: #000000;
    font-variant: small-caps;
    letter-spacing: -4px;
}

/* Left - bar */

#navigation
{
    width: 15%;
    float: left;
    background-color: #FF7F00;
    color: #FF7F00;
}

#navigation ul
{
    padding-left: 5px;
}

#navigation a
{
    font-family: sans-serif;
    font-size: 80%;
    color: #660600;
    text-decoration: none;
    border-left: 3px dashed #FF7F00;
    padding-left: 2px;
}

#navigation a:hover
{
    text-decoration: underline;
    color: #000000;
    border-left: 3px dashed #000000;
}

/* Content */

#content
{
    width: 63%;
    float: left;
    border-left: 1px dashed #555;
    border-right: 1px dashed #555;
    padding: 0 3px 0 3px;
    color: #000;
    background-color: #FF7F00;
    font-size: 80%;
}

#content h1
{
    font-size: 270%;
    font-family: Garamond , serif;
    border-bottom: 1px dashed #000;
    text-align: right;
    font-variant: small-caps;
}

#content a
{
    font-family: sans-serif;
    font-size: 100%;
    color: #660600;
    text-decoration: none;
}

#content a:hover
{
    color: #000000;
    text-decoration: underline;
}
/* Right - bar */

#right
{
    width: 20%;
    float: right;
    background-color: #FF7F00;
    color: #000;
    font-size: 80%;
    padding: 3px;
}

#right h1
{
    font-size: 150%;
    color: #000;
    font-family: Garamond , serif;
    padding-left: 13px;
}

/* Footer */

#footer
{
    clear: both;
    width: 100%;
    color: #000000;
    font-family: sans-serif;
    font-size: 80%;
    border-bottom: 1px solid #000000;
    background: bottom #FF7F00 url("../images/footer.png") repeat-x;
}

#footer a
{
    font-family: sans-serif;
    font-size: 100%;
    color: #660600;
    text-decoration: none;
}

#footer a:hover
{
    color: #000000;
    text-decoration: underline;
}
