/*
LAYOUT: One-Column (Left) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar left of content
*/

#main {
    width:980px;
    margin:0 auto;
    position:relative;
}
                                                        /*right*/
#container {
    width:980px;
    float:right;
    margin: 0 0 0 -260px;
}

#content {
	width:717px;
    overflow:hidden;
    margin: 0 0 0 260px;
	padding:6px 0 0 0;
}
/*#content_home {
	border:2px solid blue;
    width:980px;
    overflow:hidden;
    margin: 0 0 0 0px;
	padding:0px;
}*/

                                                               /*left*/
.main-aside {
    width:250px;
    float:left;
    position:relative;
}
#primary {
    float:left;
}
#secondary {
    clear:left;
}
/*#subsidiary {
	
    width:960px;
    margin:0 auto;
    overflow:hidden;
}*/
/*#subsidiary .aside {
	
    width:200px;
    float:left;
    margin:0 20px 0 0;
}*/
/*#subsidiary #third {
    margin:0;
}*/
/*#main .module, .single-post {
	margin-right: 10px;
}*/
/*.fixed {
	width:960px; 
	margin:0 auto;
}*/
