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

#main {
    width:962px;
    margin: -100px auto 0 auto;
    min-height: 100%;
    overflow: auto;
}
#content {
    width:751px;
    margin: 0 0 120px 210px;
    float: right;
}
#secondary {
    clear:left;
}
#subsidiary {
    width:962px;
    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:962px; 
	margin:0 auto;
}











