body, p, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
body {
	background: url(/images/body_bg.jpg) repeat-x top #f0f0f0;
	text-align: center;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 998px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #032e35;
}
.clear {
	clear: both;
}
li {
	margin-left: 20px;
}
a {
	color: #032e35;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

/* header */
#head_top {
	position: relative;
	padding-top: 37px;
	height: 157px;
}
#head_top .logo {
	background: url(/images/logo1.jpg) no-repeat;
	width: 271px;
	height: 38px;
	display: block;
}
#head_top .number {
	background: url(/images/number.jpg) no-repeat;
	width: 334px;
	height: 44px;
	position: absolute;
	top: 31px;
	right: 6px;
}
#head_top #search_form {
	position: absolute;
	top: 135px;
	right: 3px;
	width: 244px;
}
#head_top #search_form input {
	float: left;
}
#head_top #search_form .text_inp {
	border: none;
	background: url(/images/search_inp.jpg) no-repeat;
	width: 171px;
	height: 18px;
	padding: 4px;
}
#head_top #search_form .button {
	cursor: pointer;
	border: none;
	background: url(/images/search_button.jpg) no-repeat;
	width: 51px;
	height: 26px;
	margin-left: 14px;
}
#head_top #menu {
	position: absolute;
	top: 125px;
	left: 0;
}
#head_top #menu a {
	display: block;
	float: left;
	background: url(/images/menu_bg.jpg) no-repeat right top;
	padding-right: 2px;
}

#head_bott {
	position: relative;
	padding-bottom: 48px;
	min-height: 1px;
	_height: 1px;
}
#head_bott .logo {
	position: absolute;
	background: url(/images/logo2.jpg) no-repeat;
	width: 157px;
	height: 142px;
	top: 49px;
	left: 7px;
}
#head_bott .pageimg {
	background: url(/images/pageimg.jpg) no-repeat;
	width: 529px;
	height: 234px;
	margin-left: 196px;
}
#head_bott .right {
	float: right;
	width: 254px;
	font-size: 11px;
}

/* content */
#content {
	/*background: url(/images/content_bg.gif) repeat-y left top;*/
	_height: 1px;
}
#left_col {
	width: 172px;
	float: left;
	padding: 12px;
	padding-top: 45px;
	font-size: 11px;
}
.list_box {
	background: #032e35;
	font-size: 12px;
	color: #f0f0f0;
	padding: 1px 0;
	margin-bottom: 40px;
}
.list_box ul {
	margin: 15px 0;
	position: relative;
	padding-bottom: 1px;
}
.list_box ul.last {
	margin-bottom: 0;
}
.list_box li {
	list-style: none;
	margin-left: 0;
	background: url(/images/list.jpg) no-repeat 0 4px;
	padding-left: 17px;
	margin-bottom: 12px;
}
.list_box li a {
	color: #f0f0f0;
	text-decoration: none;
}
#left_col p {
	padding: 0 10px 30px;
}

#center {
	float: left;
	width: 485px;
	margin-left: 20px;
	padding-top: 3px;
}
h1 {
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 20px;
}
#center p {
	margin-bottom: 12px;
}

#right_col {
	padding-top: 59px;
	float: right;
	width: 239px;
	margin-right: 15px;
	_margin-right: 8px;
	font-size: 11px;
}
#right_col p {
	margin-bottom: 10px;
}
#right_col .news {
	padding-bottom: 5px;
}
#right_col .date {
	font-size: 18px;
}
TABLE.table { 

    border: 4px double #000; /* Рамка вокруг таблицы */

    border-collapse: collapse; /* Отображать только одинарные линии */

   }

   .table TH { 

    text-align: center; /* Выравнивание по левому краю */

    background: #ccc; /* Цвет фона ячеек */

    padding: 5px; /* Поля вокруг содержимого ячеек */

    border: 1px solid #999393; /* Граница вокруг ячеек */
    color:#000;

   }

   .table TD { 

    padding: 5px; /* Поля вокруг содержимого ячеек */

    border: 1px solid #999393; /* Граница вокруг ячеек */

   }
