#page {
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.23);
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    background: #eee;
    padding: 0;
}

#frame {
    background: #fff;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

#content {
    width: 510px !important;
    width: 550px;
    padding: 0 20px 0 20px;
    float: left;
    background: #FFFFFF;
    overflow: hidden;
}

#content_right {
    width: 510px !important;
    width: 550px;
    padding: 0 20px 0 20px;
    float: right;
    background: #FFFFFF;
    overflow: hidden;
}

#page_content {
    width: 765px !important;
    padding: 0 0px 0 15px;
    float: left;
    background: #FFFFFF;
    overflow: hidden;
}

#sidebar {
    width: 230px;
    padding: 0px;
    float: right;
    background-color: #F3F3F3;
}

#guest_sidebar {
    width: 230px;
    padding: 0px;
    float: right;
    background-color: #FFFFFF;
}

#sidebar_left {
    width: 230px;
    padding: 0px;
    float: left;
    background-color: #F3F3F3;
}

#sidebar div,
#sidebar ul {
    padding: 0 9px 9px 9px;
}

#sidebar_left div,
#sidebar_left ul {
    padding: 0 9px 9px 9px;
}

#sidebar div div {
    padding: 0 0 0 0;
}

#sidebar_left div div {
    padding: 0 0 0 0;
}

#header {
    padding: 0px;
    text-align: left;
}

#logo {
    position: absolute;
    float: left;
    left: auto;
    margin-left: 20px;
    top: 12px;
    z-index: 1
}

#footer {
    margin-bottom: 30px;
}

