@charset "windows-1251";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: #eeeeee;
	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: #9A9A9A;
}
.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/bg.jpg) top no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #cccccc;
	min-height:700px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding-top:215px;
	padding-left:270px;
	padding-right:10px;
	position:relative;
}
.oneColFixCtr #footer {
	width: 1014px;
	height:50px;
	background-color:#333333;
	border-top: 1px solid #00b4db;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right;
	padding-right:10px;
	padding-top:10px;
	color:#FFFFFF;
}
.oneColFixCtr #footer a {
color:#ffffff;
}

.oneColFixCtr #text {
		padding-top:15px;
	padding-left:15px;
font-size: 10pt;
	text-align: left;
	width:550px;
}
.oneColFixCtr #left {
position: absolute;
top:480px;
left: 20px;
color:#00B4DB;
font-size: 10pt;
}
.oneColFixCtr .red {
color:#ff0000;
font-weight:bold;
font-size: 10pt;
}

.oneColFixCtr #nav {
float:left;
width:756px;
margin:0;
padding:0;
list-style: none;
}
.oneColFixCtr #nav li {
float:left;
padding:0;
margin:0;
font-size: 90%;
}
.oneColFixCtr #nav a {
float:left;
display: block;
padding:5px 4px;
margin:0;
color:#ff0000;
text-decoration:none;
border-right: 1px solid #aaaaaa;
background:#ecf1ef;
}
.oneColFixCtr #nav a:hover {
background:#c1effd;
}
.oneColFixCtr #nav a:active {
background:#c1effd;
}
.oneColFixCtr #here a {
float:left;
display: block;
padding:5px 4px;
margin:0;
color:#ff0000;
text-decoration:none;
border-right: 1px solid #aaaaaa;
background:#c1effd;
}