* {
	font-family: "Times New Roman";
	font-size: 17px;
	font-weight: normal;
	line-height: 22px;
}
body, html {
	width: 100%;
	background-color: #0561C4;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#main {
	width: 840px;
	margin: auto;
	background-color: #ffffff;
}

#content {
	width: 740px;
	margin: auto;
	position: relative;
	padding-bottom: 20px;
}

#lang {
	font: 11px Verdana Geneva Arial Helvetica sans-serif;
	color: #0e328a;
	float: right;
	margin-top: 20px;
}

#lang a {
	font: 11px Verdana Geneva Arial Helvetica sans-serif;
	color: #0e328a;
}

br {
	clear: both;
}

h2 {
	font-size: 26px;
	color: #0e328a;
	font-weight: normal;
}

b {
	font-size: 20px;
	color: #0e328a;
	font-weight: normal;
	
}

#footer {
	width: 740px;
	margin: auto;
	position: relative;
	height: 50px;
	color: #ffffff;
	font-size: 15px;
	text-align: right;
	padding-top: 30px;
}

.border {
	border: 1px solid #375e88;
}

.descr {
	color: #0e328a;
	font-size: 16px;
	margin: 11px 0px;
}

#roll {
	overflow: hidden;
	width: 740px;
}

#gallery {
	width: 990px;
}

#gallery .item {
	color: #0e328a;
	font-size: 15px;
	float: left;
	margin-right: 10px;
	width: 115px;
	line-height: 16px;
}

#gallery .item_last {
	color: #0e328a;
	font-size: 15px;
	float: left;
	width: 115px;
	line-height: 16px;
}

#gallery .item img, #gallery .item_last img {
		border: 1px solid #375e88;
	margin-bottom: 8px;
}

#nav {
	position: relative;
}
#arr-l {
	position: absolute;
	left: -27px;
}

#arr-r {
	position: absolute;
	right: -27px;
}

#bigpic  {
	border-top: 1px solid #375e88;
	margin-top: 10px;
	padding-top: 10px;
}

