/*
LAYOUT: Three-Column
DESCRIPTION: Three-column 950px fixed layout with two sidebars on either side of content
*/

body {
    min-width:960px;
}
#header {
	width:940px;/*adj*/
    margin:0 auto;/*adj*/
    position:relative;
}
#branding {
	/*width:940px;*/
    /*margin:0 auto;adj*/
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    /*width:940px;
    margin:0 auto;*/
}
#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:940px;
    float:left;
    margin:0 0 0 10px;
}
#content {
	margin: 0 160px; /*240px;*/
    overflow:hidden;
}
#primary {
    width:140px; /*220px;*/
    float:left;
	margin: 0 0 0 -940px;
}
* html #primary {
	left: 20px;
	position: relative;
}
#secondary {
    width:140px; /*220px;*/
    float:left;
	margin: 0 0 0 -140px; /*-220px;*/
}
#footer {    
    clear:both;
}
#subsidiary {
    width:960px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 10px 0 10px;
}
#subsidiary #third {
    margin:0 0 0 10px;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}
