
#top {
	width: 1004px;
	height: 120px;
	text-align: right;
}
#contentwrap1 {
	position: relative;
	background: url(images/bg_content.png) repeat-y center;
}
#contentwrap2 {
	background: url(images/bg_bottom.png) no-repeat center bottom;
}
#content {
	z-index: 1;
	position: relative;
	width: 1004px;
	min-height: 500px;
	background: url(images/bg_top.jpg) no-repeat 236px 0;
}
#specbox {
	width: 100%;
	height: 255px;
	background: url(images/rightearth.png) no-repeat center top;
}
a.lang {
	z-index: 2;	
	display: block;
	position: absolute;
	top: 92px;
	right: 44px;
	width: 60px;
	height: 39px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.lang:hover {
	background-position: 0 -39px;
}
a.ru {
	background-image: url(images/ru.png);
}
a.en {
	background-image: url(images/en.png);
}

#text {
	float: left;
	width: 497px;
	text-align: center;
}

/*----------------------------------------------------*/
/* Left column */
/*----------------------------------------------------*/

#leftcol {
	float: left;
	width: 236px;
	min-height: 500px;
	background: url(images/bg_top_leftcol.png) no-repeat right top;
	padding-top: 9px;
}
#leftcol .box {
	width: 168px;
	text-align: left;
	background: url(images/small_earth.png) no-repeat left top;
	behavior: url(images/iepngfix.htc);
	padding-left: 68px;
}
#leftcol .box img {
	margin-top: 15px;
}
#leftcol .box ul {
	list-style: none;
	padding: 2px 0 0 2px;
}
#leftcol .box ul li {
	font-size: 12px;
	font-weight: bold;
	background: url(images/marker.png) no-repeat left center;
	padding: 0 0 0 11px;
	margin-top: 4px;
}

/*----------------------------------------------------*/
/* Right column */
/*----------------------------------------------------*/

#rightcol {
	float: left;
	width: 240px;
	height: 160px;
}
#rightcol #menu {
	clear: left;
	height: 199px;
	text-align: left;
	margin: 39px 0 0 97px;
}
#rightcol #menu .title {
	margin-bottom: 6px;
}
#rightcol #menu a {
	display: block;
	width: 156px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#rightcol #menu a:hover {
	background-position: 0 -20px;
}
#rightcol #menu a span {
	display: none;
}

#rightcol #menu a#history_ru {
	background-image: url(images/menu_history_ru.png);
}
#rightcol #menu a#directors_ru {
	background-image: url(images/menu_directors_ru.png);
}
#rightcol #menu a#presscentre_ru {
	background-image: url(images/menu_presscentre_ru.png);
}
#rightcol #menu a#contacts_ru {
	background-image: url(images/menu_contacts_ru.png);
}
#rightcol #menu a#career_ru {
	background-image: url(images/menu_career_ru.png);
}

#rightcol #menu a#history_en {
	background-image: url(images/menu_history_en.png);
}
#rightcol #menu a#directors_en {
	background-image: url(images/menu_directors_en.png);
}
#rightcol #menu a#presscentre_en {
	background-image: url(images/menu_presscentre_en.png);
}
#rightcol #menu a#contacts_en {
	background-image: url(images/menu_contacts_en.png);
}
#rightcol #menu a#career_en {
	background-image: url(images/menu_career_en.png);
}

#rightcol img {
	margin-bottom: 14px;
}

#rightcol img.specpic {
	border: solid 1px #4388ff;
	margin: 0 4px 7px 7px;
}

#rightcol p {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #4388ff;
	margin: 0;
	padding: 0 18px;
}

/*----------------------------------------------------*/
/* Content */
/*----------------------------------------------------*/

#rubricator {
	font-size: 12px;
	font-weight: bold;
	color: #4388ff;
	padding: 0 0 0 17px;
}
#rubricator a {
	text-decoration: none;
}
#rubricator img {
	margin: 0 5px;
}
h1 {
	font-size: 24px;
	text-align: left;
	color: #4388ff;
	padding: 17px 17px 5px 17px;
}
h2 {
	font-size: 18px;
	text-align: left;
	color: #4388ff;
	padding: 17px 17px 5px 17px;
}
h3 {
	font-size: 15px;
	text-align: left;
	color: #4388ff;
	padding: 15px 17px 1px 17px;
}
p {
	font-size: 13px;
	text-align: left;
	line-height: 140%;
	padding: 3px 7px 3px 17px;
}
p a {
	text-decoration: underline;
}

#text ul {
	list-style: circle;
	list-style-position: inside;
	text-align: left;
	padding: 4px 7px 5px 30px;
}
#text ul li {
	font-size: 12px;
	text-indent: -14px;
	margin-left: 14px;
	padding:  5px 0 3px 0;
}
#text ol {
	list-style-position: inside;
	text-align: left;
	padding: 4px 7px 5px 30px;
}
#text ol li {
	font-size: 12px;
	text-indent: -14px;
	margin-left: 14px;
	padding: 5px 0 3px 0;
}

.picbox {
	text-align: center;
	padding: 9px 0 8px 18px;
}
.picbox img {
	margin: 4px 2px 0 2px;
	border: solid 1px #4388ff;
}

