/*Designed and developed by Kristine Towne
CSS file for attractions.html*/

#content #main {
	background-color: #fff;
	padding: 0 25px 0 25px;	
}

#content #main h1 {
	margin: 10px 0 0 0;
	color: #6b0000;
	font-size: 200%;
}

#content #main ul.menu{
	text-align: left;
	border-bottom: 1px solid #999999;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
}

#content #main ul.menu li {
	list-style: none;
	padding: 5px 10px 0px 0;
	line-height: 2.5em;
}

#content #main ul.menu li a{
	text-decoration: none;
	color: #6b0000;
	font-weight: bold;
	padding: 0 0 10px 40px;
  	background-position: top left;
	background-repeat: no-repeat;
}

#content #main ul.menu li a:hover {
	text-decoration: underline;
}