html,body {
	margin:0;padding:0
}
body {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	background-color:#555555;
}
p {
	margin:0 10px 10px
}
a {
	color:#3ba7c6;
	text-decoration:underline;
}
a:hover {
	color:#696969;
}
img {
	border:none;
}
#header {
	width:100%;
	overflow:hidden;
}
#logo {
	float:left;
	width:500px;
}
#banner {
	float:left;
	width:468px;
	margin-top:32px;
	margin-left:-30px;
	height:90px;
}
#nav {
	background:url('../images/nav.jpg') repeat-x;
	width:100%;
	padding-bottom:50px;
	margin-top:-10px;
}
#hello {
	background:url('../images/hello.png') repeat-x;
	color:#fff;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
}
#hello h1 {
	color:#fff;
	padding-bottom:5px;
	margin:0;
	background:none;
	border:none;
	font-size:22px;
}
#hello h3 {
	color:#fff;
	margin:0;
	padding:0;
	font-size:18px;
}
#hello em {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
}
#hello a {
	color:#fff;
	text-decoration:underline;
}
#hello a:hover {
	text-decoration:none;
}
div#content p{
	line-height:1.4
}
div#navigation{
	background:#B9CAFF
}
div#footer{
	background: #333;
	color: #FFF
}
div#footer p{
	margin:0;
	padding:30px;
}

div#wrapper{
	float:left;
	width:70%
}
div#right{
	float:right;
	width:29%
}
div#extra{
	clear:both;
	width:100%
}
#container {
	background:#fff;
}
/*------------------------------------------------------------*
**  Навигация  справа
**------------------------------------------------------------*/
#right ul {
	list-style-type:none;
	margin:0; padding:0;
}
#right li a {
	 display:block;
	 margin:0;
	 padding:6px 6px 6px 0px;
	 border-bottom:1px dashed #DCDCDC;
	 text-decoration:none;
         color:#fff;
}
#right li a:hover {
	color:#FFF;
	background-color:#5ec2df;
}
/*------------------------------------------------------------*
**  Контент
**------------------------------------------------------------*/
.text {
	padding:20px;
}
.slink {
	font-color: #ffffff;
	font-size: 11px;
	font-family: tahoma;
}
.slink a:active,
.slink a:visited,
.slink a:link {
	color: #ffffff;
	text-decoration:none;
	}

.slink a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
h1, h2, h3, h4 {
	font-weight:normal;
	padding-bottom:0px;
}
h1 {
	color:#fff;
	font-size:18px;
	padding:10px;
	margin-bottom:5px;
	margin-top:0;
	background:url('../images/heading.gif') right no-repeat;
	background-color:#565656;

}
h1 a {
	color:#fff;
}
h1 a:hover {
	color:#f5f5f5;
}
h2 {
	color:#3ba7c6;
	font-size:20px;
	padding:0;
	margin-bottom:5px;
}
h1 a, h2 a {
	text-decoration:none;
}
em {
	font-style:normal;
	font-size:16px;
	color:#fff;
}
#right h1 {
	padding:10px 0px 0px 20px;
	margin:0;
	color:#3ba7c6;;
	font-size:23px;
}
.module {
	background:#fff;
}
.module h1 {
	background:url('module.png') repeat-x;
}	
.more {
	margin-top:10px;
	margin-left:70%;
}
.more a, .more a:link {
	color:#248ba9;
}
.more a:hover {
	color:#696969;
}
#bg {
	background:url('../images/right.png') repeat-y top left;
	background-color:#555555;
	padding-left:70px;
	color:#fff;
	height:100%;
}
#bg a {
	color:#fff;
}
#bg a:hover {
	text-decoration:none;
}
#bg-top {
	margin-top:20px;
	background:url('../images/bg-top.png') no-repeat left;
	background-color:#555555;
	height:50px;
}
/*------------------------------------------------------------*
**  Комментарии
**------------------------------------------------------------*/
#comment {
	border:1px solid #3ba7c6;
	margin-bottom:20px;
}
#comment-top {
	background:#3ba7c6;
	color:#fff;
	padding:0px 20px 0px 20px;
}
#comment-top a {
	color:#fff;
}
.comment-date {
	float:right;
	padding-right:10px;
}
#comment-bottom {
	margin:0px 20px 20px 20px;
}
.comment-s {
	padding:20px;
}

/* Навигация v2*/

#navlist
{
	height:54px;
	padding:0;
	margin-top:-17px;
	font-weight: bold;

	background:url('../images/nav-hover.png') repeat-x;
}

#navlist li
{
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a
{
	height: 44px;
	padding-top:17px;
	color: #fff;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	float: left;
	margin-right: 1px;
}

#navlist li a:link, #navlist li a:visited { 
	color: #fff; 
}

#navlist li a:hover {
	padding-top:17px;
	color: #ffffff;
	background:url('../images/nav.png') repeat-x top center;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	float: left;
	margin-right: 1px;
}