body {
	margin: 0;
	padding: 0;
	background: #EFEBE8 url(../images/bodyBg.jpg) repeat-x top; }
	
#headerWrapper {
	width: 894px;
	height: 276px;
	margin: 18px auto 0 auto;
	border: 0px solid #000;
	background-color: #fff;
}
	
img.logo {
	margin-top: 19px;
	margin-left: 20px;
	margin-bottom: 13px;
	float:left;
 }
img.contacts {
	margin-top: 19px;
	margin-right: 3px;
	margin-bottom: 13px;
	float:right;
 }
	
#contentWrapper {
	width: 921px;
	border: 0px solid red;
	margin: 0 auto; }
	
#content {
	width: 893px;
	border-left: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	background-color:#FFFFFF;
	float: left;
}
	
#contentLeft {
	width: 164px;
	border-top: 4px solid #343233;
	padding-top: 24px;
	padding-left: 20px;
	padding-bottom: 20px;
	float: left; }
	
.resultsWrap {
	width: 140px;
	height: 113px;
	padding-top: 7px;
	margin-top: 30px;
	background-color:#DA251D; }
	
.results {
	width: 125px;
	height:90px;
	margin: 0 7px 7px 7px;
	text-align: center;
	font: bold 12px Tahoma, Verdana, Arial;
	color: #F8D3D1;
	padding-top: 15px;
	border: 1px dashed #fff; }
	
.results img {
	border: 0;
	margin-top: 10px; }

.komisiiWrap {
	width: 140px;
	height: 108px;
	padding-top: 7px;
	margin-top: 30px;
	background-color:#FC0;
}
.komisii {
	width: 125px;
	height:90px;
	margin: 0 7px 7px 7px;
	text-align: center;
	font: bold 12px Tahoma, Verdana, Arial;
	color: #039;
	padding-top: 10px;
	border: 1px dashed #fff;
}	
.komisii img {
	border: 0;
	margin-top: 10px; 
}
#contentRight {
	width:669px;
	border-top: 4px solid #DA251C;
	padding-top: 24px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
	font: normal 11px Tahoma, Verdana, Arial;
	color: #000;
	line-height: 19px; }
	
#contentRight a {
	font: bold 11px Tahoma, Verdana, Arial;
	color: #DA251D;
 	text-decoration: underline; }
	
#contentRight a:hover { 
	color: #333333 }

		
table, td {
	padding: 0;
	margin: 0; }
	
.mainTitles {
	font: bold 11px Tahoma, Verdana, Arial;
	color: #333333;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px; }

.hrStyle {
	margin: 20px 0 0 0;
	height:20px;
	border-top: 1px solid #E5E5E5; }
	
	
#footerWrap {
	width: 894px;
	height:60px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 4px solid #DA2820;
	text-align: center;
	font: normal 11px Tahoma, Verdana, Arial;
	color: #333333;
}
	.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.mainTitlesRed {
	color: #FF0000;
}

