/*
colors used:
darkblue: #415FAD
red: #D22E36
light blue: #EEF0F7
gray: #999999

*/

body {
  text-align: left;
}
h1, h2, h3, h4 {
	color: #000;
}

#mainBlock {
	width: 100%;
	margin: 0;
}

#headerBlock {
	display: none;
}

#contentBlock {
	position: relative;
}


#leftColBlock {
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	margin: 50px 0 0 0;
	display: none;
}

/* Fix IE. Hide from IE Mac \*/
/*
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
*/
/* End */

/* menu*/
#rightColBlock {
	position: static;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0;
	height: auto !important;
}

#dataBlock {
	color: #000;
}

#footerBlock {
	display:none;
}