body
{
    margin: 0px;
    font-face: Trebuchet;
    font-size: 12px;
    background-color: white;
}
body, #content a
{
    color: #5b5b5b;
}
#top
{
    background: repeat-x url('../images/top_bg.gif');
    border-bottom: 1px solid #c4c7b3;
    height: 109px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 8px;
}
#top #title
{
    text-align: center;
    height: 90px;
}
#top #title a img
{
    border: none;
    padding-top: 24px;
}
#top #navigation
{
    padding-top: 0px; /* 14px */
    text-align: center;
}
#top #navigation a
{
    color: #858875;
}
#content
{
    width: 750px;
    min-height: 375px;
    margin: auto;
    font-size: 12px;
    font-color: #8d8880;
}
#content #left
{
    float:left;
    width: 240px;
    margin-top: 8px;
    text-align: center;
}
#content #left img
{
    
}
#content #left p
{
    font-size: 90%;
    text-align: left;
    text-indent: 2.0em;
    padding-left: 6px;
    padding-right: 6px;
}
#content #right
{
    float:left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 0px;
}
#right #top_left
{
    text-align: right;
    margin-bottom: 6px;
}
#right #top_left_under_header
{
    background-color: #f6f6f3;
    border-color: 1px solid #111111;
    width: 450px;
    margin-bottom: 6px;
}
#right #text
{
    width: 450px;
    font-size: 108%;
}
#right #text p
{
  text-indent: 2.0em;
  margin-bottom: 0px;
  margin-top: 0px;
}
#right #text #patient_stories p
{
    text-indent: 0px;
    margin-bottom: 10px;
}
#right .to_right
{
    margin-right: 8px;
    font-style: italic;
}
#clearer
{
    clear:both;
}
#bottom
{
    background: repeat-x url('../images/bottom_bg.gif');
    height: 40px;
}