/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

body {
    min-width:940px;
}
#header {
    position:relative;
}
#branding {
    width:940px;
    height: 230px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
    margin:0 auto;
}
.menu {
    width:940px;
    margin:0 auto;
}
#main {
    width:940px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:620px;
    float:left;
}
#content {
    margin:0 10px 0 10px;
    width:100%;
    overflow:hidden;
}
.main-aside {
    width:300px;
    float:right;
    position:relative;
    right: 2px;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
        width:940px;
 margin: 0px auto;
}
#subsidiary {
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 40px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
}

