/* CSS Document */
body{
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#231f20;
	margin:0;
	background-color:#808080;
}
a{
	color:#AA0521;

}
#wrapper{
	width:980px;
	margin:auto;
}
#headerDiv{
	height:50px;
	background-image:url(header.jpg);
}
#bodyDiv{
	padding:10px 60px 10px;
	background-repeat:repeat-y;
	background-image:url(body.jpg);
}
#footerDiv{
	height:50px;
	background-image:url(footer.jpg);
}
h3{
	background-image:url(h3bg.jpg);
	background-repeat:no-repeat;
	height:58px;
	width:300px;
	margin-left:0px;
	padding-left:5px;
	padding-top:15px;
	font-size:28px;
	color:#AA0521;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: text-bottom;
	letter-spacing: -3px;
	clear:both;
}
#leftDiv{
	float:left;
	width:300px; 
	margin-left:-10px;
}
#rightDiv{
	width:850px;
	margin-top:5px;
	float:none;
	margin-bottom: 5px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}
#rightDiv li{
	font-size:14px;
	display:inline;
	margin-left: 8px;
	list-style-position: inside;
	list-style-type: none;
}
#tourList a{
	color:#333333;
}
#tourList li{
	margin:0;
}
#tourList ul{
	list-style-type: none;
	list-style-position: inside;
	text-indent:-25px;
	font-size:12px;
	color:#666666;
}
#tourListState{
	color:#AA0521;
	font-size:16px;
	font-weight:bold;
	display:inline;
}
#tourListCity{
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration: none;
}
