/* CSS Document Echo Falls Cabin*/

html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #006600;
	background-image: url(images/background2.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;	
}

a {
	text-decoration: underline;
	color: #0099FF;
}

#container {
	width: 779px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #006600;
	border: 1px solid #000000;
	text-align: left;
}

#text {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}

#header {
	height: 100px;
	width: 100%;
	position: relative;
	background-color: #009900;	
}

#navigationbar {
	height: 25px;
	width: 100%;
	position: absolute;
	top: 100px;
	background-color: #000000;
}

#cabinimagebox {
	height: 200px;
	width: 200px;
	position: absolute;
	top: 150px;
	right: 10px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	
}

#areadescription {
	position: absolute;
	top: 150px;
	left: 10px;
	clear: left;
	width: 537px;
	height: 146px;
	
}
.paragraphtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.maptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.headingtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #003300;
	border: 1px solid #000000;
}
li {
	list-style-type: disc;
}
ul {
	list-style-type: disc;
}
.tbl_login {
	background-color: #003300;
	border: thin dotted #FFFFFF;
}
.tbl_viewguestbook {
	border: thin dotted #FFFFFF;
}
