body{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.5em;
	font-family: Arial; 
	background: url('images/body_layout.jpg'); 
	color: #393838;
}

a {
	color: #073693;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.center{
    margin: auto;
    width: 980px;    
    
}

.shadow{
	float: left;
	box-shadow: 0px 0px 50px -15px #000;
	background: url('images/content_layout.jpg') repeat-y;
}

																																							/* HEADER */

.header {
	float: left;
	position: relative;
	width: 980px;
	height: 250px;
	background: url('images/header.jpg') no-repeat;
}

.header .info {
	font-size: 18px;
	color: #073693;
	position: absolute;
	/*font-style: italic;*/
	left: 765px;
	top: 19px;
	text-align: right;
}

.header .home {
	position: absolute;
	display: block;
	width: 71px;
	height: 22px;
	left: 29px;
	top: 19px;
}

.header .mail {
	position: absolute;
	display: block;
	width: 71px;
	height: 22px;
	left: 99px;
	top: 19px;
}

																																							/* NAVIGATION */

.nav {
	float: left;
	position: relative;
	width: 980px;
	height: 42px;
	background: url('images/nav_layout.jpg') repeat-x;
}

.nav ul {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 0px;
	list-style: none;
}

.nav ul li {
	float: left;
	margin: 0;
}

.nav ul li a {
	font-size: 17px;
	color: #fff;
	display: block;
	height: 42px;
	line-height: 42px;
	text-decoration: none;
	padding: 0 25px;
}

.nav ul li a:hover ,
.nav ul li .active {
	text-decoration: underline;
}

.left-block {
	position: relative;
	float: left;
	width: 215px;
	padding: 15px 15px
}

	.left-block .H {
		font-size: 24px;
		font-weight: normal;
		color: #c0342a;
		border-bottom: 1px #c0342a solid;
		padding: 10px 0px 20px 10px;
		margin: 0px 0px 20px 0px;
	}
	
	.left-block ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.left-block ul li {
		border-bottom: 1px #c4cad1 solid;
		padding: 0 0 0 10px;
	}
	
	.left-block ul ul li {
		padding: 0 0 0 30px;
	}
	
	.left-block ul li a {
		display: block;
		font-size: 17px;
		color: #2c2c2c;
		text-decoration: none;
		padding: 5px 0;
	}
	
	.left-block ul li a:hover ,
	.left-block ul li .active {
		color: #c0342a;
	}

.content {
	float: left;
	width: 705px;
	min-height: 600px;
	height: auto !important;
	padding: 15px;
}

	.content h1 {
		font-size: 24px;
		font-weight: normal;
		color: #2b4f88;
		margin: 10px 0 20px 0;
		padding: 0;
	}

																																							/* FOOTER */

.footer {
	float: left;
	position: relative;
	width: 980px;
	height: 53px;
	background: url('images/footer.jpg') no-repeat;
}

.footer .copy {
	color: #717579;
	position: absolute;
	left: 273px;
	top: 5px;
	font-size: 11px;
}

.footer .e-terra {
	text-decoration: none;
	position: absolute;
	left: 273px;
	color: #717579;
	top: 24px;
	font-size: 11px;
}

.footer .counter {
	width: 100px;
	height: 18px;
	position: absolute;
	left: 20px;
	top: 30px;
}

.footer ul {
	list-style: none;
	position: absolute;
	right: 20px;
	top: 6px;
}

.footer ul li {
	float: left;
	margin: 0 10px;
}

.footer ul li a {
	font-size: 12px;
	color: #2b4f88;
	text-decoration: none;
	/*text-transform: uppercase;*/
}

.footer ul li a:hover ,
.footer ul li .active {
	color: #c0342a;
}