/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
#container {
	width:1000px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-500px;
	background:#e7d6b1 url(/images/header.jpg) left top no-repeat;
}
#menu {
	height:247px;
	background: url(/images/menu.jpg) right 200px no-repeat;
	font-size:15px;
	padding-left:10px;
	padding-right:10px;
}
#menu td {
	padding-top:190px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}
#menu a {
	color:#000000;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:underline;
}
#footer {
	background-image:url(/images/footer.jpg);
	height:41px;
}
#left {
	float:left;
	padding:15px;
	width:730px;
}
#right {
	float:right;
	padding:15px 10px 15px 10px;
	width:210px;
}
.sauna_name, .block_name {
	height:29px;
	line-height:29px;
	color:#FFFFFF;
	background-image:url(/images/block.jpg);
	font-size:16px;
	font-weight:bold;
	padding-left:15px;	
}
.block_name {
	text-align:center;
	font-size:14px;
	padding:0px;
}
.sauna_image {
	float:left;
	width:170px;
}
img {
	border:2px solid #b18f62;
}
.sauna_content {
	border:1px solid black;
	border-top:none;
	padding:10px;
	background-color:#f7e2b0;
	margin-bottom:15px;
}
.sauna_description {
	float:right;
	width:510px;
}
.metro {
	padding-left:23px;
	height:25px;
	line-height:25px;
	background:transparent url(/images/metro.jpg) left center no-repeat;
}
.recall {
	/*background-color:#fff3df;
	padding:5px;*/
	margin-bottom:15px;
}
.recall div {
	color:#666666;
	font-size:11px;
}
.recall p {
	font-style:italic;
}
#recall_left {
	width:340px; 
	float:left; 
	/*padding:0px 15px 15px 15px;*/
}
#recall_right {
	 width:320px;
	 float:right;
	 /*background-color:#fff3df;*/
	 padding:15px;
}
.button {
	background-color:#f7e2b0;
	color:#000000;
	font-size:14px;
	border:none;
	font-weight:bold;
	cursor:pointer;
}