@charset "utf-8";
/* CSS Document 'twocol' - aims to override template parameters giving two columns with very narrow central column as division*/
/* ---------------------------------------this is to limit height 
.thrColElsHdr #sidebar1 {   
	height: 700px;
}
 -----------------------------------------*/

.thrColElsHdr #sidebar1 
{
	width: 335px; /* this left column  */
	background-color:#F96;
	color:#fff;
}
.thrColElsHdr #sidebar2 {
	width: 350px; /* this for right column effect */
	padding-right: 20px;
	/*background-color:#9F0;*/
	background-color:#F96;
	color:#000;
	font-weight: bold;
}

.thrColElsHdr #mainContent {
	margin: 0 360px; /* the right margin can be given in ems or pixels. It creates the small space down the right side of the page. */
	background-color:#006600;
} 

.thrColElsHdr #content {
	background-color:#006600;
} 
.thrColElsHdr #container #sidebar1 p {
	font-weight: bold;
}

.thrColElsHdr #container #footer {
	
	color: #FFF;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
}

