/*
LAYOUT: Three-Column
DESCRIPTION: Three-column 950px fixed layout with two sidebars on either side of content
*/

body {
    min-width:1000px;
}
#wrapper {
	width:974px; margin:0 auto;
}
#header {
    position:relative;
}
#branding {
    width:974px;
    margin:0 auto;
}
#access {
	float:left;
    position:relative;
}
.menu {
    width:974px;
    margin:0 auto;
}
#main {
    width:974px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:974px;
    float:left;
    margin:0;
}
#content {
	margin: 0 240px;
    overflow:hidden;
}
#primary {
    width:224px;
    float:left;
	margin: 0 0 0 -974px;
}
#secondary {
	width:224px;
	float:left;
	clear:left;
}
* html #primary {
	left: 20px;
	position: relative;
}
#blog-primary {
    width:224px;
    float:left;
	margin: 0 0 0 -224px;
}
#contentblock-sidebar, #category-sidebar, #rightside-content {
    width: 224px; float:right;
    clear: right;
	margin: 0 0 0 -224px;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:974px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:224px;
    float:left;
    margin:0 10px 0 10px;
}
#subsidiary #third {
    margin:0 0 0 10px;
}
#siteinfo {
    clear:both;
    width:974px;
    margin:0 auto;
}