/* 
    Document   : style
    Created on : Feb 26, 2008, 4:17:02 PM
    Author     : sgraffuis
    Description:
        Purpose of the stylesheet follows.
*/

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

@import url("new.css") screen;

.sub {
    font-size: 65%;
}

.button {
    margin: 0 5px;
    border: solid thin black;
    padding: 3px;
    text-decoration: none;
    vertical-align: middle;
}
span.sub.button > a {
    text-decoration: none;
    text-transform: capitalize;
}

.person-photo > img {
    border: thin black solid;
    float: left;
}

.person-info, .person-photo, .person-contact-info {
    padding-left: 10px;
    border: none;
}

.person-info {
    position: relative;
}

#footer {
    text-align: center;
}
