/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

#main {
    width: 940px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#container {
    width: 650px;
    float: left;
}

#content {
    margin: 0;
    /*width:680px;*/
    overflow: hidden;
}

#sidebar {
    width: 270px;
    float: right;
    position: relative;
}
