﻿body 
{
	font: 9pt Tahoma;
	margin: 0;
	padding: 0;
	background: #fff;
}

#main 
{
	width: 100%;
}

#header 
{
	clear: both;
	width: 100%;
	height: 175px;
	background: url(../img/header.jpg);
}

#lent1 
{
	background: url(../img/lent1.png);
	width: 900px;
	height: 154px;
	position: absolute;
}

#logo 
{
	background: url(../img/logo.png);
	width: 143px;
	height: 105px;
	left: 66px;
	top: 64px;
	cursor: pointer;
	position: absolute;
}

#title 
{
	color: #fff;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
	position: absolute;
	left: 255px;
	top: 100px;
	width: 352px;
}

#middle 
{
	width: 1009px;
	clear: both;
	padding-top: 50px;
}

#left 
{
	float: left;
	width: 134px;
	padding-left: 25px;
}

#right 
{
	float: left;
	width: 790px;
	padding-left: 30px;
}

#pics 
{
	width: 140px;
	float: left;
}

#pics img 
{
	width: 140px;
	height: 105px;
	margin-top: 10px;
}

#content 
{
	float: left;
	width: 500px;
	padding: 28px;
}

h4 
{
	font-size: 9pt;
}

#footer 
{
	background: url(../img/footer.png);
	height: 168px;
	clear: both;
	width: 100%;
	font-size: 8pt;
	margin-top: 20px;
	float: left;
}

#lent2 
{
	background: url(../img/lent2.png);
	width: 761px;
	height: 145px;
	position: absolute;
	right: 0px;
	z-index: -10;
}

#copyright 
{
	float:left;
	margin-left: 25px;
	margin-top: 100px;
}

#sk 
{
	cursor: pointer;
	width: 23px;
	height: 19px;
	display: block;
	float: left;
	padding-right: 10px;
	background-image: url(../img/sk.png);
	background-repeat: no-repeat;
}

#copyright a, #copyright a:link 
{
	color: #000;
	text-decoration: none;
}

#copyright a:hover 
{
	text-decoration: underline;
	color: Orange;
}

#azersun 
{
	float: right;
	display: block;
	background: url(../img/azersun.png);
	width: 70px;
	height: 58px;
	margin-right: 40px;
	cursor: pointer;
	margin-top: 70px;
}
#lang {
	font-weight: bold;
	color: #1D4C9E;
	font-size: 11px;
	width: 100px;
	margin-left: 855px;
}
#lang a {
	color: #1D4C9E;
	font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
}
#lang a:hover {
	text-decoration: underline;
}
#main #middle #right #content a {
	color: #2961AC;
	text-decoration: none;
}
#main #middle #right #content a:hover {
	text-decoration: underline;
}

