@charset "windows-1251";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}
a {
	color: #143299;
	text-decoration: none;
}
a:visited {
	color: #143299;
}
a:hover {
	text-decoration: underline;
}
div.container {
	width: 750px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
}
h4 {
	font-size: 16px;
}


img.wrap {
	float: left;
	padding-right: 15px;
}

ul {
	padding-left: 0px;
}
li {
	list-style-type: square;
}
#main-nav {
	text-transform: uppercase;
	font-weight: bold;
	list-style-type: none;
	width: 750px;
}

#main-nav li {
	float: left;
	list-style-type: none;
}

#main-nav li a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	text-align: center;
	background-color: #999;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	padding-top: 6px;
	width: 147px;
	border-top-width: 0;
	border-right-width: 1;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-style: solid;
	border-right-color: #FFF;
}

#main-nav li a:hover {
	color: #000000;
	background-color: #DBDBDB;
}
#main-nav li a.current {
	background-color: #039;
}
div.text {
	padding: 15px;
	line-height: 20px;
}
