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

#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:960px;
    float:right;
    margin: 0 0 0 -300px;
}
#content {
    width:660px;
    overflow:hidden;
    margin: 0 0 0 310px;
}
.main-aside {
    width:300px;
    float:left;
    position:relative;
}
#primary {
   width:250px; float:left;
}
#secondary {
    clear:left;
}
#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;
}

#container {
    
	background-color: #FFFFFF;
	width:960px;
   
	float:right;
    
	min-height: 800px;
	margin: -17px 0 0 -300px;
 
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
}
#content {
	margin: 30px 0 0 280px;
	min-height: 100%
}