﻿body.frontpage
{
    color: #16243d;
    background: #D3D3D3 url(../images/gaello/body_bg.png) repeat-x;
}
body.frontpage a:hover
{
    text-decoration: underline;
}
body.frontpage #header a,
body.frontpage #content a,
body.frontpage #footer a
{
    text-decoration: underline;
    color: #f8991d;
}



body.frontpage #header h1,
body.frontpage #header h2,
body.frontpage #header h3
{
    color: #eee;
}
body.frontpage #header
{
    color: #eee;
    background-color: #23375a;
    border: solid 1px #555;
}
body.frontpage #header .page_subtitle
{
    font-size: 1.5em;
}
body.frontpage #header input.text
{
    width: 120px;
}



body.frontpage #content
{
    border-right: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    color: #16243d;
    background: #fff;
}
body.frontpage #content h1,
body.frontpage #content h2,
body.frontpage #content h3
{
    color: #16243d;
}
body.frontpage .page_content_box
{
    float: left;
    padding: 30px;
    width: 256px;
    height: 185px;
    margin: 0;
}



body.frontpage #footer
{
    color: #eee;
    background-color: #23375a;
    border-right: solid 1px #555;
    border-left: solid 1px #555;
}
