div#main-content h2.title{
	background: url(../images/title-underline-1.jpg) bottom left no-repeat;	
}

div#main-content #attractions-info .attraction{
	position: relative;
}
	div#main-content #attractions-info img.attraction{
		position: absolute;
	}
	div#main-content #attractions-info p{
		background: url(../images/module-content-bg.jpg) 0 0px no-repeat;
		min-height:200px;
		height:auto !important;
		height:200px;	
		padding-top: 40px;
		padding-left: 210px;
		margin-top: 0px;

	}
	div#main-content #attractions-info h3{
		color: #fff;
		background: url(../images/module-header-bg.jpg) left no-repeat;	
		padding-left: 5px;
		margin: 0;		
	}
	div#main-content #attractions-info img{
		float: left;
	}
	div#main-content #attractions-info .attraction-window{
		position: absolute;
		margin-left: 15px;
		margin-top: 15px;
		width: 179px;
		height: 204px;	
		z-index: 45;
	}
	div#main-content #attractions-info .attraction-window .attraction-overlay{
		position: absolute;
		background: url(../images/attraction-window.gif) no-repeat;	
		width: 179px;
		height: 204px;
		z-index: 25;	
	}
	div#main-content #attractions-info a.more-photos{
		position: absolute;
		right: 5px;
		bottom: 25px;
		width: 75px;
		padding-right: 20px;
		font-weight: bold;
		background: url(../images/more-photos-bullet.gif) right no-repeat;
	}
	div#main-content #attractions-info a.more-photos:visited{
		font-weight: bold;
	}

