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

#main {
    width:855px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container_cinema {
    width:855px;
    float:left;
    padding-left:5px;
}
#container {
    width:640px;
    float:left;
    padding-left:5px;
	margin-top: -6px;
}
#content {
    margin:0;
    width:640px;
    overflow:hidden;
}
#content_cinema {
    margin:0;
    width:855px;
    overflow:hidden;
}
.main-aside {
    width:210px;
    float:right;
    position:relative;
	margin-top: -6px;
}
#secondary {
    clear:right;
}
#subsidiary {
    width:855px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:210px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#main .module, .single-post {
	margin-right: 0px;
	
}
.fixed {
	width:855px;
	margin:0 auto;
}
