/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column 988px fixed layout with two sidebars right of content
*/

body {
    min-width:988px;
}
#header {
    position:relative;
}
#branding {
    width:988px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
    
}
.menu {
    width:588px;
    margin:0 auto;
}
#main {
    width:988px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:652px;
    float:left;
}
#content {
    margin:0 20px 0 0;
    overflow:hidden;
}
.main-aside {
    width:316px;
    float:right;
    position:relative;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:988px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:316px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:988px;
    margin:0 auto;
}
