/* CSS Document */

body {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:#C0BAA6;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#9F9989;
}

a {
	color:#003871;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#522916;
	text-decoration:underline;
	font-weight:bold;
}

#tourDots {
	width:auto;
	height:1px;
	background:transparent url(../images/dots.gif) repeat-x;
	margin:2px 0px 9px 0px;
}

#container {
	width:228px;
	height:640px;
	left:0px;
	top:0px;
	position:absolute;
}

#container h2 {
	font-size:12px;
	color:#60381f;
	margin-bottom:0px;
}

#container h3 {
	font-size:12px;
	color:#FFF;
	margin-top:0px;
	margin-bottom:0px;
}

#story {
	width:100%;
	height:630px;
	top:20px;
 	color:#625F55;
	line-height:12px;
	position:absolute;
	overflow:auto;
}

.date {
	font-size:11px;
	color:#60381f;
}

.city {
	font-size:10px;
	color:#FFF;
}