/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color:#e0fefb;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 150%;
	text-decoration: none;
}
.lng {
	width: 924px;
	height: 30px;
	padding-bottom: 4px;
}
.lng img {
	margin-left:5px;
}
.head {
	background-image: url(../img/bgr-head.jpg);
	background-repeat: no-repeat;
	height: 426px;
	width: 924px;
}
#main {
	padding-top: 4px;
	padding-bottom: 15px;
	background-color: #ebebeb;
	width: 924px;
}

/* MENU */
#main #nav {
	width: 248px;
}

#main #nav ul {
	list-style: none;
	margin-bottom: 9px;
}
#main #nav ul a:link, #main #nav ul a:visited {
	line-height: 300%;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url(../img/bgr-nav.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 248px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 28px;
}
#main #nav ul a:hover, #main #nav ul a.select {
	color: #1f447e;
	text-decoration: none;
	display: block;
	background-image: url(../img/bgr-nav-.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 248px;
}
#main #nav li {
	vertical-align: middle;
	text-decoration: none;
	display: block;
	width: 248px;
	margin-bottom: 3px;
}
#main #nav #baner {
}
#main #content {
	width: 646px;
	margin-right: 15px;
	margin-left: 15px;
	text-align: justify;

}
#main #content .title {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9e30;
	display: block;
	text-transform: uppercase;
}
#main #content a:link, #main #content a:visited {
	font-weight: bold;
	color: #00676A;
	text-decoration: none;
}
#main #content a:hover {
	color: #FF9E30;
	text-decoration: none;
}
#main #content p {
	text-indent: 25px;
}
#main #content .gallery {
	margin-top: 17px;
}
#main #content .gallery img {
	padding: 0px;
	margin-right: 17px;
	margin-bottom: 17px;
}
#main #content .gallery img.last {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 17px;
}


.bottom {
	background-color: #1f447e;
	height: 13px;
}
#copyright {
	padding-top: 3px;
	color: #00676a;
	text-decoration: none;
	font-size: 10px;
	padding-bottom: 10px;
}
#copyright a:link, #copyright a:visited {
	color: #00676a;
	text-decoration: none;
}
#copyright a:hover {
	color: #ff9e30;
}



/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* Clearfix */
