html {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}

body {
	color: #333;
	font-family: Georgia,serif;
	font-size: 87.5%;
	line-height: 1.571;
	margin: 0 auto 2em;
	position: relative;
	padding: 0 2em;
	}

p {
	max-width: 18em;
	}

ol.cities {
	vertical-align: baseline;
	font-size: 100%;
	padding: 0;
	margin: 0;
	background: transparent url(img/mini-tout-bg.gif) repeat-y scroll -880px 0;
	float: right;
	width: 660px;
	zoom: 1; /* for ie */
	}

ol.cities li {
	float: left;
	line-height: 1.5;
	list-style-type: none;
	margin-left: 10px;
	overflow: hidden;
	width: 210px;
	font-size: 100%;
	color: #F9F8F3;
	background: #547DA7 url(img/go-arrow.gif) no-repeat scroll 187px 155px;
	padding-bottom: 0.75em;
	}

ol.cities h2 {
	font-size: 100%;
	margin: 0 0 5px;
	}
	
ol.cities h2 a {
	font-size: 100%;
	text-indent: -9999px;
	height: 140px;
	background: transparent none no-repeat scroll 50% 0;
	display: block;
	}

ol.cities h2.boston09 a {
	background-image: url(img/city-boston09.jpg);
	}

ol.cities h2.chicago09 a {
	background-image: url(img/city-chicago09.jpg);
	}

ol.cities h2.sanfran09 a {
	background-image: url(img/city-sanfran09.jpg);
	}

ol.cities p {
	font-size: 100%;
	margin: 0 27px 0 11px;
	padding: 0;
	}

ol.cities p.date {
	font-size: 115%;
	font-weight: bold;
	}

ol.cities p.location {
	font-style: italic;
	padding-left: 1px;
	}
