/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/
ul { list-style: none; padding: 0; margin: 0;} 
#main {
    width:1024px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:660px;
    float:left;
    background:#000;
    margin-left: 120px;
}
#content {
    margin-left:10px;
    margin-right:10px;
    width:520px;
    overflow:hidden;
    padding:5px;
    color:#fff;
}
#containeramsterdamfashionweek {
    width:700px;
    float:left;
    background:#000;
    margin-left: 40px;
}
#contentamsterdamfashionweek {
    margin-left:10px;
    margin-right:10px;
    width:700px;
    min-height:475px;
    border: solid 1px #ccc;
    overflow:hidden;
    padding:5px;
    color:#fff;
    background:url(http://sepehrmaghsoudi.com/wp-content/themes/sepehr/images/sponsoren/amsterdamfashion.jpg) no-repeat;
}
#sponsor	{float:left; height:60px; width:60px; margin-right:5px;}
#sponsorlijn {float:left; height:60px; width:100%; background:#fff;}

.main-aside {
    width:170px;
    float:left;
    position:relative;
}
#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;
}
