html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:white;
	font-size:76%; 
	font-family: verdana, Arial;
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding: 0; 
	margin:0; 
	border:0;
	background: #6E6E6E url(img/img1.jpg) repeat-x;
	}


	
#head {
	position:absolute; 
	margin-left:-321px; 
	margin-top: 0px;
	left:50%; 
	top:0px; 
	width:700px; 
	min-width:700px; 
	height:177px; 
	font-size:1em; 
	z-index:5;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	border-bottom: 2px solid #C9BA65;
	}
	
* html #head {
	top:0px; width:700px; height:177px;
	}
	
h1 {
	font-size: 40px;
	font-weight: bold;
	color: #666666;
	margin-left: 0px;
	text-align: left;
	margin-top: 20px;
	font-family: Georgia;
	letter-spacing: 1px;
	}
	
h2 {
	padding-top: 0px;
	font-size:20px;
}

h3 {
	padding-bottom: 0px;
	font-weight: normal;
	color: Maroon;
}


#panel {
	padding: 0;
	margin:0;
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:167px; 
	bottom:-24px; 
	width:138px; 
	margin-left:-321px; 
	left:50%;
	background-color:#555555;
}	

* html #panel {
	top:0px; 
	bottom:0; 
	height:100%;
	width:138px;
	border-top:177px solid #fff; 
	border-bottom:40px solid #fff;
	}
	

#menu, #menu2, #menu3 {

	padding-left: 0;
	margin-left: 0;

	z-index:5;
	width: 110px;
	color:white;
	}
	
#menu {
	background-color: #758279;
	border-bottom: 2px solid #758279;
}

#menu2 {
	background-color: #B2AB9B;
	border-bottom: 2px solid #B2AB9B;
}

#menu3 {
	background-color: #C9BA65;
	border-bottom: 2px solid #C9BA65;
}

#menu li, #menu2 li, #menu3 li {
	list-style: none;
	margin: 0;
	padding: 0.25em;

	width: 110px;
	}

#menu li {
	background-color: #949E7C;	
	border-bottom: 1px solid #758279;
}

#menu2 li {
	background-color: #DFD7CA;	
	border-bottom: 1px solid #B2AB9B;
}

#menu3 li {
	background-color: #E2DFA8;	
	border-bottom: 1px solid #C9BA65;
}


#menu li a, #menu2 li a, #menu3 li a { 
	text-decoration: none;
	color: black;
	}
	
#menu li a:hover, #menu2 li a:hover, #menu3 li a:hover {
	text-decoration: none;
	color: Gray;	
}

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:177px; 
	bottom:43px; 
	width:550px; 
	margin-left:-182px; 
	left:50%;
	background-color:white;
	padding-left:10px;
	}
	
* html #content {
	top:0px; 
	bottom:0; 
	height:100%;
	width:560px;
	border-top:177px solid #fff; 
	border-bottom:40px solid #fff;
	}	
	

	
#foot {
	position:absolute; 
	margin-left:-321px; 
	left:50%; 
	bottom:0; 
	width:700px; 
	min-width:700px; 
	height:40px; 
	z-index:5;
	border-top: 2px solid #2F4F4F;
	background-image: url(img/foot.jpg);
	background-repeat: no-repeat;
	text-align:center;
	}
	
#foot a {
color:white;
font-size:10px;
text-decoration:none;
}
	
* html #foot {
	bottom:0px; width:700px; height:40px;
	}
	
	
#info {
		clear:both;
	float:left;
	width:200px;
	font-size: 12px;
	line-height: 18px;
}
#contentm {

	float:left;
	margin:0px 30px;
	width:150px;
	font-size: 12px;
	line-height: 18px;
}

#contentm li, #contentm a {
	font-size: 12px;
	line-height: 14px;
	list-style-type: none;
	padding-bottom: 5px;
	text-decoration:none;
	color:#7F765F;
}

p {
	font-size: 12px;
	line-height: 18px;
}

	
	
#map a {
	padding-right:10px;
	float:right;
	color:white;
	text-decoration:none;
	font-weight:bold;
}

#map1 {

}

#map1 a, p.alinks {
	float:left;
	font-size:11px;
	color:black;
	text-decoration:none;
}

#litery {
	width:100px;
	float:right;
}

#litery a {
	float:left;
	margin:2px;
	padding:3px;
	text-align: center;
	width:18px;
	border:1px solid #7F765F;
	background-color:#DFD7CA;
	color:black;
	text-decoration:none;
}

#litery a:hover {
	border:1px solid #7F765F;
	background-color:#7F765F;
	color:white;
}