body {
    margin: 0;
    overflow-y: scroll;
    background: url('../images/bg.png') repeat-x;
    background-color: #000;
    text-align: center;
}
div.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 912px;
    text-align: left;
}
div.menu {
    height: 53px;
    background: url('../images/menu.png');
}
div.content_wrapper {
    background: url('../images/content_bg.png');
    padding: 0 6px 0 6px;
}
div.content {
    float: left;
    width: 480px;
    padding-top: 2px;
    color: #222;
    margin-left: 10px;
}
div.footer {
    clear: both;
    padding-top: 10px;
    padding-bottom: 30px;
    background: url('../images/footer.png') no-repeat;
    background-color: #000;
    color: #666;
    text-align: center;
    font-size: 10px;
}
div.menu table td {
    text-align: center;
    height: 50px;
    font-size: 18px;
    font-family: 'Century Gothic';
}
div.menu a {
    text-decoration: none;
    height: 50px;
    line-height: 48px;
    display: block;
    color: #3C1848;
}
div.menu a:hover {
    color: #000;
    color: #B644DA;
}
div.left_sidebar {
    margin-top: 10px;
    width: 200px;
    float: left;
    background: green;
    overflow: hidden;
}
div.left_sidebar a {
    font-family: 'Century Gothic';
    font-size: 15px;
    text-decoration: none;
    float: left;
    background: url('../images/sidebar_menu.png');
    height: 40px;
    line-height: 40px;
    width: 200px;
    padding-left: 40px;
    color: #3C1848;
}
div.left_sidebar a:hover {
    color: #000;
    color: #B644DA;
}
div.right_sidebar {
    float: left;
    border-left: 1px dotted #ccc;
    margin-left: 10px;
    text-align: right;
    width: 180px;
    font-size: 13px;
}
