div.about_text
{
    float: left;
    display: inline;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 6px;
    top: 30px;
    text-align: justify;
}
div.about_content_text
{
    padding: 8px;
    padding-right: 12px;
    color: #333333;
}
div.about_text div.content ul
{
    margin: 0px;
    padding: 6px;
    padding-left: 18px;
}

div.founders
{
    float: right;
    width: 450px;
    height: 170px;
    font-size: 13px;
}
div.founders div.founder
{
    float: left;
    width: 126px;
    height: 160px;
    margin: 8px;
    margin-left: 9px;
    margin-right: 9px;
}

div.staff
{
    float: left;
    width: 844px;
    margin-left: 16px;
    margin-top: 18px;
    font-size: 13px;
}

div.staff div.employee
{
    float: left;
    width: 62px;
    margin: 7px;
}
div.staff div.employee img
{
    float: left;
    width: 58px;
    height: 58px;
}
div.founders h2,
div.staff h2
{
    font-size: 16px;
	margin-left: 8px;
}