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

#main {
    width:960px;
    margin:0 auto;
    position:relative;
}
#container {
    width:660px;
    float:left;
}
#container2 {
    width:660px;
    float:right;
}
#content {
    margin:0;
    width:660px;
    overflow:hidden;
}
.main-aside {
    width:300px;
    float:right;
    position:relative;
}
.main-aside3 {
    width:270px;
    float:right;
    position:relative;
}
.main-aside5 {
    width:320px;
    float:right;
    height:270px;
    position:relative;
}
.main-aside2 {
    width:270px;
    float:left;
    position:relative;
}
.main-aside4 {
    width:230px;
    height:270px;
    float:left;
    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: 10px;
}
.fixed {
	width:960px; 
	margin:0 auto;
}

