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

#main {
    width:1200px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:1200px;
    float:left;
}
#content {
    margin:140 40;
    width:1200px;
    overflow:hidden;
	float:left;
}
.main-aside {
    width:0px;
    float:left;
    position:relative;
}
#secondary {
    clear:left;
}
#subsidiary {
    width:1200px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:0px;
    margin:0 0px 0 0;
}
#subsidiary #third {
    margin:0;
}
#main .module, .single-post {
	margin-right: 0px;
}
.fixed {
	width:1200px; 
	margin:0 auto;
}
