p {
    margin-left: 20px;
}

#content {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    border-width:3px;
    border-style:hidden dashed;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#face{
    padding: 15px;
    width: 170px;
}

.illustration{
    padding: 15px;
    width: 300px;
    float: right;
    font-style:italic
}

.illustration img{
    width: 300px;
} 

body {
    border-top: 10px solid black;
    border-bottom: 20px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
    color: #575757;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 100%;
    line-height: 1.7;
    margin: 0 0 1px;
}
.bg {
    background-image: url("../images/bg.png");
    background-position: left top;
    background-repeat: repeat;
}
a, p a {
    color: black;
    text-decoration: underline;
}

.logos{
    width: 110px;
}
