html, body { margin: 0; padding: 0; }
body {
	background: #f7f7f7 url(pix/bg_body.png) repeat-x top;
	font-family: Arial, sans-serif;
}
img {
	display: block;
}
a {
	color: #535353;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#container {
	background: url(pix/bg_container.gif) repeat-y;
	margin: 0 auto;
	width: 922px;
}
#contshadowleft {
	background: url(pix/container_shadow_left.png) no-repeat left;
	float: left;
	height: 278px;
	width: 9px;
}
#contshadowright {
	background: url(pix/container_shadow_right.png) no-repeat right;
	float: right;
	height: 278px;
	width: 9px;
}
#contshadow {
	background: url(pix/bottom_shadow.png) no-repeat top;
	height: 19px;
	margin: 0 auto;
	width: 922px;
}
#wrapper {
	-float: left;
	margin: 0 auto;
	width: 904px;
}
#top {
	background: #fff url(pix/lang_chg.jpg) no-repeat right top;
	border-bottom: 1px solid #dbdac8;
	height: 107px;
	position: relative;
}
#top_slide {
	background: url(slideshow/kids_change_top.jpg) no-repeat;
	height: 106px;
	width: 685px;
}
#right_slide {
	background: url(slideshow/kids_change_right.jpg) no-repeat;
	position: absolute;
	top:0;
	right:0;
	height: 140px;
	width: 481px;
}
#langsel {
	background: url(pix/bg_langselect.gif) no-repeat;
	position: absolute;
	top: 29px;
	left: 754px;
	height: 29px;
	width: 85px;
}
#langsel a, #langsel span {
	display: block;
	position: absolute;
	top: 2px;
	height: 8px;
	width: 17px;
}
#langsel img { border: none; }
#kaz { left: 0; }
#rus { left: 36px; }
#eng { left: 68px; }

#side {
	background: url(pix/bg_left.gif) repeat-y 249px;
	float: left;
	width: 268px;
}
#overnav {
	background: url(pix/bg_side_top.png) no-repeat top;
	height: 55px;
}
#undernav {
	background: url(pix/bg_left_bottom.png) no-repeat right bottom;
	clear: both;
	min-height: 243px;
	padding: 8px 0 0;
	width: 268px;
}
#counters {
	font-size: 10px;
	margin: 25px auto 0;
	text-align: center;
	width: 80%;
}
#counters * {
	margin: 0 auto;
}

#side h1 {
	background: url(pix/bg_hdr.png) no-repeat left bottom;
	color: #929292;
	font-size: 11px;
	height: 31px;
	line-height: 25px;
	margin: 0;
	padding: 13px 38px 0 0;
	text-align: right;
	text-transform: uppercase;
}

/* NAV */
#nav {
	background: url(pix/bg_menu.png) repeat-y right top;
	border: none;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 268px;
}
#nav li {
	display: block;
	*float: left;
	height: 33px;
	padding: 0;
	position: relative;
}
#nav li.drop img {
	left: 236px;
	position: absolute;
	top: 12px;
}
#nav li a, #nav li span {
	background: url(pix/bg_nav.png) no-repeat top left;
	color: #fff;
	display: block;
	height: 23px;
	font-size: 11px;
	font-weight: bold;
	padding: 9px 19px 0 0;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	width: 230px;
}
#nav li a:hover {
	background-position: bottom left;
}
#nav li ul {
	display: none;
	left: 249px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	z-index: 2;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
	z-index: 9;
}
#nav li.l2 a {
	background: url(pix/bg_l2.png);
	height: 24px;
	padding: 9px 0 0 38px;
	text-align: left;
	width: 188px;
}
#nav li.l2 a:hover {
	background: #007fbb;
}
/* NAV END */

/* CONTENT */
#content {
	color: #535353;
	float: right;
	font-size: 11px;
	position: relative;
	width: 636px;
}
#text {
	line-height: 20px;
	padding: 0 23px 23px;
}


#footer {
	background: url(pix/bg_footer.png) no-repeat top;
	clear: both;
	color: #fff;
	font-size: 11px;
	height: 51px;
	padding: 30px 45px 0px;
	text-align: center;
}
#footer a { color: #fff; text-decoration: none; }

h1 {
	font-size: 14px;
}
h2.pagehdr {
	color: #929292;
	font-size: 11px;
	height: 14px;
	margin: 0;
	padding: 15px 0 0 38px;
	text-transform: uppercase;
}

h3 {
	font-size: 11px;
}

#cite {
	background: url(pix/bg_cite.png) no-repeat;
	color: #1b76a2;
	font-weight: bold;
	height: 41px;
	padding: 18px 25px 0 0;
	text-align: right;
	width: 611px;
}

/* NEWS! ********************************** */
.news {
	border-top: 5px solid #E3E9F0;
	margin: 0 21px 15px 0;
	font-size: 11px;
	line-height: 150%;
	padding: 15px;
}
.news img {
	border: 1px solid #4f8f4b;
	display: block;
	float: left;
	margin: 4px 12px 3px 2px;
	width: 100px;
}
.news a.lid {
	color: #000;
	display: block;
	text-decoration: none;
}
.newspic {
	float: right;
	margin: 2px 0 0 8px;
}
.ntext {
	font-size: 11px;
	line-height: 150%;
	padding: 0 25px;
}
.inset {
	background: #eee;
	border: 1px solid #ccc;
	float: right;
	list-style: none;
	margin: 0 0 0 9px;
	padding: 0;
	width: 198px;
}
.inset li.title {
	background: #0292D6;
	color: #fff;
	font-weight: bold;
	margin: 0;
}
.inset li {
	line-height: 150%;
	margin: 0;
	padding: 6px 15px;
}
/* NEWS! ********************************** */
