body, p, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
body {
	background: url(images/body_bg.jpg) repeat-x top #1994da;
	text-align: center;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 941px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	padding-top: 46px;
	padding-bottom: 20px;
}
.clear {
	clear: both;
}
li {
	margin-left: 20px;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

/* header */
#header {
	position: relative;
	background: url(images/head_img.jpg) no-repeat;
	height: 304px;
}
#header .logo {
	width: 182px;
	height: 227px;
	display: block;
	position: absolute;
	left: 387px;
	top: 18px;
}
#header #menu {
	position: absolute;
	top: 245px;
	left: 0;
}
#header #menu a {
	display: block;
	float: left;
	background: url(images/menu_bg.jpg) no-repeat right top;
	margin-right: 10px;
}


/* content */
#content {
	_height: 1px;
}
#left_col {
	width: 206px;
	float: left;
	margin-right: 23px;
}
.list_box {
	background: url(images/listbox_bott.jpg) no-repeat bottom;
	padding-bottom: 15px;
	font-size: 12px;
	margin-bottom: 21px;
}
.list_box ul {
	padding: 15px;
	position: relative;
	padding-bottom: 1px;
	background: url(images/listbox_top.jpg) no-repeat top;
}
.list_box li {
	list-style: none;
	margin-left: 0;
	padding-left: 7px;
	margin-bottom: 12px;
}
.list_box li.last {
	margin-bottom: 0;
}
.list_box li a {
	text-decoration: none;
}
.list_box li a:hover {
	text-decoration: underline;
}
#left_col p {
	padding: 0 10px 30px;
}

#center {
	float: left;
	width: 800px;
	margin-right: 42px;
}
h1 {
	font-size: 30px;
	margin-bottom: 5px;
}
#center p {
	margin-bottom: 14px;
}

#right_col {
	float: right;
	width: 215px;
	font-size: 10px;
	padding-top: 7px;
}
#right_col p {
	margin-bottom: 10px;
}
#right_col .news {
	padding-bottom: 13px;
}
#right_col .date {
	font-size: 13px;
	font-weight: bold;
}

.imgbox {
	float: left;
	width: 800px;
	margin-bottom: 30px;
}
.imgbox img {
	border: solid 4px #1788c9;
	margin-right: 19px;
	float: left;
}
.imgbox img.last {
	margin-right: 0;
}

TABLE.table { 

    border: 4px double #000; /* Рамка вокруг таблицы */

    border-collapse: collapse; /* Отображать только одинарные линии */

   }

   .table TH { 

    text-align: center; /* Выравнивание по левому краю */

    background: #ccc; /* Цвет фона ячеек */

    padding: 5px; /* Поля вокруг содержимого ячеек */

    border: 1px solid #999393; /* Граница вокруг ячеек */
    color:#fff;

   }

   .table TD { 

    padding: 5px; /* Поля вокруг содержимого ячеек */

    border: 1px solid #999393; /* Граница вокруг ячеек */

   }
   
   TD {color:#fff;}
