﻿html,body{
	width: 100%;
	padding: 0;
	margin:0;
   background-color: #777777;
   font-family: Tahoma;
   font-size: 12px;
   color: #202020;
 text-align:center;
}

div{
	margin: 0;
	padding: 0;
}

img{
	border: 0;
}


div#main{
   background-color: #E9CF9C;
	margin: 0 auto;
	width: 980px;
	text-align: left;
	border-left: 1px solid #5c5c5c;
		border-right: 1px solid #5c5c5c;
}

div#top{
	height: 255px;
	width: 980px;
	text-align: right;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
}

div#left{
	width: 198px;
	margin: 0 0 0 8px;
	float:left;
}
div#left div.banner, div#right div.banner{
	margin-top: 12px;
}
div#center{
	width: 488px;
	margin: 15px 0 0 15px;
	float:left;
}

#center hr{
height: 5px;
background-color: #a78339;
	width: 488px;
	border: none;
		
}

div#right{
	width: 252px;
	margin: 0 0 0 17px;
	float:left;
}

div.clear{
  	clear:both;
}

ul#menu{
	list-style: none;
	padding: 0;
	margin: 0;
	background-image: url(../img/menul.gif);
	width: 252px;
}

#menu li{
	height: 27px;
		margin: 0;
	margin-bottom: 3px;
		background-image: url(../img/menu.gif);

		padding:0 0 0 55px;

		


}

#menu li span{
	   top: 6px;
   position: relative;
}

#menu li span a{
	   font-size: 12px;
   font-weight: bold;
   		color: white;
   			text-decoration: none;
}

#menu li span a:hover{
	color: InactiveCaptionText;
	text-decoration: underline;
}

div.rightbg{
		background-image: url(../img/menul.gif);
	   width: 252px;
	   height: 195px;
	   margin-top: -3px;
}

div.rightbot{
		background-image: url(../img/rightbot.gif);
	   width: 252px;
	   height: 13px;
}

div#bot{
		background-image: url(../img/bot.jpg);
	   width: 980px;
	   height: 80px;
	   margin-top: 50px;
}

div#rbot{
		background-image: url(../img/rbot.jpg);
	   width: 248px;
	   height: 85px;
margin-left: 732px;
margin-top: -85px;
position: absolute;
	   
}

.rightbg h1, .rightbg h3{
	color: #ffffff;
	margin: 0;
	padding: 0;
	width: 252px;
	text-align: center;
}

.rightbg h1{
	font-size: 32px;
	text-transform: uppercase;
	padding-top: 30px;
	font-weight: bolder;
	line-height: 30px;
}

.rightbg h3{
	font-size: 12px;
	font-weight: normal;
}

.contacts{
   text-align: right;
   padding-right: 38px;
   padding-top: 6px;	
}

a{
color: #6a6bff;
font-size: 11px;
font-weight: bold;
}

a:hover{
	color: #ffffff;
}
