body {
    margin: 0px;
    overflow-y: scroll;
    text-align: center;
}
div.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    text-align: left;
}
div.banner {
    height: 177px;
    float: left;
    width: 612px;
    background: url('../images/banner.png');
}
a.donate {
    height: 177px;
    float: left;
    width: 288px;
    background: url('../images/donate.png');
}
div.menu {
    clear: both;
    border-top: 1px solid #fff;
    height: 50px;
    background: url('../images/menu_bg.png');
}
div.menu a {
    text-align: center;
    display: block;
    height: 50px;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
    font-family: 'Century Gothic';
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
div.menu a:hover {
    background: #FF9B00;
    text-decoration: none;
    color: #333333;
}
div.footer {
    height: 50px;
    line-height: 25px;
    background: #FF9B00;
    padding-right: 10px;
    text-align: right;
    clear: both;
}
div.footer a {
    color: #fff;
}
div.content_wrapper {
    clear: both;
}
div.sidebar {
    border-left: 1px solid #999;
    float: right;
    width: 289px;
    margin-top: 4px;
    margin-bottom: 4px;
}
div.sidebar_content {
    padding-left: 10px;
}
div.sidebar td {
    padding-bottom: 8px;
}
div.sidebar input.text {
    border: 1px solid #999;
    height: 22px;
    width: 180px;
}
div.content {
    margin-top: 4px;
    margin-bottom: 4px;
    float: left;
    width: 600px;
}
