#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:660px;
    float:left;
}
#content {
    margin:0 auto 0 auto;
	width: 940px;
	border-bottom: 1px solid #669FC1;
	padding-bottom: 15px
    /* width:960px; */
    /* overflow:hidden; */
}
.main-aside {
    width:300px;
    float:right;
    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: 0;
	width: 600px;
	float: left;
}
.fixed {
	width:960px; 
	margin:0 auto;
}

body.page #content {
	padding-bottom: 0px;
	border-bottom: none;
}
