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

#main {
    width:990px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:990px;
    float:left;
	  margin: 0  -330px 0 0;
}
#content {
    margin:0;
    width:660px;
    overflow:hidden;
}
.main-aside {
    width:320px;
    float:right;
    position:relative;
	margin-right: 10px;
	margin: 0;
}

#primary {
    float: right;
	margin:0 10px 0 0;
}

#secondary {
    clear: left;
}
#subsidiary {
    width:990px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:320px;
    float:left;
	margin: 0;
 
}
#subsidiary #third {
    margin:0;
}
#main .module, .single-post {
	margin-right: 10px;
}
.fixed {
	width:990px; 
	margin:0 auto;
}

