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


#container {
    width:740px;
    float:left;
    margin:0px;
	padding:0px 26px 155px 15px;
	border-right:1px dashed #d1d1d1;
	}
#content {
    margin:0 0 0 10px;
    width:740px;
    overflow:hidden;
}
.main-aside {
    width:300px;
    float:right;
    position:relative;
    right:0px;
}
#secondary {
    clear:right;
	
}
#primary {
display:none;
}

#subsidiary {
    width:960px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}

#main {
	background:none;
/*	background:url(img/secondary-aside-bg.png);
	background-repeat:no-repeat;
    background-position:top right; */
	
}
#primary-aside-bg {
background:none;
}