body {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 83%;
    margin: 0;
}
div.member span.picture {
    display: block;
    text-align: center;
}
div.member span.picture:after {
    content: url('images/overlay.png');
    margin-left: -154px;
}
h2#team {
    background: url("images/team.png") no-repeat right center;
    height: 56px;
    line-height: 56px;
}
div.banner {
    margin: 0 30px 0 30px;
    background-image: url('images/banner-bg.jpg');
    background-repeat: repeat-x;
}
div.banner div.eof {
    background-image: url('images/banner-end.jpg');
    background-repeat: no-repeat;
    width: 52px;
    height: 50px;
    display: inline;
    float: right;
}
h1 {
    margin: 0;
}
h2 {
    font-weight: normal;
    color: #df962b;
    z-index: 2;
}
h3 {
    color: #999;
    margin-top: 10px;
}
ul {
    list-style: none;
}
a img {
    border: 0;
}
div.content {
    margin: 0 30px 0 30px;
    padding: 20px;
    background-image: url('images/content-bg2.jpg');
    background-repeat: repeat-x;
    background-position: top;
    position: relative;
}
div.content div.stl {
    background-image: url('images/content-left2.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    width: 52px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    _left: -20px;
}
div.content div.str {
    background-image: url('images/content-right2.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    width: 52px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    _right: 25px;
}
div.team {
    text-align: center;
}
div.team div.eof, div.projects div.eof {
    clear: both;
}
div.member {
    width: 160px;
    float: left;
    margin: 0 50px 30px 50px;
}
div.member h3 {
    margin: 0;
}
a {
    color: #5d5d5b;
}
div.member h3 a {
    display: block;
    text-align: center;
    text-decoration: underline;
    font-weight: normal;
    font-size: 80%;
}
div.future h3 a {
    font-weight: bold;
}
div.pale {
    opacity: 0.5;
    _filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    font-family: Arial;
}
div.copyright {
    color: #999;
    text-align: center;
    font-size: 80%;
}
a.back {
}
img.person {
    float: left;
    margin-right: 10px;
}
div.developerinfo {
    margin-left: 160px;
}
ul.personinfo {
    margin: 0;
    padding: 0;
}
ul.personinfo li {
    margin: 5px 0 5px 0;
}
ul.linkslist {
    margin: 0;
    padding: 0;
}
ul.linkslist li {
    padding: 5px;
}
ul.linkslist li a {
    font-weight: bold;
    padding: 5px;
}
span.attributed {
    display: block;
    position: relative;
}
span.attributed span.attribution {
    position: absolute;
    padding: 3px;
    background-color: #333;
    color: #ccc;
    opacity: 0.8;
    bottom: 3px;
    right: 5px;
}
span.attributed span.attribution a {
    color: #aaa;
}
ol.questions li {
    margin-bottom: 10px;
}
ol.questions li span {
    font-size: 80%;
    display: block;
    color: #666;
}