body {
	margin: 0;
	padding: 0;
	background: url('images/bg-grey.jpg') repeat-y;
	font-size: 11pt;
	font-family: georgia;
	color: #717174;
}

strong {
	color: #000;
}

a {
	color: #444;
	border-bottom: 1px solid #444;
	text-decoration: none;
}

a:hover {
	color: #444;
	border-bottom: 1px dotted #444;
	text-decoration: none;
}

#info {
	width: 500px;
	background: #e7e7e7;
	padding: 0 25px;
	float: left;
}

#info h1 a img, #info h1 a {
	border: 0;
}

#info p.flickr a img {
	border: 0;
	padding-right: 8px;
}

#info p.flickr a {
	border: 0;
}

#cities {
	width: 400px;
	float: left;
	padding-left: 50px;
}

#cities .city {
	border-bottom: 2px solid #e7e7e7;
}

#continents {
	margin-top: 15px;
	border-bottom: 2px solid #e7e7e7;
	padding-bottom: 20px;
}

#continents p {
	margin: 0;
	margin-top: 5px;
}

