body{
	padding:0;
	margin:0;
	background: #FAF9F4;
	font: 11px Tahoma, sans-serif;
	text-align: center;
}

#container {
	width: 770px;
	margin: auto;
	text-align:left;
	background: url(/i/bg_0.gif) repeat-y;
}

/* шапка */
#header{
	height: 149px;
	background: url(/i/head.png) no-repeat;
}
#header h1{
	display: none;
}

/* центр */
#content{
	width: 502px;
	padding-top: 210px;
	float: left;
	color: #FFFFFF; 
	background: #26A25C url(/i/random/1.jpg) no-repeat;
}

#content p{
	margin:0 10px 10px 10px;
}

img {
	border: none;
}

/* правая колонка */
#sidebar{
	width:267px;
	float:right;
	color:#0E3E88; 
	background: #F0EFEA;
	margin:0;
	padding:0;
}

#sidebar h1{
	background: #009342 url(/i/arr.gif) no-repeat;
	padding-left: 25px;
	font: normal 11px/19px Tahoma, sans-serif;
	color: #FFFFFF;
	margin:0;
}

#sidebar p{
	margin:10px;
}

#sidebar a:link, #sidebar a:visited {
	color: #114E7A;
	text-decoration: none;
}
#sidebar a:hover {
	color: #114E7A;
	text-decoration: underline;
}

/* футер */
#footer {
	border-top: 3px double #FFFFFF;
	height: 48px;
	width:770px;
	clear: left;
	background: #00923F url(/i/kons.gif) no-repeat right top;
	color: #FFFFFF;
}

#footer p {
	margin: 3px 10px;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	color: #FFF000;
}

sup{
	font-size: 8px;
}

/* города */
#cities {
	clear: left;
}

#cities div{
	margin: 0 1px;
	width: 98px;
	float: left;
	padding-bottom: 80px;
	background-color: #FFFFFF;
}

#cities h2 {
	font: normal 11px/19px Tahoma, sans-serif;
	color: #0E3E88;
	margin: 0;
	background: #26A25C url(/i/bg_city.gif) no-repeat top left;
	padding-left: 22px;
}
#cities h2 a:link, #cities h2 a:visited, #cities h2 a:hover{
	color: #0E3E88;
	text-decoration: none;
	display: block;
	width: 100%;
}

#cities h2 a:hover {
	text-decoration: underline;
}

#cities p{
	margin: 5px 5px 0 10px;
	background: #FFFFFF;
	color: #0E3E88;
}

#irkutsk {background: url(/i/city/1.gif) no-repeat left bottom;}
#novosibirsk {background: url(/i/city/2.gif) no-repeat left bottom;}
#saratov {background: url(/i/city/3.gif) no-repeat left bottom;}
#moscow {background: url(/i/city/4.gif) no-repeat left bottom;}
#omsk {background: url(/i/city/5.gif) no-repeat left bottom;}

#cities p a:link, #cities p a:visited{
	display: block;
	background: url(/i/bg_email.gif) no-repeat left bottom;
	padding-left: 15px;
	font: 11px/13px Tahoma, sans-serif;
	color: #0E3E88;
	text-decoration: underline;
}

#cities p a:hover{
	color: #FF3300;
}