/* CSS Document */
.towns {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.towns ul{
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.towns li{
	background-color: #EAF7CE;
	width: 128px;
	float: left;
	text-align: center;
	margin-left: 3px;
	margin-bottom: 3px;
}

.towns a{
	text-decoration: none;
	color: #006666;
	
}.a-logo {
	width: 110px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
}
.a-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231818;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
.a-line {
	clear: both;
	display: table;
	width: 100%;
}
.a-title {
	text-align: center;
	font-weight: bold;
	clear: both;
}
.a-field {
	width: 40%;
	float: left;
	margin-left: 5%;
}
.a-info {
	width: 45%;
	float: right;
	text-align: left;
}
