﻿/* Default Settings for the About Us Page
--------------------------------------------------------------------------*/
#memberShip
{
    width: 240px;
    height: 200px;
    text-align: center;
    float: left;
}
#chamber
{
    margin-bottom: 5px;
    padding: 5px;
    background-color: #383F47;
}
#aboutus, #contactus
{
    width: 500px;
    float: right;
    margin-right: 70px;
}
#aboutus p, #aboutus h2
{
    margin-bottom: 1em;
}
#contactus a:link, #contactus a:visited
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
.footer a:hover
{
    text-decoration: underline;
}