@import "/templates/default/css/base.css";

body {
    width: 100%;
}

#wrapper {
    width: 820px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#content {
    padding: 0 0 0 0;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
    float: left;
    margin-right: -3px;
    width: 220px;
    margin-left: -220px;
    position: relative;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    width: 820px;
    margin: 30px auto 0;
    height: 50px;
    background: transparent;
    text-align: center;
}

