body {
    background-color: white;
    margin: 0;
    font-family: arial;
}

#banner {
    width: 568px;
    height: 82px;
    background-image: url(images/banner.png);
}

#name {
    font-family: arial;
    font-size: 36px;
    font-weight: bold;
    color: #FF6600;
    position: absolute;
    left: 25px;
    top: 15px;
}

#title {
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #333333;
    position: absolute;
    left: 135px;
    top: 46px;
}

#text {
    margin-top: 5px;
    margin-left: 5px;
    width: 560px;
    overflow: auto;
}

#footer {
    width: 568px;
    height: 82px;
    background-image: url(images/footer.png);
}

#text a {
    font-size: 24px;
    color: #FF6600;
    text-decoration: none;
}

.links {
    margin-top: 10px;
    margin-bottom: 8px;
}

.mailto {
    position: relative;
    left: 471px;
    top: 64px;
    text-decoration: none;
    color: #FF6600;
    font-weight: bold;
}
