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

#main {
    width:960px;
    margin:0 auto;
}
#container {
    width:960px;
    margin: 0 auto;
}
#content {
    width:660px;
    float:left;
	margin-top:0;
	padding:0;
}
.main-aside {
    width:325px;
    float:right;
}
#primary {
    float:right;
	margin:0;
	padding:0;
	list-style:none;
	width:300px;
}
#secondary {
    float:right;
	width:325px;
	margin:0;
	padding:0;
	overflow:visible;
	list-style:none;
}
#subsidiary {
    width:660px;
    float:left;
}
#subsidiary .aside {
    width:325px;
    float:right;
	margin:0;
	padding:0 0 200px 0;
}
#subsidiary #third {
    margin:0;
}
#main .module, .single-post {
	margin-right: 0;
}
.fixed {
	width:960px; 
	margin:0 auto;
}