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

#main {
    width:957px;
    margin:0 auto;
    position:relative;
	background: #2B5497;
}


#ch-bodycontainer {
    width:980px;
	float: left

    background: #660000;
}


#ch-container {
    width:980px;
	
	margin-left: 13px;
    background: #660000;
}
#container {
    width:655px;
    float:left;
	
}
#content {
    margin:0;
    width:967px;
    overflow:hidden;

}
.main-aside {
    width:0px;
	
    margin-left: 960px;
    position:relative;
}
#secondary {
    clear:right;
}
#subsidiary {
    width:960px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#main .module, .single-post {
	margin-right: 10px;

}
.fixed {
	width:960px; 
	margin:0 auto;
}
