@charset "windows-1251";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #bfbfbf;
	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;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
}
.oneColFixCtrHdr #header {
	padding: 0px;
	background-color: #FFF;
}
.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 #footer {


}
.adress {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-left: 55px;
	color: #6a6566;
}

.oneColFixCtrHdr #topmenu {
	position: relative;
	z-index: 50;
	top: 90px;
	left: 41%;
	width: 500px;
	overflow: visible;
	height: 1;
}
a:link {
	color: #26176c;
	text-decoration: none;
}
a:hover {
	color: #848484;
	text-decoration: none;
}
a:active {
	color: #848484;
	text-decoration: none;
}
a {
	font-weight: bold;
}
.nightblue {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #26176c;
}

a:visited {
	text-decoration: none;
	color: #26176C;
}
.strong {font-weight:bold;}
.em {font-style:italic;}
