/*
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;
    overflow:hidden;
    position:relative;
}
#container {
    width:960px;
    float:left;
    margin:0;
}
#content {
 
	 margin: 0 170px 0 160px; 
    overflow:hidden;
}

* html #content {
	margin: 0 80px 0 160px;
}

#primary {
    width:150px;
    float:left;
	margin: 0 0 0 -960px;
}

* html #primary {
	left: 20px;
	position: relative;
	margin: 0 0 0 -980px;
}
#secondary {
    width: 160px;
    float:left;
	margin: 0 0 0 -160px;
}

* html #secondary {
    width: 160px;
	float: right;
	margin: 0 -160px 0 -180px;
}

#footer {    
    clear:both;
}
#subsidiary {
    width:960px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 10px 0 10px;
}
#subsidiary #third {
    margin:0 0 0 10px;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}
.fixed {
	width:960px; 
	margin:0 auto;
}
