/*
LAYOUT: One-Column Fixed
DESCRIPTION: 
*/

/*Width of entire site*/

#main {
    width: 870px;
    margin: 0px auto;
	overflow:hidden;
	position:relative;
	background: white;
}

/*The container showing all contents of site - slideshows, news etc. except header and footer*/
#container {
    width:870px;
}

/*Contents for main features - slideshows and featured articles*/
#content {
	margin: 0;
	width: 870px;
}

/*Customization of the primary widget*/
/*#primary {
	width: 247px; height: 316px;
	margin: 11px 11px 11px 0
	border: 1px solid #111
	display: none; 
	float: right;
	position: relative;
	
}
*/

/*Customization of the secondary widget*/
#secondary {
	width: 247px; height: 316px;
	margin: 11px 11px 11px 0
	border: 1px solid #111
	display: none; 
	float: right;
	position: relative;
}

#subsidiary {
    width:552px;
    margin:0 auto;
    overflow:hidden;
	display: none;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
	display: none;
}
#subsidiary #third {
    margin:0;
	display: none;
}
.fixed {
	width: 900px;
	margin: 0 auto;
}
