html{ overflow-y: scroll; }

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}

img { border: none; }

/* bred text, menu text */
.ekostyle {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #333333;
}
.ekostyle em {
	font-size: 13px;
}

hr{ color:#CCCCCC; }

/*********************************************************** LAYOUT */

#mother{
	width:714px;
	margin: 20px auto auto auto;
}

#mother_start{
	width:835px;
	margin: 20px auto auto auto;
}

	#menu{
		clear: left;
		text-align:center; 
		padding-top:30px;
		padding-bottom:60px;
	}

/*
						frame_head
		frame_left		frame_center	frame_right
*/

	#frame_head{
		text-align:center;
		float:none;
	}
	
	
		#city_info{
			text-align: left;
			margin: 30px 0 0 130px;
		}
	
	#frame_left{
		clear:left;
		float:left;
		width:125px;
		display:none;
	}
	
	#frame_center{
		float:left;
		width:400px;
		margin-left:30px;
		display:none;
	}
	
	#frame_right{
		float:right;
		width:125px;
		display:none;
	}

		#frame_left img, #frame_right img{ padding-bottom:40px; }

/************************************************************/

.city {
	width: 30%;
	margin: 20px 7px;
	float: left;
	text-align: center;
}

	.city img { margin-bottom: 5px; }

small, .small {
	font-family: Arial;
	font-size: 10px;
	color: #666;
}

.blogresult {
	display: none;
}

