@import url("general.css");

a img
{
    border: none;
}

#container
{
    border: 4px solid #C54A00;
    overflow: hidden;

    /*IE6 dirty hack - if this line is removed the every picture will have a
    gray bar on the bottom end.*/
    background-color: #C54A00;
}

#logo_top
{
    width: 772px;
    height: 181px;
    border: 4px solid #C54A00;
}

#picture_left,
#picture_right
{
    width: 382px;
    height: 293px;
    border: 4px solid #C54A00;
    float: left;
}

#logo_top:hover,
#picture_left:hover,
#picture_right:hover
{
    border: 4px solid #F60;
}
