@charset "windows-1251";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body{
	background: url(images/img00.jpg) repeat-y center;
}

#line-one{
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}
#line-two{
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}
#line-three{
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}
#line-four{
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}
#line-two .col1{
	background: url(images/img02.jpg) no-repeat;
	height: 153px;
}
#line-two .col2{
	background: url(images/img03.jpg) no-repeat;
	height: 153px;
}
#line-two .col3{
	background: url(images/img04.jpg) no-repeat;
	height: 153px;
}

#nav{
	margin: 0 auto 10px auto;
	background: url(images/img08.jpg) no-repeat;
	height: 63px;
}

#content{
	padding: 0 15px;
	font: normal 11px Tahoma, Geneva, sans-serif;
	text-align: justify;
	padding-bottom: 30px;
}
#content p{
	padding-bottom: 10px;
}
#content h1{
	font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	margin-top: 20px;
}
#content h1 a{
	font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}
#content .read-more{
	text-align: right;
}
#content .read-more a{
	color: #090;
	text-decoration: none;
}
#content .comment{
	color: #990;
}
.post{
	border-bottom: dotted 1px #9C0;
	padding-bottom: 6px;
}
.post-data{
	color: #096;
	font: normal 10px Tahoma, Geneva, sans-serif;
	margin-bottom: 20px;
	padding-bottom: 4px;
	border-bottom: 3px solid #9C0;
}
.post-data a{
	color: #000;
	text-decoration: none;
}
.post-data a:hover{
	color: #063;
}
.comments{
	color: #333;
	font: normal 11px Tahoma, Geneva, sans-serif;
}
.comments div{
	background-color: #afe093;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 4px;
	font: normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#line-four .col1{
	background: url(images/img01.jpg);
	height: 98px;
}
#line-four .col2{
	background: url(images/img05.jpg) no-repeat;
	height: 98px;
}
#line-four .col3{
	background: url(images/img06.jpg) no-repeat;
	height: 98px;
}
.loginbar{
	padding: 10px 0 0px 6px;
}
.input{
	width: 170px;
	border: solid 1px #C69;
}
.textarea{
	border: solid 1px #996;
}
.submit{
	border: dotted 1px #990;
	padding: 4px 6px;
	margin-top: 4px;
	color: #000;
}
.loginbar div{
	font: normal 11px Verdana, Geneva, sans-serif;
	color: #C69;
	margin-top: 4px;
}
.loginbar a{
	color: #966;
}
.loginbar a:hover{
	text-decoration: none;
}
.loginbar h2{
	color: #000;
	font: bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.no-result{
	color: #993;
}

#searchbar{
	padding: 30px 0 10px 6px;
}
#searchbar div{
	font: normal 11px Verdana, Geneva, sans-serif;
	color: #C69;
	margin-top: 4px;
}
#searchbar a{
	color: #966;
}
#searchbar a:hover{
	text-decoration: none;
}

#langbar{
	padding: 30px 0 10px 6px;
}
#langbar{
	font: normal 11px Verdana, Geneva, sans-serif;
	color: #C69;
	margin-top: 4px;
}
#langbar a{
	font: bold 11px Tahoma, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
}
#langbar .curent_lang{
	color: #FFF;
}

.col1{
	width: 190px;
	float: left;
	background: #b799cb url(images/img01.jpg);
}
.col2{
	width: 625px;
	float: left;
	background-color: #d2f5be;
}
.col3{
	width: 185px;
	float: left;
	background-color: #f9b8cd;
}
.cleaner{
	clear: both;
}
