#maintable {
	min-width: 800px;
	width: 100% !important;
	float: left;
}

body {
	background: #F5F5F5;
}

#contentcell {
	background: #fff;
}

#sidebar_left {
	background: #DDDDDD;
}

#sidebar_right_cities {
	border-top: 0; 
}

#placename {
	float: right;
	font-size: 38px;
	color: #184460;
	margin-top: 44px;
	font-weight: normal;
	font-family: Georgia;
}

#placename a { 
	color: #184460;
}

.dir_cat a {
	font-size: 13px;
}

a:hover {
	color: purple;
}