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

#main {
    width:980px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:600px;
    float:left;
}
#content {
    margin:0px;
	padding:0px;
    width:610px;
    overflow:hidden;
	height:100%;
}

#contentwide {
    margin:0px;
	padding:0px;
    width:980px;
    overflow:hidden;
	height:100%;
}

.main-aside {
    width:336px;
    float:right;
	margin:0px;
	padding:0px;
    position:relative;
	border: 0px;
}
#secondary {
    clear:right;
}

#newsletters {
    clear:right;
}

#third {
    clear:right;
}

#fourth {
    clear:right;
}

#subsidiary {
        width:336px;
    float:right;
    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;
}

