﻿
body
{
    background-image: url(images/archbackground.jpg);
}

#container
{
    background-color: black;
    font-size: 11pt;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:5;
    margin-top:5;
    text-align: center;
    border-right: black 3pt solid;
    border-top: black 3pt solid;
    border-left: black 3pt solid;
    border-bottom: black 3pt solid;
}

a
{
    color:white;
    font-weight:bold;
    text-decoration:none;
}

a:hover
{
    text-decoration:none;
}

#header
{
    width: 100%;
    height: 175px;
    padding: 5 0 5 0;
    background-position: center top;
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
    border-bottom: black 3pt solid;
}

#menu
{
    float: none;
    color: white;
    padding: 5 5 5 5;
    text-align: center;
    margin-top: 3px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 11pt;
    vertical-align: middle;
}

#newsflash
{
    float: none;
    color: yellow;
    padding: 0 5 0 5;
    font-weight: bold;
    font-size: 10pt;
    
    text-align: left;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left:173px;
    vertical-align: middle;
}

#left
{
    clear:both;
    float:left;
    width:160px;
    height:100%;
    padding: 5px;
    border-right: black 3pt solid;
    border-top: black 3pt solid;
    
}

#right
{
    float:right;
    width:160px;
    padding:5px;
    border-left: black 3pt solid;
    border-top: black 3pt solid;
    
    
}

#content
{
    margin-right:160px;
    margin-left:160px;
    padding:0px 5px 0px 5px;
    height:100%;
    background-color:#ffffff;
    border-top: black 3pt solid;
    
    
    overflow:hidden;
    
}

#footer
{
    clear:both;
    text-align:center;
    color: White;
    padding: 5px 0 5px 0;
    vertical-align:middle;
    font-size:10pt;
    font-weight:bold;
    border-top: black 3pt solid;
}

#events
{
    float:left;
    width:47.5%;
    padding:5px 5px 5px 2.5px;
}

#recentcalls
{
    float:right;
    width:47.5%;
    padding: 5px 2.5px 5px 5px;
}

#feeds
{
    float:none;
    padding: 5px 5px 5px 5px;
}
    
