﻿body {
	font-family: "Verdana", Sans-Serif;
	font-size: 12px;
	line-height:12pt;
	background-color: #d2e2f6;
}
#container {
	position:absolute;
	text-align:center;
	margin-top:50px;
    left: 50%;
	margin-left:-490px;
	width: 975px;
}
#logo{
	position:absolute;
	z-index:1;
	left:830px;
	height:180px;
	width: 100px;
	top:15px;
}
.images{
	border:1px;
	border-color:white;
	border-style:solid;
	text-align:left;
	margin-left:0px;
	float:left;
}
#main {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 975px;
	background-color:#e9f1f7;
	border:2px; 
	border-style:solid;
	border-color:white;
	overflow:auto;
}
#navigation{
	position:relative;
	float:left;
	background-color:#e9f1f7;
	background-image:url('images/navi4.gif');
	background-repeat:no-repeat;
	text-align:left;
	left:0px;
	width: 180px;
	margin-top:30px;
	border-style:none;
}
#content{
	position:relative;
	float:right;
	text-align: justify;
	width: 720px;
	left:-50px;
	margin-top:15px;
	margin-bottom:25px;
	border-style: none;
}
#contacts{
	position:relative;
	text-align:center;
	font-family:Verdana;
	font-size:7pt;
	width: 979px;
	top:-67px;
}

h1 {
	font-family:"Arial";
	font-size: 20px;
	font-weight:bolder;
}






