/*
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:100%;
    height:110px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:940px;
    margin:0 auto;
}
#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:650px;
    float:left;
}
#content {
    margin:0 0 0 1px;
    width:650px;
    overflow:hidden;
}
/*.main-aside {
    width:300px;
    float:right;
    position:absolute;
    right:10px;
}

.twitter-aside {
    width:300px;
    float:right;
    position:absolute;
    right:10px;
}*/

#primary {
    width:300px;
    float:right;
    clear:right;
        margin:0 0px 0 20px;
}
#twitter {
    width:300px;
    float:right;
    clear:right;
        margin:0 0px 0 20px;
}

#secondary {
    float:right;
    width: 300px;	
    clear:both;
}


#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;
    width:940px;
    margin:0 auto;
}
