@charset "utf-8";
/* CSS Document 'broadmain' - aims to override template parameters giving two very narrow sidebars and one board mainContent*/
/* ---------------------------------------this is to limit height 
.thrColElsHdr #sidebar1 {   
	height: 700px;
}
 -----------------------------------------*/

.thrColElsHdr #sidebar1 
{
	width: 15px; /* this for quazi one column effect */
}
.thrColElsHdr #sidebar2 {
	width: 50px; /* this for quazi one column effect */
}

.thrColElsHdr #mainContent {
	margin: 0 50px; /* the right margin can be given in ems or pixels. It creates the small space down the right side of the page. */
} 
.thrColElsHdr #leftCol { 
	float: left;
	width: 330px; /* for division specially added to inidividual page, i.e. not in the master template */
}
.thrColElsHdr #rightCol {
	float:right;  /* for division specially added to inidividual page, i.e. not in the master template */
}

