/* 
    Document   : about
    Created on : 25-Feb-2010, 11:24:11
    Author     : matt
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.about-biog-row
{
    width:940px;
    padding-bottom:30px;
}

.about-biog-container
{
    float:left;
    width:920px;
    padding-right:20px;
    padding-bottom:30px;
}

.about-biog-picture
{
    float:left;
    width:180px;
    padding-right:10px;
}

.about-biog-content
{
    float:left;
    width:650px;
    padding-left:20px;
}

.about-company-photo-row
{
    width:960px;
    padding-bottom:15px;
}

.about-company-photo
{
    float:left;
    width:220px;
    height:180px;
    padding-right:15px;
}
