﻿#news_content_wrapper
{
    float: left;
    width: 695px;
    height: 370px;
    margin: 10px;
    background-color: #4a4a4a;
    color: #FFFFFF;
    display: inline; /* IE6 double margin hack */
}

#news_content_left
{
    float: left;
    width: 285px;
    height: 370px;
}

#news_content_left_inner
{
    float: left;
    width: 265px;
    height: 350px;
    margin: 10px;
    overflow: auto;
    display: inline; /* IE6 double margin hack */
}

#news_content_left_inner table td
{
    padding: 2px;
    vertical-align: top;
}

#news_content_wrapper a
{
    text-decoration: underline;
}

#news_content_right
{
    float: left;
    width: 410px;
    height: 370px;
}

#news_content_right_inner
{
    float: left;
    width: 384px;
    height: 350px;
    margin: 10px 10px 10px 0;
    padding: 0 5px 0 10px;
    border-left-style: solid;
    border-left-width: 1px;
    overflow: auto;
    display: inline; /* IE6 double margin hack */
}

#news_content_right_inner img
{
    float: left;
    margin: 5px;
}

#about_content_wrapper
{
    float: left;
    width: 675px;
    height: 350px;
    margin: 10px;
    padding: 10px;
    background-color: #4a4a4a;
    color: #FFFFFF;
    display: inline; /* IE6 double margin hack */
}

#about_content_inner
{
    float: left;
    width: 670px;
    height: 350px;
    padding-right: 5px;
    overflow: auto;
    display: inline; /* IE6 double margin hack */
}

#about_content_inner a
{
    text-decoration: underline;
}

#about_content_inner img
{
    float: right;
    margin: 5px;
}

#about_content_wrapper h2,
#news_content_wrapper h2
{
    font-size: 120%;
    margin-bottom: 10px;
}

#about_content_wrapper h3,
#news_content_wrapper h3
{
    font-size: 100%;
    margin-bottom: 5px;
}

#about_content_wrapper p,
#news_content_wrapper p
{
    margin-bottom: 10px;
}

#about_content_wrapper ul,
#news_content_wrapper ul
{
    margin-left: 20px;
    margin-bottom: 10px;
}

#about_content_inner table
{
    float: left;
    width: 440px;
}

#about_content_inner table td
{
    padding: 5px;
    vertical-align: top;
    border-bottom: solid 1px #C1C1C3;
}
