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

/*min-width:960px;*/
body {
    min-width:1000px;
}
#header {
    position:relative;
}
#branding {
    width:940px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:940px;
    margin:0 auto;
}
/*width:960px */
#main {
    width:1040px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
/* sp 
width:620px; */

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

/* sp 
width:540px;*/

#content {
    margin:0 0 0 10px;
    width:640px;
    overflow:hidden;
}
.main-aside {
    width:340px;
    float:right;
    position:relative;
    right:10px;
}
#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;
    width:940px;
    margin:0 auto;
}