﻿body {
	margin: 0;
	padding: 0;
	min-width: 1000px;
	font-family: "Georgia", "Times New Roman", Times, serif;
}
img {
	border: none;
}
ul, li {
	margin: 0;
	padding: 0;
}
h1 {
	color: black;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 15px 0;
}
h2 {
	color: black;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 15px 0;
}
a {
	outline: none;
}
a.black {
	color: black;
}
a.black:hover {
	color: #f10606;
}
a.blue {
	color: #1185b0;
}
a.blue:hover {
	color: #f10606;
}



#head {
	height: 155px;
	background: url(../img/head_bg.png) repeat-x left top;
}
#head_inner {
	height: 155px;
	background: url(../img/head_bg_big.jpg) no-repeat left top;
}
	#logo {
		position: absolute;
		margin: 17px 0 0 36px;
	}
	#name {
		position: absolute;
		margin: 54px 0 0 286px;
		background: url('../img/izbirkom-voronezh_name.png') no-repeat left top;
		width: 383px;
		height: 46px;
	}
	#building {
		float: right;
		background: url('../img/building.png') no-repeat right top;
		width: 265px;
		height: 155px;
	}
	
#top_menu {
	position: relative;
	width: 100%;
	height: 45px;
	background: url('../img/menu_bg.png') repeat-x left top;
	border-bottom: #c9c7c9 1px solid;
}
#top_menu:after {
	content: '';
	display: block;
	clear: both;
}
	#mini-contacts {
		color: #4a4a4a;
		font-size: 11px;
		font-style: italic;
		padding: 7px 13px 0 0;
		position: absolute;
		margin: 157px 0 0 0;
		z-index: 2;
	}
	.align_center_to_left {
		position: relative;
		right: 50%;
		float: right;
	}
	.align_center_to_right {
		position: relative;
		z-index: 1;
		right: -50%;
		padding: 10px 0 10px 52px;
		background: url('../img/top_menu_icon.png') no-repeat left 7px;
		font-size: 18px;
		color: black;
	}

	#home {
		position: absolute;
		margin: 19px 0 0 101px;
		width: 10px;
		height: 8px;
	}
	#mail {
		position: absolute;
		margin: 20px 0 0 126px;
		width: 10px;
		height: 7px;
	}
	
#content_block {
	margin-top: 20px;
}
#left_column {
	width: 212px;
	float: left;
	border-right: #dbdbdb 1px solid;
	padding: 7px 0 0 18px;
}
	#left_menu {
		font-size: 14px;
	}
		.left_menu_item {
			margin-bottom: 15px;
			padding-left: 27px;
			background: url('../img/left_menu_marker.png') no-repeat left 7px;
		}

.divider {
	background: url('../img/divider.png') no-repeat left top;
	width: 196px;
	height: 10px;
	margin: 20px 0;
	font-size: 1px;
}

#banners {
	
}
	.banner {
		margin-bottom: 15px;
	}

#main_column {
	margin: 0 225px 0 231px;
	padding: 7px 22px;
	color: #4a4a4a;
	font-size: 12px;
}
	#main_column a {
		color: #1185b0;
	}
	#main_column a:hover {
		color: #f10606;
	}
	#main_column img {
		border: #dddada 1px solid;
		padding: 2px;
	}
	#main_column table {
		border-color: #ccc;
		border-collapse: collapse;
	}
		#main_column table td {
			padding: 5px;
			border-color: #ccc;
		}
	#main_column table.noborder {
			border: none;
		}
		#main_column table.noborder td {
			border: none;
		}
	#path {
		font-size: 11px;
		margin-bottom: 20px;
	}
	#path a {
		color: #666666;
	}
	#children_menu {
		font-size: 14px;
		padding: 5px 0 5px 15px;
		margin-left: 20px;
		background: url(../img/chmenu_bg.gif) repeat-y left top;
		list-style-type: none;
	}
		#children_menu li {
			margin-bottom: 10px;
		}
	#children_menu a {
		color: black;
	}
	
#right_column {
	width: 208px;
	float: right;
	border-left: #dbdbdb 1px solid;
	padding: 7px 12px;
}
	#news {
		font-size: 12px;
	}
		#news h2 {
			margin-left: 6px;
		}
		.news_item {
			margin-left: 6px;
		}
			.news_date {
				color: #666666;
				margin-bottom: 5px;
			}
			.news_text {
	
			}
		.news_divider {
			background: #d9d9d9;
			height: 1px;
			font-size: 1px;
			margin: 15px 0 11px 0;
		}
		.all_news {
			margin-top: 20px;
			text-align: right;
		}
			.all_news a {
				padding-left: 27px;
				background: url('../img/left_menu_marker.png') no-repeat left 7px;
			}
			
#bottom_menu {
	height: 30px;
	background: url(../img/bottom_menu_bg.gif) repeat-x left top;
	font-size: 11px;
	padding-top: 13px;
	margin-top: 20px;
	text-align: center;
}

#footer {
	height: 79px;
	background: url(../img/footer_bg.png) repeat-x left top;
	font-size: 11px;
	color: #666666;
}
	#copyright {
		position: absolute;
		margin: 28px 0 0 77px;
	}
	#tega {
		float: right;
		margin: 33px 95px 0 0;
	}











