﻿* {
	margin: 0;
	padding: 0;
	}
	
img {
	border: none;
	}

#container{
	margin: auto;
	width: 969px;
	min-height: 888px;
	min-width : 970px;
	position : relative;
	}

#header{
	background: url(../images/header.jpg) no-repeat;
	height: 192px;
	width: 969px;
	}

#logo{
	background: url(../images/logo.png) no-repeat;
	position : absolute;
	height: 93px;
	width: 301px;
	left : 40px;
	top : 22px;
	}

#contacts{
	position: absolute;
	text-align : left;
	height: 81px;
	width : 300px;
	left : 318px;
	top : 115px;
	}

#contacts ul {
	padding-top: 3px;
	margin-left: 2px;
	}

#contacts li {
	padding-top: 1px;
	font-family : Tahoma;
	font-size : 10pt;
	text-align : left;
	list-style: none;
	width: 290px;
}

#contacts li img{
	vertical-align : middle;
	}

#body{
	background: url(../images/body.jpg) no-repeat;
	height: 696px;
	width: 969px;
	width : 100%;
	}

#menu{
	position: absolute;
	width : 164px;
	height: 80px;
	margin: 10px;
	left : 30px;
	display: block;
	}

#menu ul {
	margin: 2px;
	}

#menu li {
	padding: 3px;
	list-style: none;
}

#menu li a {
	list-style: none;
	}

#content{
	position: absolute;
	height: 549px;
	width : 620px;
	margin: 10px;
	padding : 5px;
	left : 220px;
	font-family : Tahoma;
	font-size : 10pt;
	text-align : justify;
	text-indent: 20px;
	overflow: scroll;
	}
