html {
	height:100%;

}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: x-small;
}

#image_bar {
	margin: 10px auto 1px auto;
	top: 0px;
	width: 881px;
	height: 88px;
	color: #999999;
	overflow: hidden;
}

#image_bar img {
	border: none;
	}

#nav_bar {
	margin: 0 auto;
	top: 90px;
	width: 861px;
	height: 18px;
	color: #FFFFFF;
	background: #669966;
	overflow: hidden;
	text-align: left;
	padding: 2px 10px 0 10px;
}

h1 {
	color:#8CB079;
	font-size: 20px;
	text-transform: capitalize;
	text-align: left;
	color: #8CB079;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

h2 {
	color:#8CB079;
	font-size: 16px;
	text-align: left;
	color: #8CB079;
	padding: 10px 0 10px 0;
	margin: 0;
	font-weight: normal;
}



#contnet {
	margin: 10px auto 1px auto;
	width: 881px;
	top: 110px;
	height: 70%;
	overflow: auto;
}

#left {
	float: left;
	text-align: justify;
	width: 410px;
	overflow: visible;
	padding: 1%;
}

#right {
	float: right;
	text-align: justify;
	width: 410px;
	overflow: visible;
	padding: 1%;
}

#bottom_bar {
	margin: 10px auto 10px auto;
	width: 881px;
	height: 20px;
	color: #FFFFFF;
	background: #a8c399;
	top: 500px;
}
#copyright_bar {
	margin: 10px auto 10px auto;
	width: 881px;
	height: 20px;
	color: #FFFFFF;
	background: #FFFFF;
	top: 550px;
}
/*
link effects
*/
a:link {
	color: #669966;
	text-decoration: none;
}

a:visited {
	color: #336633;
	text-decoration: none;
}

a:hover {
	border-bottom:: #666666 solid thin;
}

a:active {
	color: #669966;
	border-bottom:: #666666 solid thin;
}

.nav {
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 20px 0 0;
	font-weight: bold;
}
a.nav:link {
	color: #FFFFFF;
}

a.nav:visited {
	color: #B3D1AD;
}

a.nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* extra */
#attractions_top {
	margin: 0 1% 0 1%;
	height: 200px;
	overflow: hidden;
	background-color:#FF99CC;
	float: none;
	clear:both;
}

#bottom_bar a, #bottom_bar a:visited {
	text-decoration: none;
	}
	
#bottom_bar a:hover {
	text-decoration: underline;
	}
	
#bottom_bar a:active {
	text-decoration: none;
	}
	
#secondImg {
	margin-right: 1px;
	}
	
#contnet ul a {
	text-decoration: underline;
	}
	
#contnet ul a:hover {
	text-decoration: none;
	}	
	
#contnet li {
	margin-bottom: 5px;
	}	
	
ul.links {
	text-align: left;
	font-size: 1.2em;
	}
	
.links li {
	padding-bottom: 10px;
	}
	
.links img {
	vertical-align: middle;
	margin-right: 5px;
	}