#content{
    padding: 40px 55px;
    font: 12px "Helvetica", "Arial", sans-serif;
}


/* Boxes */

#left{
    width: 500px;
}

#right{
    position: absolute;
    margin-left: 560px;
    width: 280px;
}

#about{
    text-align: center;
    width: 450px;
    margin: 0px auto 30px auto;
    font-size: 14px;
    text-shadow: white 0px 1px 0px;
    color: #666666;
    font: 16px "Georgia", "Times", serif;
    line-height: 1.5em;
}

#separator{
    height: 2px;
    width: 890px;
    background: url(about-border.png) bottom left repeat-x;
    margin-bottom: 30px;
    margin-left: -26px;
}

#twitter{
    background: #DFDFDF url(profile-twitter.png) 15px 5px no-repeat;
    padding-left: 35px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font: bold 12px "Helvetica", sans-serif;
    text-shadow: #EEEEEE 0px 1px 0px;
}

/* General Style */

.header{
    color: #222222;
    font: bold 20px "Helvetica", "Arial", sans-serif;
    margin-bottom: 0.75em;
    text-shadow: white 0px 1px 0px;
}

.description{
    color: #666;
    margin-bottom: 0.5em;
    line-height: 1.4em;
}

/* Email */

.email-header{
    font: bold 14px "Helvetica", "Arial", sans-serif;
    margin-bottom: 0.5em;
}

.email a{
    color: #888888;
    font: 14px "Helvetica", "Arial", sans-serif;
    display: block;
    margin-bottom: 0.2em;
}

.email a:hover{
    color: #588ee7;
}

/* People */

.person{
    margin-bottom: 30px;
    text-shadow: white 0px 1px 0px;
    padding-left: 100px;
    background-position: top left;
    background-repeat: no-repeat;
}

.person-name{
    font: bold 18px "Helvetica", "Arial", sans-serif;
    margin-bottom: 0.2em;
}

.person-title{
    font: 14px "Helvetica", "Arial", sans-serif;
    color: #888888;
    margin-bottom: 0.8em;
}

.person-bio{
    font: 12px "Helvetica", "Arial", sans-serif;
    color: #888888;
    margin-bottom: 1em;
}

#dustin{
    background-image: url(photo-dustin.png);
}

#tom{
    background-image: url(photo-tom.png);
}

/* Press Images */

#images{
    width: 890px;
    margin: 0px auto auto;
    height: 170px;
    background: #EEEEEE;
    text-align: center;
}

#images-label{
    font-size: 14px;
    color: #AAAAAA;
    position: absolute;
    margin-top: 16px;
    margin-left: 25px;
}

.photo{
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.person-links a{
    text-shadow: none;
    margin-right: 0.5em;
    font-size: 12px;
}

.person-links a:hover{
    color: #588ee7;
}

.person-email{
    background: url(profile-email.png) 0px 2px no-repeat;
    padding-left: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 5px;
}

.person-twitter{
    background: url(profile-twitter.png) 0px 1px no-repeat;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}