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

#main {
    width:980px;
    margin:0 auto;
    position:relative;
}
#container {
    width:670px;
    float:left;
}
#containerhome {
    width:670px; /*515*/
    float:left;
    margin:0;
}

#content {
    margin:0;
    width:675px;
    overflow:hidden;
}
#contenthome {
    overflow:hidden;
	width:690px; /*515*/
	 float:left;
}
.main-aside {
    width:295px;
    float:right;
    position:relative;
}
.main-aside-top {
    width:295px;
    float:right;
    position:relative;
	border:1px;
	border-color:#CCCCCC;
	border-style:solid;
	
}
#secondary {
    clear:right;
}
#subsidiary {
    width:980px;
    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:980px; 
	margin:0 auto;
}

