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

body {
    min-width:960px;
}
#header {
    position:relative;
}
#branding {
    /*width:940px;
    margin:0 auto;*/
    padding: 15px;
    width: 970px;
}
#access {
    position:relative;
    overflow:hidden;
    height: 46px;
    background: #000 url(../images/nav_bg.png) repeat-x bottom;
}
#access .menu {
    width:980px;
    margin:0 auto;
}
#main {
    width:960px;
    margin:0 auto;
    padding: 20px !important;
    overflow:hidden;
    position:relative;
}
#container {
    width:630px;
    float:left;
    /*background: #ff0;*/
}
#content {
    /*margin:0 0 0 10px;*/
    /*width:540px;*/
    overflow:hidden;
    /*background: #ff9;*/
}
.main-aside {
    width:300px;
    float:right;
    position:relative;
    /*right:10px;*/
    /*background: #dff;*/
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    margin:0 auto;
}
