﻿*
{
	padding:0px;
	margin:0px;
}

body
{
	font-family:Tahoma;
	font-size:12px;
	color:black;
	text-decoration:none;
	background:#191919 url('./images/bg.gif') repeat-x scroll center top;
}

a, a:visited
{
	text-decoration:none;
	color:#0066cc;
}

a:hover
{
	text-decoration:underline;
	color:#5e5a17;
}

img
{
	border:none;
}

input, textarea, select
{
	padding:3px;
	font-family:Tahoma;
	font-size:12px;
	background:#191919;
	border:solid 1px #343434;
	margin:0px 0px 1px 0px;
	color:#82999f;
}

textarea
{
	line-height:18px;
}

.header
{
	background:#ffffff url('./images/header_bg.jpg') no-repeat scroll right;
	height:214px;
	width:920px;
}

.header .item
{
	height:214px;
	float:right;
	width:200px;
}

.header .item .navigation, .header .item .navigation:visited
{
	display:block;
	height:30px;
	text-align:right;
	padding:13px 30px 0px 0px;
	color:#343434;
}

.header .item .navigation:hover
{
	color:red;
}

.header .item.navigationContainer
{
	background:#e2e2e2 url('./images/header_items_bg.jpg') no-repeat scroll center top;
}

.logo
{
	margin:70px 10px 0px 0px;
	width:216px;
	height:60px;
	float:right;
}

.dateContainer
{
	background:#f1f1f1 url('./images/date_bg.gif');
	height:30px;
	padding:12px 10px 0px 0px;
	width:910px;
	text-align:right;
}

.widget_titr
{
	background:#bf2f2f url('./images/widget_news.gif') no-repeat scroll right;
	height:34px;
	width:194px;
	color:white;
	padding:0px 25px 0px 0px;
	text-align:right;
}

.content_titr
{
	background:#7b7b7b url('./images/content_titr.gif') no-repeat scroll right;
	padding:0px 30px 0px 0px;
	color:white;
	text-align:right;
}

.news
{
	/*border-right:solid 1px #f3f3f3;*/
	border-left:solid 1px #7b7b7b;
	text-align:right;
	padding:7px;
	line-height:20px;
	color:#cccccc;
}

.content
{
	/*border-left:solid 1px #f3f3f3;*/
	text-align:right;
	padding:7px;
	width:700px;
	line-height:20px;
	color:#929292;
}

.copyright
{
	height:43px;
	vertical-align:top;
	background:#080808;
	direction:ltr;
	text-align:left;
	padding:14px 0px 0px 0px;
	font-size:10px;
	font-family:Verdana, Arial;
	color:Gray;
}

.titr
{
	font-family:Tahoma;
	font-size:14px;
	color:#9f0d82;
}

h2.titr
{
	font-size:13px;
	color:Maroon;
	padding:0px 0px 10px 0px;
}

























