@charset "utf-8";
body {
	margin:0;
	padding:0;
}
#main { 
	font-family:Tahoma, Geneva, sans-serif;
	margin:0 auto;
	padding:0;
	width:99.3%;
	min-width:1000px;
}
#header {
	background:#6d8ca8;
	border-bottom:solid #474747 1px;
	height:117px;
	padding:3px 0 0 11px;
	line-height:28px;

}
#sitename {
	color:#fff;
	font-size:20px;
}
#sitename a {
	color:#fff;
	text-decoration:underline;
}
#query_line,
#query_new {
	color:#fff;
	font-size:16px;
}
#query_line h1 {
	display:inline;
	font-size:18px;
	font-weight:bold;
}
#header div .i_gstyle {
	border: 1px solid #7e9db9;
	padding: 2px;
	background: url("http://www.google.ru/cse/intl/ru/images/google_custom_search_watermark.gif") no-repeat scroll left center #fff;
}
#top_right_advertising {
	position:absolute;	
	z-index:9;
	width:728px;
	height:110px;
	/*border:1px #4a6b89 solid;*/
	top:0;
	right:5px;
}
#collumns  {
	clear:both;
}
#collumns table {
	width:100%;
	margin:5px;
}
#collumns table tr td {
	vertical-align:top;
}
.left_collomn_top_advertising {
	height:100px;
	width: 97.6%;
	padding:2px;
	position:relative;
	border:1px dashed #aaa;
	background-color:#eee;
	clear:both;
}
#left_collomn_content .item {
	border:1px dashed #aaa;
	background-color:#eee;
	padding:5px;
	
	height:300px;
	width:30%;
	
	float:left;
	position:relative;
	margin:5px;
	font-size:115%;
}
.p5 {
	padding: 5px;
}
.item strong {
	display:block;
	font-weight:bold;
	padding-bottom:15px;
}
.item p {
	text-align:center;
	line-height:20px;
}
.item p span {
	background:#FAFAFA;
	color:#333;
}
.item img, 
.item p a {
	display:block;
	margin:0 auto;
	padding:10px;
}
#list_links {
	border:1px dashed #aaa;
	background:#fff;
	padding:10px;
	margin-right:10px;
	position:relative;
	line-height:25px;
	padding-left:40px;
}
#list_links ol {
	list-style:decimal;
	list-style-type: decimal;
}
#list_links ol li{
	border-bottom:dashed 1px #999;
}
#list_links ol li a {
    text-decoration: none;
    color:navy;
}
#list_links ol li a:hover {
    color:gray;
}
#footer {
	background:#6d8ca8;
	height:31px;
	width:100%;
	clear:both;
	position:relative;
	z-index:2;
	border-top:solid #474747 1px;
	line-height:31px;
}
#footer .f_left {
	float:left;
	width:88px;
}
#footer .f_right {
	float:right;
	width:200px;
	text-align:right;
	padding-right:20px;
}
#right_advertising_collomns {
	
}
#right_advertising_collomns table {
	width:100%;
}
#right_advertising_collomns table td {
	width:50%;
	text-align:center;
}
.clear {
	clear:both;
	height:1px;
}