/* colors

			tan:		#EDEDC2
			green:		#215221
			black-green:	#183118
			brown:		#634731
			drk-brown:	#38251F

*/

body {
	background:#38251F;
	font-family:georgia;
	text-align: center;
	margin-top:0px;
	margin-bottom:0px;
}


#wrap {
	width: 910px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0px;
	padding:1 10px;
	background:#EDEDC2 center;
}

#content { 
	padding:0 25px;
	margin-top:35px;
	text-align:left;
}

#home #content {
	float:left; 
	width:500px;
	margin-top:20px;
	text-align:left;
	position:relative;
}

a:link {color:#215221; text-decoration:underline;}
a:hover {color:#000000; text-decoration:underline;}
a:visited {color:#215221; text-decoration:underline;}

.img {
	border:1px solid #634731;
	margin:5px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear{ clear: both; }

h1 {font-weight:normal; text-align:center; color:#634731;}

h2 {font-weight:bold; text-align:center; color:#215221; font-size:28px;}

h3 {font-weight:normal; text-align:center; color:#215221; font-size:24px;}

h4 {color:#215221;}

h1 span {display: none;}
h2 span {display: none;}
h3 span {display: none;}


/* Navigation */

#nav {
	width:850px;
	margin:50px 0 30px 0; 
	padding:10px 0;
	font-size:16px; 
	font-weight:bold;
	text-align:center;
	line-height:22px;
	background-color:#634731;
	color:#EDEDC2;
}

#nav a:link { 
	color:#EDEDC2;
	text-decoration:underline;
	padding:5px;
}

#nav a:hover { 
	text-decoration:underline;
	padding:5px;
}

#nav a:visited { 
	color:#EDEDC2;
	text-decoration:underline;
	padding:5px;
}

/* Homepage Navigation */

#homenav {
	margin-left:5px; 
	margin-top:20px;
	font-size:16px; 
	line-height:30px;
	text-align:left;
	font-weight:bold;
	color:#215221;
	width:255px;
	float:right;
	border-left:1px solid #215221;

}

#homenav li {

	width:200px;
	height:35px;
	margin:auto;
	border-bottom:solid 1px #73877B;

}

#homenav a:link { 
	color:#215221;
	text-decoration:underline;
	padding:5px;
}

#homenav a:hover { 
	text-decoration:underline;
	padding:5px;
}

#homenav a:visited { 
	color:#215221;
	text-decoration:underline;
	padding:5px;
}

/* Rooms List */

.roomsList{

	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;

}

.roomsList li{

	width:400px;
	padding:5px;

}

.roomsList li a{

	padding: 7px;
	background: #634731;
	display: block;
	width:195px;
	margin: 0 3px 0 0;
	text-decoration: none;
	color: #EDEDC2;
	font-size: 1em;
	
}
.roomsList li a:hover {color: #EDEDC2; text-decoration:underline;}

.roomsList li a:visited {color: #EDEDC2; text-decoration:none;}

.roomsList li img{

	border:2px solid #EDEDC2;

}

.roomsList li a p{

	margin: 3px 0 0 0 !important;
	padding: 0;
	
}

.roomsList li a span{

	font-size: .8em;
	color: #EDEDC2;

}

.roomsList div{

	float:right;
	width:175px;
	font-size:10pt;

}

/* Rooms Navigation */

#roomnav {
	font-weight:bold;
	font-size:14pt;
	line-height:24pt;
	text-align:center;
	margin-top:40px;
}



/* More */

table td {
	vertical-align:top;
}

#break {
	border-bottom:1px solid #634731;
	width:25px;
	margin:5px 0 10px 186px;
}

#menu p{
	font-size:11pt;
}