body
{
	background-color: white;
}
div
{
	color: black;
}
div.main
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
div.index {
	width: 400px;
}
div.fit {
	margin: 10px;
}

div.places {
	width: 960px;
	height: 526px;
}
div.title
{
	font-size: 30px;
	font-family: serif;
}
div.listing {
	width: 320px;
}
div.tplaces {
	width: inherit;
}
div.contact
{
	font-size: 20px;
	font-family: "Courier new", monospace;
}
div.inset {
	border-style: inset;
	border-color: blue; 
}
div.outset {
	border-style: outset;
	border-color: blue; 
}

input[type=text] {
	width: 270px;
}

#map_container {
	width: 600px;
	height: 500px;
	display: block;
	margin-right: 15px;
	margin-top: 10px;
	float: right;
}

#placelist
{
	border-style: inset;
	border-color: blue; 
	margin: 10px;
	height: 350px;
	max-height: 350px;
	overflow: auto;
	width: inherit;
}
.selectedPlace, a.placeitem:hover
{
	background-color: #222222;
	text-decoration: none;
	color: #444444;
}
a.placeitem, a.placeitem:hover, a.placeitem:visited {
	text-decoration: none;
	color: inherit;
}
div.footnote {
	text-align: center;
	font-size: small;
}
