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

#header {
    position:relative;
}
#branding {
    width:940px;
    margin:0 auto;
}

#main {
    width:909px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:899px;
    float:right;
}
#content {
	padding-left: 10px;
	padding-right: 10px;
}
.hentry {
	width: 849px;
}
.main-aside {
    width:300px;
    float:left;
    position:relative;
}
#primary {
    float:left;
}
#secondary {
    clear:left;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
