* {
	margin: 0;
	padding: 0
}
html { height: 100% }
body {
	position: relative;
	background: #fff url(img/bg.png) left top repeat-x;
	font: 62.5% Arial, Helvetica, sans-serif;
	min-height: 100%;
	min-width: 950px
}
/* Текст и оформление
-------------------------------------------------------- */
h1 {
	font: 1.8em "Comic Sans MS", cursive;
	color: #2e3192;
	margin-bottom: 0.6em
}
h2 {
	font: 1.6em "Comic Sans MS", cursive;
	color: #0048a4;
	margin-top: 1.6em;
	margin-bottom: 0.6em
}
h3 {
	font: 1.5em "Comic Sans MS", cursive;
/*	color: #0048a4;*/
	margin-bottom: 0.6em
}
p {
	font-size: 1.4em;
	line-height: 1.7em;
	margin-bottom: 1em
}
em { display: block }
ul {
	/*list-style: none;*/
	font-size: 1em
}
li { margin-bottom: 0.7em }
a {	color: #0753b5 }/
a.more {
	display: block;
	text-align: right
}
img {
	border: 1px solid #7bb9d9;
	float: left;
	margin-right: 2em
}

table {
    float: none;
    width: 100%;
     text-align: center;
    border: 1px solid Silver;
    font-size: 10px;
    margin: 20px 0px 20px 0px;
   background-color: #EEEEFF;
}
td {
    border: 1px solid Silver;
    font-size: 1.4em;
    text-align: center;
    vertical-align: top;
    padding: 10px;
}
th {
    border: 1px solid Silver;
    font-size: 10px;
    text-align: center;
    padding: 10px;
    font-weight: bolder;
}

/* ----------------------------------------------------- */
.container {
	/*visibility: hidden;*/
	width: 950px;
	margin: 0 auto
}
.container-inner, .container-top, .container-bottom { float: left }
.container-inner { background: url(img/content-center.gif) 25.2em top repeat-y } /* 25.2em (ширина панели навигации) */
.container-top { background: url(img/content-top.png) 25.2em 328px no-repeat } /* 25.2em (ширина панели навигации) */
.container-bottom {
	background: url(img/content-bottom.png) 25.2em bottom no-repeat;
	width: 950px;
	min-height: 634px
}
.head {
	background: #c6e2f4 url(img/head.jpg) center no-repeat;
	height: 328px
}
.content {
	margin-left: 25.2em; /* 25.2em (ширина панели навигации) */
	padding: 0 2.5em
}
.content div { float: left } /* тег div внутри content предотвращает обтекание текстом изображений с float из предыдущего div-а внутри content */
.content ul {
	list-style: disc;
	font-size: 1.4em;
        margin-left: 0;
        margin-top: auto
}
.content ol {
	list-style: decimal;
	font-size: 1.4em;
        margin-left: 0;
        margin-top: auto
}
.nav {
	width: 22em; /* 25.2em (ширина панели навигации) = 22em (ширина здесь) + 2 * 1.6em (2 * padding сбоку) */
	padding: 0.8em 1.6em;
	float: left;
	font-weight: bold
}
.nav ul {
	list-style: none;
	font-size: 1.4em
}
.nav ul ul {
	font-size: 1em;
	margin-top: 0.7em
}
.nav li {
	background: url(img/menu_icon.gif) left top no-repeat;
	padding-left: 22px
}
.nav li li {
	background: none;
	font-weight: normal;
	padding-left: 0.8em
}
.nav a { text-decoration: none }
.nav a:hover,.nav a:active { text-decoration: underline }
.nav font {
	font-size: 1.4em
}

.foot {
	clear: both;
	height: 70px
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(img/bg_footer.png) repeat-x bottom;
	text-align: center;
	color: #2d5483;
	font-size: 12px
}
.footer div {
	font-size: 0.9em;
	background: url(img/footer.png) repeat-x bottom;
	margin: 0 auto;
	width: 950px;
	height: 30px;
	padding-top: 40px
}
.footer-small {
	font-size: 0.7em;
}
