@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c9c9c9;
}

a {
	color: #749aaf;
}

a:visited {
	color: #663366
}

a:hover {
	color: orange;
	text-decoration: none;
}

#pos {
	max-width: 1200px;
	margin:auto;
	background: #575F67;
}

#content-zone {
	padding: 0 0 0 25px; 
	text-align:justify;
	vertical-align: top;
	width: 71%
}

#left-block {
	border-right: 1px solid #656c72; 
	padding-right: 25px;
	vertical-align: top;
	width: 29px;
}

#menu {
 height: 84px;
 background: url(img/menu.png) repeat-x;
}

#menu a, #menu a:visited {
	color: white;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px
}

#menu a:hover {
	color: orange;
}

#image {
	height: 316px;
	background: url(img/center.jpg) no-repeat top right;
}

#bot {
	height: 76px;
	background: url(img/bot.png) repeat-x;
	color: #979fa7;
	padding: 0px 10px 0 45px
}

.head {
	color: white;
	font-size: 18px
}

#content {
	padding: 0 20px 10px 40px
}

.grey {
	background: #727B84;
	width:394px;
	height: 96px
}

.date {
	background: black;
	color: white;
	padding:2px
}

.news_head {
	text-decoration: underline;
}

.dark {
	color: #979fa7;
}

.line {
	height: 1px;
	width: 90%;
	background:#656c72;
	margin-bottom: 25px
}

td>img {
	display:block;
}

h1 {
	color: white;
	font-size: 18px;
	background: url(img/block.png) no-repeat;
	margin: 0 0 15px 0;
	padding: 25px 0 0 0
}

h3 {
	font-size: 13px
}

ul {
	margin:0; 
	padding:0; 
	list-style-type:none
}

li {
	background: url(img/bullet.gif) no-repeat 0 50%; 
	padding-left: 10px
}

#claim {
	background: #eeecb7; 
	width: 90%; 
	margin: auto; 
	margin-bottom: 30px; 
	padding-left: 15px; 
	border: 2px dashed #d56a6a;
	color: #505050;
	font-size: 13px;
	text-align: left;
}
