/*  основные HTML-элементы  */
*{
	margin: 0; 
	padding: 0;
	border:0
}
body{
	font:62.5% Arial,Sans-Serif;
	position:relative;
	background:white;
	margin-bottom:20px;
	color:#555
}
b{
	color:#BE4905;
	background:none;
	text-decoration:none;
}

a{
	color:#555;
	text-decoration:none
}
/* контейнер для всего */
#container{
	position:relative;
	width:95%;
	margin:0px auto 0px auto;
	border-right:1px solid #C4C4C4;
	border-left:1px solid #C4C4C4;
	border-bottom:1px solid #C4C4C4;
	background:#FAFAF5;
	overflow:hidden
}
/* шапка */
#header{
	position:relative;
	width:100%;
	height:0px;
	margin:20 20px 20px 20px;
	border-bottom:1px solid #C4C4C4
}
#header h1{
	display:block;
	float:left;
	width:736px;
	height:0px;
	overflow:hidden;
}
#night #header h1{
	background:transparent url('images/head-round.gif') no-repeat
}
#header h1 a{
	display:block;
	width:736px;
	height:0px
}
#header span{
	display:none
}
a span{
	display:none
}
#center{
	width:960px;
	margin:0 0 0 20px;
	position:relative;
	overflow:hidden
}
* html #center{
	width:auto;
	height:1%;
	overflow:visible
}
#msk-button{
	background:transparent url('images/msk-round.gif') no-repeat 0px -200px
}
#spb-button{
	background:transparent url('images/spb-round.gif') no-repeat 0px -200px
}
#eka-button{
	background:transparent url('images/eka-round.gif') no-repeat 0px -200px
}
#kolomna-button{
	background:transparent url('images/kolomna-round.gif') no-repeat 0px -200px
}
#nn-button{
	background:transparent url('images/nn-round.gif') no-repeat 0px -200px
}
#perm-button{
	background:transparent url('images/perm-round.gif') no-repeat 0px -200px
}
#aviabus-button{
	position:absolute;
	top:33px;
	left:305px
}
#center a{
	width:200px;
	height:200px;
	display:block;
	float:left;
	margin:0 40px 40px 0px
}
#center a:hover{
	background-position:0px 0px
}
#links{
	margin:10px 0 10px 20px;
	position:relative
}
#links a{
	line-height:140%;
	font-size:1.2em;
	text-decoration:underline
}
#links a:hover{
	text-decoration:none
}
/* подвал */
#footer{
	clear:both;
	position:relative;
	width:100%;
	height:31px;
	margin:0 0 0 0;
	font-size:1.2em;
	color:#A8A8A8;
	border-top:1px solid #C4C4C4
}
#footer p{
	margin-top:7px;
	margin-bottom:0
}
* html #footer p{
	margin-top:6px
}
#footer p.copyrights{
	position:absolute;
	top:0;
	right:0;
	text-align:right;

}


#searchform2{
	float:left;
	position:relative;
	width:100%;
	height:540px;
	padding:0px 0px 6px 0px;
	margin-bottom:20px;
	background:top left repeat-x
}

#searchform2 ul{
	width:100%;
	height:18px;
	list-style-type:none;
}
#searchform2 ul li{
	float:left;
	width:24%;
	height:15px;
	margin-right:2px
}
#searchform2 ul li input{
	width:64px;
	height:15px;
	float:left
}
#searchform2 ul li strong{
	font-size:1.1em;
	font-weight:normal;
	color:white;
	line-height:18px
}
#copyright{
	text-align:right;
	padding-right:10px;


}