﻿
#bio_header 
{
    margin: 0;
    padding: 15px 0 0 135px;
    height: 159px;
    width: 521px;
    background: url('../images/cordura-bio-bg-header.png') left top no-repeat;
}

#bio_header_titles 
{
    margin: 0;
    padding: 0;
    width: 656px;
    float: right;
    display: inline;
    width: 390px;
}


#bio_header img
{
    border: solid 1px #908159;
    float: left;
    display: inline;
}

#bio_header h1
{
    margin: 10px 10px 10px 10px;
    color: #392e11;
    font-size: 29px;
    font-family: 'Courier New', Courier, Serif;
    float: left;
    clear: left;
}

#bio_header h3
{
    margin-left: 10px;
    color: #623411;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Courier New', Courier, Serif;
    width: 350px;
    float: left;
    clear: left;
}

#bio_content 
{
    margin: 0;
    padding: 0 0 30px 0;
    width: 656px;
    background: url('../images/cordura-bio-bg-content.png') left top repeat-y;
}

#bio_content p.question
{
    margin-left: 100px;
    padding: 10px 20px 0 0;
    color: #623411;
    font-size: 14px;
    font-weight: bold;
    font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,sans-serif;
    border: none;
}

#bio_content p.answer
{
    margin-left: 100px;
    padding-right: 20px;
    margin-bottom: 0;
    color: #363122;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Courier New', Courier, Serif;
}


#bio_footer
{
    margin: 0;
    padding: 0;
    height: 16px;
    width: 656px;
    background: url('../images/cordura-bio-bg-bottom.png') left top no-repeat;
}

