/* LAYOUT */

#main1 {
	margin: 0px;
	padding: 0px;
	background: url("../images/panelL.jpg") top left repeat-y;
	background-color: #FAFAFA;
	...min-height: 485px;
	_height: 485px;
}

#main2 {
	margin: 0px;
	padding: 0px;
	background: url("../images/panelR.jpg") top right repeat-y;
}

#left {
	margin: 155px 0px 20px 0px;
	float: left;
}

#right {
	width: 138px;
	margin: 190px 0px 20px 46px;
	float: left; 
}

#middle {
	width: 590px;
	margin: 118px 0px 20px 67px;
	background-color: #FAFAFA;
	text-align: justify;
	float: left;
}

#endBlock {
	width: 1003px;
	height: 30px;
	padding-top: 8px;
	background: url(../images/downLine.jpg) no-repeat white;
	/* 
	background-color: White;
	border-top: 1px solid #506D97;
	*/
	text-align: center;
	clear: both;
}

#bannerSignOFF a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
	height: 144px;
	background: url("../images/bannerSign.jpg") no-repeat;
	float: left;
}

#bannerSignOFF a:hover {
	background-position: -140px 0px;
	cursor: pointer;
	cursor: hand;
}

#bannerObec {
	position: absolute;
	top: 0px;
	left: 140px;
	width: 60px;
	height: 144px;
	background: url("../images/bannerObec.jpg") no-repeat;
	float: left;
}

#bannerBeforeMap {
	position: absolute;
	top: 0px;
	left: 803px;
	width: 71px;
	height: 116px;
	background: url("../images/bannerBeforeMap.jpg") no-repeat;
	float: left;
}

#bannerMapOFF a {
	position: absolute;
	top: 0px;
	left: 874px;
	width: 129px;
	height: 116px;
	background: url("../images/bannerMap.jpg") no-repeat;
	float: left;
}

#bannerMapOFF a:hover {
	background-position: -129px 0px;
	cursor: pointer;
	cursor: hand;
}

#bannerUnderMap {
	position: absolute;
	top: 116px;
	left: 803px;
	width: 200px;
	height: 74px;
	background: url("../images/bannerUnderMap.jpg") no-repeat;
	clear: both;
}

#bannerMain {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 603px;
	height: 82px;
	background: url("../images/bannerMain.jpg") no-repeat;	
}

#bannerCornerL {
	position: absolute;
	top: 82px;
	left: 200px;
	width: 143px;
	height: 32px;
	background: url("../images/bannerCornerL.jpg") no-repeat;
	float: left;
}

#bannerUnderMain {
	position: absolute;
	top: 82px;
	left: 343px;
	width: 425px;
	height: 32px;
	background-color: #FAFAFA;
	float: left;
}

#bannerCornerR {
	position: absolute;
	top: 82px;
	left: 768px;
	width: 35px;
	height: 32px;
	background: url("../images/bannerCornerR.jpg") no-repeat;
	float: left;
}

a.imgA {
	display: block;
	width: 140px;
	height: 144px;
}