﻿/*
Style sheet for the about page
*/

.contact
{
    position: relative;
    display: block;
    width:100%;
    float: left;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact img 
{
    float: left;
    clear: left;
    height: 120px;
    width: 120px;
}

.bio
{
    float: left;
    width: 650px;
    margin-left: 10px;
}

.bio h1
{
    font-size: 1.0em;
    font-weight: bold;
    color: gray;
}

.bio p 
{
    margin: 0px 0px 0px 0px;
    font-size: 0.8em;
    font-weight: normal;
    color: Gray;
}
