@charset "utf-8";
.maincontent {
	width: 814px;
	background-image: url(images/containerBG.jpg);
	padding-top: 6px;
	margin:auto;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.15em;
}
.amenitiesText {
	letter-spacing: .2em;
	text-align: center;
	white-space: normal;
}

.homeText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	width: 420px;
	text-align: justify;
	margin-left: 10%;
	margin-top: 2%;
}
#picture1 {
	background-image: url(images/rooms/rooms_clip_image002.jpg);
	visibility: hidden;
}


.header {
	width: 814px;
	padding-top: 10px;
	margin: auto;
	background-color: #F57A03;
}

.navigation {
	background-image: url(images/nav_bg.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 80%;
	margin: auto;
}
.navigation table{
	text-align:center;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-size: 14px;
}
.homePicture {
	width: 400px;
	margin-left: 450px;
	margin-top: -200px;
}
.roomsDescription {
	width: 80%;
	margin: auto;
	font-size: .9em;
	line-height: 20px;
}
#reservations {
	background-image: url(images/transparency.png);
	border: thin double #E25937;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #333333;
    text-decoration: none;
}.tomahLink {
	background-image: url(images/nav_bg.jpg);
	width: 450px;
	margin: auto;
	text-transform: lowercase;
	font-variant: small-caps;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .1em;
	border: 1px dashed #FFFFFF;
}
