body {
    font-size: 12px;
    color: #4C4C4C;
    text-align: center;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 15px;
    padding: 10px;
}

#center {
    width: 700px;
    margin: auto;
    text-align: left;
}

#header {
    width: 710px;
    height: 70px;
    background-image: url(images/header.png);
    background-repeat: no-repeat;
    text-transform: uppercase;
    position: relative;
    color: white;
}

#header .controls {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 10px;
}

#header span.action {
    cursor: pointer;
}

#header a:hover {
    text-decoration: underline;
}

span.bar {
    margin: 0 20px;
    border-left: 1px solid white;
}

#left {
    width: 500px;
    float: left;
}

#left .content {
    padding: 25px 0 0 10px;
}

#left img {
    float: right;
}

h1 {
    color: black;
    font-size: 24px;
    line-height: 38px;
}

h2 {
    color: black;
    font-size: 17px;
    line-height: 21px;
}

h3 {
    color: black;
    font-weight: bold;
    font-size: 12px;
}

div.footnote {
    font-size: 10px;
    font-style: italic;
}

#right {
    width: 200px;
    float: left;
    background-image: url(images/bg.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

#right .content {
    padding: 25px 0 10px 10px;
    height: 450px;
}

#right ul {
    list-style: disc outside none;
}

#right li {
    margin: 5px 10px;
}

.sign-up {
    background-image: url(images/knapp_218x47.jpg);
    background-repeat: no-repeat;
    display: block;
    width: 218px;
    height: 47px;
    color: white;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
}

.sign-up:hover {
    text-decoration: underline;
}

.sign-up span {
    display: block;
    padding-top: 13px;
}
