#table
{




}



*{
	margin: 0;
	padding: 0;
    border:none;
}
/*фон в HTML, цвет или рисунок, очень нужен он */
/*не дает двигаться фоновому рисунку в BODY*/
/*попробуйте убрать его и, посмотрите на*/
/*поведение машины в разных браузерах*/
/*при изменении окна по горизонтали*/
html {
  height:100%;
  background: url(images/fon.gif) repeat-y left;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	min-height: 100%;
	position: relative;
	background: url(images/car.jpg) no-repeat right bottom;
	min-width: 850px;
	
	
	
}
* html body {
	height: 100%;
}
h5{
	background-color: #fff;
	padding: 29px 0 29px 30px;
	width: 850px;
	height: 60px;
}
h2{
	text-align: center;
	position: relative;
	left: 50%;
	top: 55px;
	width: 430px;
	margin-left: -145px;
	font-family: 'Palatino Linotype', serif;
	font-size: 18px;
}
h1{
	text-align: center;
	position: relative;
	left: 50%;
	top: 55px;
	width: 600px;
	margin-left: -145px;
	font-family: 'Palatino Linotype', serif;
	font-size: 18px;
	padding-bottom:20px;
}

a {
text-decoration: none;
border-bottom: 1px solid #30457a;
color: #30457a;
}
.none{
	display: none;
}
/*начало описания*/
#explanation{
	width:340px;
	height: 125px;
	background: #393 url(images/desc_bg.jpg) no-repeat bottom;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -110px;
	padding: 30px 0 0 20px; 
}

#explanation p {
	margin-bottom: 24px;
}
/*окончание описания*/
#version{
	background: #c2c2c2 url(images/lang_corn.gif) no-repeat left;
	width: 150px;
	height: 43px;
	position: absolute;
	right: 0px;
	top: 35px;
	text-align: center;
	padding-top: 7px;
}
/*навигация*/
#navigation{
	background: url(images/icons_bg.gif) no-repeat right;
	list-style: none;
	width: 100px;
	height: 30px;
	float: right;
	position: absolute;
	top: 56px;
	right: 0px;
}
#navigation li{
	float: left;
}
#home, #contacts, #map{
	width: 16px;
	height: 16px;
	display: block;
	padding: 6px 10px 6px 20px;
	margin: 1px 0;
}
#home{
	background: url(images/home.gif) no-repeat center;
}
#contacts{
	background: url(images/contacts.gif) no-repeat center;
}
#map{
	background: url(images/map.gif) no-repeat center;
}
#home:hover{
	background: #ccc url(images/home.gif) no-repeat center;
}
#contacts:hover{
	background: #ccc url(images/contacts.gif) no-repeat center;
}
#map:hover{
	background: #ccc url(images/map.gif) no-repeat center;
}
/*окончание навигации*/

/*начало контентной части*/
#content {
	float: left;
	margin: 18px 0 200px;widht:500px;
	padding: 8px 0 0 0;
}
#content p{
	margin: 16px 0 10px 0;
}
#content dt{
	font-weight: bold;
}
#content dd{
	margin: 0 0 27px 0;
	line-height: 18px;
}
/*окончание контентной части*/

/*начло главного меню*/
#main_menu {
	float: left;
	width: 200px;
	margin-left: 0px;
}
#main_menu p{
	background: #d8d8d8 url(images/hist_bg.gif) no-repeat right;
	width: 225px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 118px;
}
#main_menu ul{
	list-style: none;
	border-top: 1px solid #aeaea6;
}
#main_menu li{
	border-bottom: 1px solid #fff;
}
#main_menu li a{
	background: #f5f5e0;
	display: block;
	height: 22px;
	padding-top: 3px;
	text-align: center;
	color: #000;
	text-decoration: none;
	border-left: 10px solid #2b8db1;
	border-right: 10px solid #2b8db1;
	border-bottom: 1px solid #2b8db1;
}
#main_menu li a:hover{
	background: #F0F0D5;
	display: block;
	height: 20px;
	padding-top: 3px;
	text-align: center;
	color: #000;
	text-decoration: none;
	border-top: 1px solid #2b8db1;
	border-left: 10px solid #2b8db1;
	border-right: 10px solid #68bedd;
	border-bottom: 2px solid #68bedd;
}
#main_menu li.active a{/*разрыв между LI и именем класса - не допустим*/
	background: #F0F0D5;
	display: block;
	height: 20px;
	padding-top: 3px;
	text-align: center;
	color: #30457a;
	text-decoration: none;
	border-top: 1px solid #2b8db1;
	border-left: 10px solid #2b8db1;
	border-right: 10px solid #68bedd;
	border-bottom: 2px solid #68bedd;
}
#main_menu li.active a:hover{
	color: #68bedd;
}
/*окончание главного меню*/


#shell {
	margin-top: 37px;
	padding-bottom: 213px;
	overflow: hidden;
	width: 100%;
}
#copyright {
	position: absolute;
	bottom: 0;
	height: 40px;
	width: 200px;
	/*padding: 1px 0;*/
	text-align: center;
}
#texttext{width:700px;padding-left:50px;}
.bbb {border:1px solid gray;}


.seotext p

{
font-size:12px;
width:700px;
padding-left:50px;

}

.seotext h1
{
font-size:20px;
color:#000;
text-align:center;


}