/*	FORMTOVAC PRVKY	*/
#main {
	width: 100%;
	clear: both;
}

#footer {
	width: 526px; /* footer*/
	w\idth: 490px;
}

#main h2 {
	margin: 0 0 0.50em 0;
	font-size: 133%;
	color: #DA3F0F;
	font-weight: bold;
	border-bottom: 1px solid #E2E2E2;
}

#main h3 {
	margin: 0 0 0.10em 0;
	font-size: 105%;
	color: #917C1B;
	font-weight: bold;
}

#main small {
	color: #4B4B4B;
	font-size: 58%;
	font-weight: normal;
}

#main strong {
	min-height: 30px;
}

#main p {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 1.5em;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

