<style type="text/css">
/* commented backslash hides from ie5mac \*/ 
html{height:100%;margin:0;padding:0} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	background:#627797;
	color: #808990;
	height:100%;
}
#outer{
	min-height:100%;
	margin-left:200px;
	background: #FFF;
	border-left:1px solid #000;
	margin-bottom:-52px;
	color: #000000;
}
 
* html #outer{height:100%;} /* IE win treats height as min-height anyway*/
* > html #macinner {/*mac obeys 100% height so we give it an inner with bg color which will expand past 100%*/	
	background:#F8E7EC;
	border-left:1px solid black;
	margin-left:-1px;/*drag borders wider to match the borders on outer*/
}

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:56px;
	background:#e2e4e7;
	border: 1px solid #000;
	overflow:hidden;
}
#left {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	margin-left:-199px;/*must be 1px less than width otherwise won't push footer down */
}
* html #left {margin-right:-3px;padding-bottom:52px}/*fix gap in ie next to float */
* > html #left {padding-bottom:0}/* mac style */

#left p {padding-left:3px;padding-right:2px}


#footer {
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #e2e4e7;
	color: #000000;
	text-align:center;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	height:52px;/* for ie5 and 5.5. ( and ie6 quirks mode) */
}
#clearheader{height:56px;}/*needed to make room for header*/
#clearfooter{clear:both;height:50px;width:100%;}/*needed to make room for footer*/

div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;}/* combat IE's 3 pixel jog */
* > html #centrecontent {height:auto;}/* mac style */
#centrecontent {
	position:relative;
	z-index:1;
	padding-bottom: 15px;}

html > body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper thanks to Tim Connor*/
/* новые стили*/
a{color:#4682b4;}
a:visited{color:#778899}
#header h1{	
	background: #e2e4e7;
	height:auto;
	float: left;
	font-weight: normal;
	margin-left: 80px;
	margin-top: 10px;
}
#header .top {
	float: right;
	border-left:1px solid #000;
	border-bottom:1px solid #000;	
	margin-right: -3px;	
}
#left ul, #right ul {
	margin: 2px 0 5px 3px;
	padding: 0px;
}
#left li, #right li {
	width: 190px;
	list-style-type: none;
	margin-top:3px;
}
#left a, #right a {
	height:20px;
	line-height:15px;
	color:#fff;
	padding: 4px;		
	font-size: 90%;
	text-decoration: none;	
}
#left a:hover, #right a:hover {
	text-decoration: underline
}
#left p.rec{
	text-align: center;	
	font-size: 90%
}
#left a.rec{
	height:10px;
	line-height:15px;
	display:block;
	text-decoration:none;
	padding: 4px;	
	font-size: 90%
}
#right p.hotlog, #left p.hotlog{
	text-align: center;	
	padding-top: 80px;
}
#left h2, #right h2 {
	position:relative;
	font-size: 110%;
	color: #ffffff;
	font-weight: normal;
 	text-align:center;
	border-bottom:1px solid #000;		
}
#centrecontent h2 {
	position:relative;
	font-size: 110%;
	color: #808990;
	font-weight: normal;
 	text-align:center;
	border-bottom:1px solid #000;		
	margin-right: -3px;
}
#centrecontent .author {
	padding: 10px;
	text-align: right
}
h3 {
	font-size: 110%;
	color: #708090;
	font-weight: normal;
 	text-align:center;		
}
#centrecontent h1 {
	font-size: 110%;
	color: #808990;
	background-color: #e2e4e7;
	font-weight: normal;
 	text-align:center;
	border-bottom:1px solid #000;		
}
#centrecontent p{padding: 1px 10px;
margin: 1px;
text-indent: 2em;}
#footer p{
	padding-top: 20px;
	font-size: smaller;
}
img.img_right{float:right;margin:10px;}
img.img_left{float:left;margin:10px;}
/* hotel */
p.hotel{
color: #2f3336;
font-family: Verdana, sans-serif;
text-align: left;
font-size: 12px;
text-indent: 0px;
}
.hotel_b{
color: #2f3336;
font-family: Verdana, sans-serif;
font-size: 16px;
}
a.hotel{
color: #f62a23;
}
