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

#main {
    width:1128px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:1128px;
    float:right;
    margin: 0 0 0 -336px;
}
#content {
    width:738px;
    overflow:hidden;
    margin: 0 0 0 336px;
}


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