@charset "utf-8";
/* CSS Document */

/* ========== Скелет ========== */

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 960px;
	margin: 0px auto -48px;
	position: relative;
	background: #fdfdfb url(../images/tpl/wrap.gif) repeat-y left;
	z-index: 2;
}

#footer,
#push {
	height: 48px;
	clear: both;
	margin: 0 auto;
	position: relative;
}

/* ===== Скелет общие ===== */

#container {
	min-height: 397px;
	background: url(../images/tpl/container.jpg) no-repeat;
	position: relative;
}

.header_body,
.left_body,
.right_body,
.main_body,
.footer_body,
.footer_body_main_page {
	position: relative;
	z-index: 3;
}

.main_body p {
	padding: 10px 0;
}

/* ===== Шапка ===== */

#header {
	margin: 0 auto;
}

#header .header_body {
	height: 82px;
	background: url(../images/tpl/top_body.gif) repeat-x top;
}

/* ===== Left ===== */

div#left {
	width: 239px;
	float: left;
	background: url(../images/tpl/left.gif) no-repeat top;
}

div.left_body {
	padding: 9px 11px 9px 6px;
}

/* ===== Right ===== */

div#right {
	width: 244px;
	float: right;
}

/* ===== Основной блок ===== */

#main {
	margin: 9px 254px 9px 246px;
}

.main_body {
	width: 100%;
	float: left;
}

/* ===== Подвал ===== */

#footer {
	background: url(../images/tpl/footer.png) repeat-x;
	position: relative;
	z-index: 3;
}

.footer_body {
	width: 960px;
	margin: 0 auto;
	color: #ededed;
}

.footer_body a {
	color: #ededed;
}