/******************************************************************************
 File Name: Styles.css

 Description: For all Brentwood SeaWolves pages.
******************************************************************************/


/******************************************************************************
 Backgrounds
******************************************************************************/

@import url(./Backgrounds.css);


/******************************************************************************
 Navigation
******************************************************************************/

@import url(./Navigation.css);


/******************************************************************************
 Template layout
******************************************************************************/

body
{
    margin-bottom: 5px;
    margin-top: 5px;
}

img
{
    border-style: none;
}

#pagelayout
{
    border-collapse: collapse;
    border-color: #808080;
    border-style: solid;
    border-width: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#sidebar_footer
{
    background-color: #141821;
    text-align: center;
    vertical-align: bottom;
}

#sidebar_footer img
{
    padding-bottom: 4px;
}

#content_footer
{
    background-color: #FFFFFF;
    border-left-color: #635531;
    border-left-style: solid;
    border-left-width: 2px;
}

#copyright
{
    background-color: #9C9A9C;
    font-family: Tahoma;
    font-size: 8pt;
    text-align: right;
}


/******************************************************************************
 Body
******************************************************************************/

#content
{
    background-color: #FFFFFF;
    border-left-color: #635531;
    border-left-style: solid;
    border-left-width: 2px;
    height: 570px;
    padding: 0;
    vertical-align: top;
}

#highlightcolumn
{
    float: right;
    margin-left: 10px;
}

#highlightcolumn table
{
    border-collapse: collapse;
    width: 180px;
}

#highlightcolumn_section1
{
    background-color: #A3B4CA;
    color: #000000;
    font-family: Tahoma;
    font-size: smaller;
    padding: 10px;
    vertical-align: top;
}

#highlightcolumn_section1fill
{
    height: 101px;
    width: 160px;
}

#highlightcolumn_section2
{
    color: #000000;
    font-family: Tahoma;
    font-size: smaller;
    padding: 0;
    vertical-align: top;
}

#body
{
    color: #808080;
    font-family: Tahoma;
    font-size: smaller;
    margin: 15px;
    text-align: justify;
}
