* 
{ 
	margin: 0;
	padding: 0;
}

html 
{
	height: 100%;
	min-width:1024px;
	font-size: 62.5%; 
}

body
{
	height: 100%;
	width:99.5%;
	background-color:#10578d;
	text-align: center;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 10px 30px;
	text-align: left;
}

/*------------------------->>>> Заголовок <<<<-----------------------------------------------------*/
#title_outer
{
	width:100%;
	margin-bottom:30px;
}
.title {
	float:left;
	width: 39em;
	margin-right:-100%;
	background-color: #282828;
	letter-spacing: 1px;
}

.title-top { background: url('../img/title-top.gif') repeat-x 0 0; }
.title-left { background: url('../img/title-left.gif') repeat-y 0 0 }
.title-right { background: url('../img/title-right.gif') repeat-y 100% 0 }
.title-bottom { background: url('../img/title-bottom.gif') repeat-x 0 100% }
.title-top-left { background: url('../img/title-top-left.gif') no-repeat 0 0; }
.title-top-right { background: url('../img/title-top-right.gif') no-repeat 100% 0; }
.title-bottom-left { background: url('../img/title-bottom-left.gif') no-repeat 0 100%; }
.title-bottom-right { background: url('../img/title-bottom-right.gif') no-repeat 100% 100%; }

.title p {
	color: #FFFFFF;
	margin: 4px 0 0 21px;
	padding-bottom: 12px;
}

h1 {
	font: normal 2.4em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-top: 25px;
	margin-left: 20px;
}

h1 a:link, h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

h1 span {
	color: #FFB849;
}

h2 {
	font: normal 1.5em Georgia, "Times New Roman", Times, serif;
	color: #004F8B;
	letter-spacing: 1px;
	background: url('../img/h2-bg.gif') no-repeat 0 53%;
	padding-left: 25px;
	margin-bottom: 7px;
}
/*блок рекламы*/
.reklam_outer
{
	padding:15px 5px 0 45em;
	position:relative;
}
.reklam
{
	background:#FFF;
	height:70px;
	line-height:normal;/* line-height:15px;*/
	text-align:center;
	padding:1px;
	position:relative;
	/*white-space:nowrap;*/
}
.reklam span
{
	border:#a4ceec solid 2px;
	display:block;
	font-size:10px;
	font-weight:bold;
	color:#004F8B;
	font-style:italic;
	overflow:hidden;
	height:52px;
	padding-top:14px;
}
.reklam_outer img
{
	position:absolute;
}
#tl_plast
{
	top:-13px;
	left:-20px;
}
#br_plast
{
	bottom:-13px;
	right:-20px;
}
/*------------------------->>>> Центр страницы <<<<-----------------------------------------------------*/

.content {
	width:100%;
}
/*Колонка меню*/
.column-left {
	float: left;
	width: 165px;
	margin-right:-100%;
	text-align: center;
	color: #FFFFFF;
}

.column-left h3 {
	font: normal 1.5em Georgia, "Times New Roman", Times, serif;
	margin: 10px 0 7px 0;
	letter-spacing: 1px;
}

/* Menu */
.hidden {
	position: absolute;
	top: -10000px;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

ul.menu {
	list-style-type: none;
}

ul.menu li {
	background: url('../img/menu-li-divider.gif') no-repeat 50% 100%;
	padding: 18px 0;
}

ul.menu li a, ul.menu li a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 7px;
}

ul.menu li a:hover, ul.menu li a.active {
	background-color: #002F53;
}

ul.menu li.last {
	background: none;
}

/*цeнтр*/
.column-right-outer
{
	padding-left:165px;
}
.column-right
{
	/*border:solid 1px #09C;*/
}
#main
{
	background-color:#FFF;/*Фон контентной части*/
	padding:1px;
	position:relative;
	_height:100%;/*IE6*/
}
#center
{
	border:#a4ceec solid 2px;
	padding:25px;
	position:relative;/*IE6*/
	text-align:justify;
}
/*уголки*/
.tl, .tr, .bl, .br
{
	width:10px;
	height:10px;
	padding:0;
	margin:0;
	position:absolute;
	background:url(../img/corners.gif) left top no-repeat;
}
.tl
{
	background-position:-10px -10px;
	top:0px;
	left:-0px;
}
.tr
{
	background-position:0px -10px;
	top:0px;
	right:0px;
}
.bl
{
	background-position:-10px 0px;
	_background-position:-10px 5px;
	bottom:0px;
	left:0px;
}
.br
{
	background-position:0px 0px;
	_background-position:0px 5px;
	bottom:0px;
	right:0px;
}
/*отражение*/
#reflection
{
	width:100%;
	float:right;
	clear:right;
	height:30px;
	background:url(../img/reflection_bg.gif) left top repeat-x;
	padding:1px 1px 0px 1px;
	margin-top:3px;
	position:relative;
}

.refl_tl, .refl_tr
{
	width:10px;
	height:30px;
	position:absolute;
	top:0;
	background:url(../img/reflection_corners.gif) right top no-repeat;
}
.refl_tl
{
	left:0;
}
.refl_tr
{
	background-position:left top;
	right:0;
}

/* Footer */

.footer-info-left, .footer-info-right {
	font-size: 0.8em;
	color: #626262;
	position: relative;
	bottom:0px;
	display: inline;
}

.footer-info-left {
	float: left;
	margin-left: 17px;
}

.footer-info-right {
	float: right;
	margin-right: 40px;
}

.footer-info-left a, .footer-info-left a:visited, .footer-info-right a, .footer-info-right a:visited {
	font-weight: normal;
	color: #626262;
}
.cleaner
{
	border:none;
	height:0;
	width:100%;
	clear:both;
	margin:0;
	padding:0;
	text-align:center;
}
/*------------------------->>>> Оформление контента <<<<------------------------------------------------*/
p
{
	text-indent:40px;
	padding-bottom:5px;
}
#center a
{
	color:#004F8B;
	font-weight:bold;
}
#center a:hover
{
	text-decoration:none;
}
.special
{
	font-size:medium;
}

.news-item
{
	padding-left:50px;
	margin:10px 0;
}
.news-item dt
{
	padding-bottom:10px;
}
.news-item dd
{
	margin-left:30px;
	padding-bottom:10px;
}
.news-item .date
{
}

a.sape_link:link, a.sape_link:visited {
color: #555555;
text-decoration: underline;
font-weight: bolder;
}

a.sape_link:hover {
color: #555555;
text-decoration: none;
}
