*{
	padding: 0px;
	margin: 0px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #231f20;
	color: white;
}
a{
	color: white;
}
a:link, a:visited{
	
}
a:hover, a:active{
	color: #f8941d;
}
img{
	border: none;
}
.clear{
	clear: both;
}
h1,h2,h3,h4,h5,h6,h7{
	font-size: 20px;
	padding: 10px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
ul{
	list-style: none;
}
/*---------------------------------*/
#container{
	width: 1000px;
	margin: 0px auto 0px auto;
}
/*---------------------------------*/
#header{
	border-bottom: 3px solid #f8941d;
}
#header #logo{
	float: left;
	display: inline;
}
#header #logo a{
	display: block;
	width: 285px;
	height: 240px;
	background: url(images/img_01.jpg);
}
#header #panel{
	float: right;
	display: inline;
	width: 715px;
	height: 240px;
	position: relative;
}
#header #panel #icon{
	width: 201px;
	height: 34px;
	background: url(images/icon_bg.gif);
	position: absolute;
	top: 0px;
	left: 470px;
	text-align: center;
	line-height: 34px;
}
#header #panel #icon a{
	padding-left: 20px;
	padding-right: 20px;
}
/*---------------------------------*/
#sidebar{
	float: left;
	display: inline;
	width: 240px;
	padding-bottom: 40px;
}
#sidebar #menu{
	border-left: 3px solid #f8941d;
	margin-top: 40px;
}
#sidebar #menu ul{
	margin-left: 30px;
}
#sidebar #menu ul li{
	line-height: 30px;
	font-size: 14px;
	background: url(images/img_09.jpg) no-repeat left center;
	padding-left: 20px;
}
#news-block{
	margin-top: 40px;
	margin-left: 40px;
}
#news-block .title{
	font-size: 20px;
	color: white;
	background: url(images/img_05.jpg) no-repeat left center;
	padding-left: 40px;
}
#news-block ul{
	padding-bottom: 20px;
}
#news-block ul li{
	padding-top: 10px;
}
#news-block ul li span{
	color: #f8941d;
}
#news-block a#lnews{
	color: #f8941d;
}
/*---------------------------------*/
#content{
	width: 690px;
	float: right;
	display: inline;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 40px;
}
#content h1, #content h2, #content h3, #content h4{
	font-size: 20px;
	color: white;
	background: url(images/img_05.jpg) no-repeat left center;
	padding-left: 40px;
}
#content p{
	padding-top: 8px;
	padding-bottom: 8px;
}
#content p span{
	padding-top: 8px;
	padding-bottom: 8px;
	color: #f8941d;
}
#content .col{
	color: #f8941d;
}
#content #list_news li{
	padding-top: 15px;
}
#content #list_news li span{
	color: #f8941d;
}
.errors{
	width: 300px;
	color: white;
	margin: 0px auto 0px auto;
}
.errors strong{
	color: red;
}
#sitemap ul{
	margin-left: 10px;
}
#sitemap ul li{
	list-style: disc;
	padding-top: 5px;
	color: #f8941d;
}
/*---------------------------------*/
#footer{
	background-color: #2f1c05;
	height: 100px;
	border-top: 2px solid #f8941d;
	padding: 20px 30px 10px 30px;
	color: #f8941d;
}
#footer a{
	color: #f8941d;
}
#footer #contact{
	width: 250px;
	float: left;
	display: inline;
}
#footer #counter{
	float: right;
	display: inline;
	}