﻿* {
	margin:0px;
	padding:0px;
}
body {
	background:#fff url('../images/bg.jpg') no-repeat top center;
}

#wrapper {
	width:783px;
	height: auto !important;
	height:100%;
	margin:0 auto;
	text-align:center;
}

h2 {
	font-family:Tahoma, sans-serif;
	font-size:12px;
}

p , li{
	font-family:Tahoma, Times, serif;
	font-size:12px;
	line-height:20px;
}

ul li {
	list-style-type:none;
	padding-left:30px;
}

ul li:before {
	content:'\2043';
	margin-right:5px;
	margin-left: -8px;
}

img {
	width:308px;
	height:206px;
	border:none;
}


/*--------------------Правая колонка-----------------------*/
#right {
	background: url('../images/right.png') top left no-repeat;
	width:384px;
	height:auto;
	margin-top:167px;
	margin-left:7px;
	float:left;
	text-align:left;
}

#rtext-h2 {
	margin:85px 0 0 45px;
	width:60%;
}

#rtext {
	width:285px;
	padding:0 10px;
	margin-top:30px;
	font-family:Tahoma,sans-serif;
}

#rtext p {
	margin:22px 0 40px 0;
}

#rpod {
	text-align:right;
	width:73%;
}

#rpod a, #rpod a:hover, #rpod a:visited{
	color:#000;
	outline:none;
	font-family:Tahoma,sans-serif;
	font-size:12px;
}

#rimg {
	float:left;
	margin:25px 0 5px 0;
}

/*---------------------------------------------------------*/

/*--------------------Левая колонка-----------------------*/
#left {
	background:url('../images/left.png') top right no-repeat;
	width:384px;
	height:auto;
	margin-top:167px;
	margin-right:7px;
	float:left;
	text-align:left;
}

#ltext-h2 {
	margin:85px 0 0 165px;
	width:60%;
}

h2 a, h2 a:hover, h2 a:visited {
	color:#fff;
	outline:none;
}

#ltext {
	width:285px;
	margin-left:78px;
	padding:0 10px;
	margin-top:30px;
}

#ltext p {
	text-indent:30px;
}

#lpod {
	text-align:right;
	width:93%;
}

#lpod a, #lpod a:hover, #lpod a:visited{
	color:#000;
	outline:none;
	font-family:Tahoma,sans-serif;
	font-size:12px;
}

#limg {
	float:right;
	margin:25px 0 5px 0;
}

/*--------------------------------------------------*/

#footer {
	clear:both;
	background:url('../images/footer.jpg') bottom center;
	background-repeat:no-repeat;
	width:640px;
	height:104px;
	margin:0 auto 100px;
}

#footer p {
	padding-top:10px;
	font-size:16px;
}