@charset "windows-1251";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #66AEC4;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtrHdr #header {
	background-repeat: no-repeat;
	height: 235px;
	background-image: url(logo3.jpg);
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding-top: 80px;
	padding-left: 100px;
	color: #330099;
	padding-right: 200px;
	font-size: 30px;
	}

.oneColFixCtrHdr #header1 {
	background-repeat: no-repeat;
	height: 235px;
	background-image: url(logo6.jpg);

}
.oneColFixCtrHdr #header1 h1 {
	margin: 0;
	padding-top: 100px;
	padding-left: 80px;
	color: #330099;
	padding-right: 150px;
	font-size: 30px;
}

.oneColFixCtrHdr #header2 {
	background-repeat: no-repeat;
	height: 235px;
	background-image: url(logo2.jpg);
}
.oneColFixCtrHdr #header2 h1 {
	margin: 0;
	padding-top: 100px;
	padding-left: 100px;
	color: #330099;
	padding-right: 200px;
	font-size: 29px;
}
.oneColFixCtrHdr #header3 {
	background-repeat: no-repeat;
	height: 235px;
	background-image: url(logo.jpg);
}
.oneColFixCtrHdr #header3 h1 {
	margin: 0;
	padding-top: 100px;
	padding-left: 100px;
	color: #330099;
	padding-right: 200px;
	font-size: 30px;
}
.oneColFixCtrHdr #header4 {
	background-repeat: no-repeat;
	height: 235px;
	background-image: url(logo4.jpg);
}
.oneColFixCtrHdr #header4 h1 {
	margin: 0;
	padding-top: 100px;
	padding-left: 100px;
	color: #330099;
	padding-right: 200px;
	font-size: 30px;
}
.oneColFixCtrHdr #header5 {
	background-repeat: no-repeat;
	height: 235px;
	background-image: url(logo5.jpg);
}

.oneColFixCtrHdr #header5 h1 {
	margin: 0;
	padding-top: 100px;
	padding-left: 100px;
	color: #330099;
	padding-right: 200px;
	font-size: 30px;
}

#menulist li a {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#menu {
	background-color: #FFFFFF;
	height: 55px;
	bottom: 10px;
}

#menu li {
	list-style-type:none;
	display:inline;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: bottom;
	background-color: #449539;
	border-left-style: dotted;
	border-left-color: #FFFFFF;

}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #mainContent  h1{
	color: #0066FF;

}
.oneColFixCtrHdr #mainContent  h2{
	color: #006600;

}
.oneColFixCtrHdr #mainContent  h3{
	color: #CC3333;

}
.oneColFixCtrHdr #mainContent  h4{
	color: #990066;

}

#blok {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: justify;
	border: 5pt double #FF00FF;
	color: #333333;
	
}.oneColFixCtrHdr #footer {
    padding: 0 10px;
	background-color: #0379AB;
	
}.oneColFixCtrHdr #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 */
}
