body {
	font-family: 'Istok Web', 'Helvetica', 'Arial', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}
strong {
	font-weight: 700;
}
h1, h2, h3 {
	font-family: 'Economica', 'Arial Narrow', sans-serif;
	font-weight: 700;
	color: #000000;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}
.m {
	height: 40px;
}


#bgImage {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: url(../images/bg1.jpg) no-repeat center top #222;
	background-position: fixed;
}
#bgPattern {
	width: 100%;
	height: 100%;
	background: url(../images/bgPattern.png) repeat;
}
	#bgTop {
		height: 200px;
		width: 100%;
		background: url(../images/bgTop.png) repeat-x;
	}


#content {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
}
header #logo h1 {
	background: #eeeeee;
	border: 1px solid #ffffff;
	box-shadow: 1px 1px 5px #111111;
	overflow: hidden;
	cursor: pointer;
}
	header #logo h1 {
		padding: 12px 17px;
		color: #000000;
		font-family: 'Economica', serif;
		font-size: 20px;
		font-weight: 400;
		letter-spacing: 2px;
		text-shadow: 1px 1px 1px #ffffff;		
}
	.nav {
		height: 40px;
		padding-top: 10px;
		line-height: 40px;
		text-align: right;
		font-size: 15px;
		color: #ffffff;
		text-shadow: 1px 1px 4px #000000;
	}
	.nav a {
		margin: 0 5px;
		color: #cccccc;
		text-decoration: none;
	}
	.nav a:hover {
		color: #ffffff;
		border-bottom: 1px dotted #ffffff;
	}
.underConstructionLines {
	height: 8px;
	border-bottom: 3px double #ffffff;
}
.underConstructionTxt {
	background: url(../images/const.png) no-repeat left center;
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;
	overflow: hidden;
}
	.underConstructionTxt p {
		margin-left: 30px;
	}

.page_title, .to_home {
	line-height: 30px;
}
.right {
	text-align: right;
}
	.page_title h1 {
		font-size: 22px;
		color: #eeeeee;
		text-shadow: 1px 1px 5px #000000;
		margin-left: 5px;
	}
	.to_home a {
		font-size: 14px;
		color: #ddd;
		text-shadow: 1px 1px 5px #000000;
		margin-right: 5px;
		text-decoration: none;
	}
	.to_home a:hover {
		color: #ffffff;
		border-bottom: 1px dotted #ffffff;
	}

.book {
	background: #eeeeee;
	box-shadow: 1px 1px 10px #000000;
	overflow: hidden;
	min-height: 406px;
}
	.book .border
	{
		border: 1px solid #ffffff;	
		min-height: 404px;
		padding: 0;
	}
		.border .l {
			width: 218px;
			display: block;
			float: left;
		}
		.border .r {
			width: 240px;
			display: block;
			float: right;
		}
	.book article {
		margin: 10px;
	}
		.book article h2 {
			font-size: 20px;
			margin-bottom: 10px;
		}
		.book article ul li.pdf {
			background: url(../images/pdf.png) no-repeat left center;
			padding: 3px 0 0 23px;
		}
		.book article ul li.gallery {
			background: url(../images/images.png) no-repeat left center;
			padding: 3px 0 0 23px;
		}
		.book article ul li a {
			font-size: 13px;
			color: #00397b;
			text-decoration: none;
			margin-bottom: 6px;
		}
		.book article ul li a:hover {
			border-bottom: 1px dotted #00397b;
		}
		.book article table, .book article p {
			margin-bottom: 10px;
		}
		.book article table td {
			padding: 3px 10px 3px 0;
		}
		.book article.spacing p {
			line-height: 1.5em;
		}
	.border .gallery-thumbs {
		border: 1px solid #eeeeee;
	}
	.book .gallery-thumbs img {
		display: inline-block;
		vertical-align: bottom;
		margin: 0;
		border: 1px solid #ffffff;
		max-width: 310px;
		max-height: 220px;
	}
footer {
	height: 40px;
}
	footer p, footer a {
		line-height: 40px;
		color: #fff;
		font-size: 14px;
		text-shadow: 1px 1px 4px #000;
		text-decoration: none;
	}