/**********  HTML TAG STYLESHEETS  **********/

* {
	margin: 0;
	padding: 0;
}

@font-face {
  font-family: "Tw Cen MT Condensed";
  src: url(../fonts/Tw_Cen_MT_Condensed.ttf);
}

body {
	background: url(../images/background.jpg) center repeat-y;
	background-color: #8b4225;
	color: #000;
	font-size: 62.5%;
	text-align: center;
	font-family: "Trebuchet MS", Georgia, Arial;
}

a {
	text-decoration: none;
	color: #651a0b;
}

a:hover {
	color: #b71e00;
}

p {
	text-indent: 30px;
	margin-bottom: 10px;
}

img {
	border: none;
}

h2 {
	color: #834f00;
	font-size: 1.3em;
	font-family: Georgia, "Trebuchet MS";
	text-transform: lowercase;
}

h3 {
	font-size: 1em;
}

h4 {
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
}

ul {
	margin-left: 45px;
	margin-bottom: 10px;
}

li {
	padding-left: 10px;
}

dl {
	margin: 10px;
}

dt {
	
}

dd {
	margin-left: 25px;
	font-size: .9em;
	font-style: italic;
}





/**********  DIV ID STYLESHEETS  **********/

#wrapper {
	width: 760px;
	margin: auto;
	background: url(../images/header.jpg) no-repeat;
	text-align: left;
}

#header {
	height: 140px;
}
	
	#header h1 {
		text-indent: -9000px;
	}

#body {
	background: url(../images/body.gif) repeat-y;
}

#menu {
	float: left;
	width: 150px;
	margin: 20px 10px 0 20px;
	font-size: 1.3em;
}

	#menu ul {
		margin: 0;
		list-style: none;
		width: 150px;
	}

		#menu ul li {
			padding: 0;
			margin-bottom: 2px;
			border-bottom: 1px solid #b5b55a;
			text-align: right;
		}

#content {
	float: right;
	width: 540px;
	margin-right: 20px;
	background-color: #cfcc95;
	padding: 0 10px 0 10px;
	font-size: 1.4em;
}

#footer {
	background: url(../images/footer.jpg) top left no-repeat;
	background-color: #bfbf68;
	padding: 25px 20px 3px 20px;
	color: #505000;
	font-size: 1.2em;
	text-align: center;
}





/**********  CLASS STYLESHEETS  **********/

.space {
	clear: both;
	height: 0;
}

.room-image {
	float: left;
}

.attract-img {
	width: 250px;
	border: 5px solid #b0ab63;
	margin: 3px;
}

.attract-txt {
	text-align: center;
	font-style: italic;
	font-size: .9em;
	color: #535023;
}

.top-nav {
	margin-bottom: 5px;
	text-align: center;
	font-size: .8em;
}

.smalltext {
	font-size: .8em;
	font-weight: bold;
}

.rate-table {
	margin: auto;
	border: 0;
	width: 50%;
}

.rate-table th {
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
	padding-top: 5px;
}

.rate-table td {
	border-bottom: 1px solid #333333;
	padding: 1px;
	margin: 2px;
}





/**********  SLIDESHOW STYLESHEETS  **********/

.slideshow-left, .slideshow-right {
	vertical-align: middle;
}

.slideshow-left a, .slideshow-right a {
	color: #a4a174;
	font-size: 3em;
	font-family: "Tw Cen MT Condensed", Arial;
}

.slideshow-left a:hover, .slideshow-right a:hover {
	color: #807d4d;
}

.slideshow-image {
	padding: 5px;
	width: 500px;
	text-align: center;
}





/**********  CALENDAR STYLESHEETS  **********/

.month {
	width: 100%;
	border: 0;
	padding: 0;
}

	.month-title{
		text-align: center;
		font-size: 1.2em;
		font-weight: bold;
	}
	
	.day-head {
		text-align: center;
		font-size: .8em;
		font-weight: bold;
		text-transform: lowercase;
		border-color: #b3b07c;
	}
	
	.day-box {
		padding: 2px;
		vertical-align: top;
		border-color: #85835d;
		height: 75px;
	}
	
	.day-empty {
		padding: 2px;
		vertical-align: top;
		border-color: #9d9b6e;
		height: 75px;
	}
	
	.day {
		text-align: right;
		font-size: .8em;
		font-weight: bold;
		text-transform: lowercase;
	}
	
	.month td {
		width: 50px;
		border-width: 1px;
		border-style: solid;
	}
