/* Stylesheet for momentaryexistence.com
   Chris Alexander
   11/21/2007
*/

/* bounding box for all pages */
.main {
    width: 700px;
    margin: 3em;
    font-family: 'Gill Sans', 'Gill Sans MT', GillSans, Candara, 'Trebuchet MS', Arial, sans-serif; 
    color: white;
}

/* Page titles */
.title {
    margin: 0em 0em 1em 0em;
}

.projectlist {
    float: left;
    border: 1px solid grey;
    margin-bottom: .75em;
    padding: .5em;
    font-size: 120%;
}

.biography {
    float: right;
    border: 1px solid grey;
    margin-bottom .75em;
    padding: .5em;
    font-size: 120%;
}

.picture {
}

/* for footer text */
.footer {
    text-align: right;
    margin: .5em;
    font-family: 'Gill Sans', 'Gill Sans MT', GillSans, Candara, 'Trebuchet MS', Arial, sans-serif; 
}

a:link { color: white; text-decoration: none; }
a:visited { color: white; text-decoration: none; }
