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

body {
    min-width:960px;
}
#main {
    width:960px;
    margin:0 auto;
    position:relative;
}
#container {
    width:960px;
    float:right;
    margin:0;
}
#content {
	margin: 0 230px 0 220px;
    overflow:hidden;
}
#primary {
    width:220px;
    float:right;
	margin: 0 -960px 0 0;
}
* html #primary {
	right: 20px;
	position: relative;
}
#secondary {
    width:220px;
    float:right;
	margin: 0 -220px 0 0;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:960px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:right;
    margin:0 10px 0 10px;
}
#subsidiary #third {
    margin:0 10px 0 0;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}
.fixed {
	width:960px; 
	margin:0 auto;
}
