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

#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width: 960px;

    float:left;
	margin: 60px 0 0 0; /*70px 0 0 0*/
	position: relative;
}

#content {
	margin: auto;
    /* width:660px; or 760px*/
    overflow:hidden;
	width: 780px;
	background-color: ;
}

#content_thumbs{
	margin: auto;
    /* width:660px; */
    overflow:hidden;
	width: 702px; /*715px*/
	background-color: ;
}

#content_page {
	margin: auto;
    /* width:660px; */
    overflow:hidden;
	width: 760px;
	background-color: ; /*#DCD3A4*/
}

.main-aside {
    float:right;
    position: absolute;
}
#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;
}
