	@charset "windows-1251";
	body  {
		font: 14px Arial;
		background: #f6f6f6;
		margin: 0; 
		padding: 0;
		text-align: justify; 
		color: #232323;
	}
	a {	color: #0088cc;	text-decoration: none;}
	
	.thrColHybHdr #container {
	width: 982px;
	background: #fff;
	text-align: left;
	margin: 10px auto;
	} 
	 
	.thrColHybHdr #menu {
		background: #fff;
		padding: 0 10px;
		border: 1px solid #bfbfbf;
		text-align: left;
		text-decoration: none;
	}  
	 
	.thrColHybHdr #header {
		background: #f6f6f6;
		padding: 20px 0 10px 0;
	} 
	
	.thrColHybHdr #header h1 {
		margin: 0; 
		padding: 10px 0; 
		font-size: 14px;
	}
	
	.thrColHybHdr #sidebar1 {
		float: left;
		width: 180px; 
		background: #fff; 
		padding: 15px 10px 10px 10px;
		border: 1px solid #bfbfbf;
	}
	.thrColHybHdr #sidebar2 {
	float: right;
	width: 260px;
	background: #fff;
	padding: 15px 0 10px 0;
	border: 1px solid #bfbfbf;
	}
	.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3 {
		margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
		margin-right: 10px;
	}
	
	
	.thrColHybHdr #mainContent {
	margin: 0 305px 0 210px;
	padding: 0 0 10px 0;
	text-align: justify;
		
	} 
	.thrColHybHdr #footer {
	background:#fff;
	margin: auto;
	border: 1px solid #bfbfbf;
	padding: 0 0 0 15px;
	} 
	.thrColHybHdr #footer p {
		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
		padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
	
	/* Miscellaneous classes for reuse */
	.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
		float: right;
		margin-left: 8px;
	}
	.fltlft { /* this class can be used to float an element left in your page */
		float: left;
		margin-right: 8px;
	}
	.clearfloat {
	background: #f6f6f6;
	clear:both;
	height:30px;
	font-size: 5px;
	line-height: 20px;
	margin: 0 0 0 0;
	}

