body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	text-decoration: none;
	color: #317295;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #2D89BB;
	text-decoration: none;
}
a:visited {
	color: #2D89BB;
	text-decoration: none;
}
a:hover {
	color: #2D89BB;
	text-decoration: underline;
}
a:active {
	color: #2D89BB;
	text-decoration: none;
}
.note1 {
	font-weight: bold;
	background-color: #DCEDF5;
	padding-left: 7px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #ADD7ED;
	border-bottom-color: #ADD7ED;
}
.banner {
	background-image: url(img_site/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 99px;
}
.banner-ru {
	background-image: url(img_site/banner_ru.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 99px;
}
.banner-en {
	background-image: url(img_site/banner_en.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 99px;
}
.header {
	padding-left: 20px;
	text-decoration: none;
	background-image: url(img_site/name_dark.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	color: #B7DBEE;
	font-size: 12px;
	padding-right: 20px;
}
.header a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.header a:hover {
	color: #B7DBEE;
	text-decoration: none;
}
.header a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.nav-title {
	color: #FFFFFF;
	height: 23px;
	background-image: url(img_site/name_dark.jpg);
	padding-bottom: 1px;
	text-align: center;
}
#nav, #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
#nav a {
	text-decoration: none;
	display: block;
	padding-left: 15px;
	padding-top: 5px;
	width: 160px;
	padding-bottom: 5px;
	letter-spacing: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCEDF5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCEDF5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DCEDF5;
	background-color: #EEF7FB;
}
#nav a:hover {
	text-decoration: none;
	color: #2D89BB;
	background-color: #DCEDF5;
}
.content {
	padding-right: 7px;
	padding-left: 5px;
	height: 100%;
}
.content-border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DBEDF7;
	padding-right: 5px;
	padding-left: 5px;
	height: 100%;
}
.img-left {
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.img-right {
float:right;
margin-left: 5px;
margin-bottom: 5px;
margin-top: 5px;
}
.footer {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBEDF7;
	height: 40px;
}

