/* Global Styles */

body {
	margin:0px;
	}
td {
	font:10px Georgia;
	color:#333333;
	}
a {
	font:12px Georgia;
	font-weight:bold;
	text-decoration:none;
	color: #8b1e23;
	letter-spacing:.1em;
}
	
a:hover {
	color: #E12800;
	text-decoration:underline;
}
	
a:visited {
	color: #666666;
	text-decoration:none;
}
/* ID Styles */
	
#navigation a {
	font:11px Georgia;
	font-weight:bold;
	text-decoration:none;
	color: #8b1e23;
	letter-spacing:.1em;
}
	
#navigation a:hover {
	color: #E12800;
	text-decoration:underline;
}
	
#navigation a:visited {
	color: #666666;
	text-decoration:none;
}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px Georgia;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

.button{
	font:11px Georgia;
}
/* Class Styles */

.logoRed {
	font:20px Georgia;
	color: #8b1e23;
	letter-spacing:.4em;
	font-weight:bold;
	}
.hotelNameSmall {
	font:13px Georgia;
	color: #8b1e23;
	letter-spacing:0.1em;
	font-weight:bold;
	}
.phoneGold {
	font:12px Georgia;
	color: #9a6530;
	letter-spacing:0.4em;
	font-weight:bold;
}
.logoGold {
	font:20px Georgia ;
	color: #9B7524;
	letter-spacing:0.4em;
	font-weight:bold;
}
.phoneRed {
	font:12px Georgia;
	color: #8b1e23;
	letter-spacing:.4em;
	font-weight:bold;
	}
.reservationTitle {
	color: #9a6530;
	letter-spacing:0.4em;
	font-weight:bold;
	font-family: Georgia;
	font-size: 11px;
	}
.reservation {
	font:10px Georgia;
	color: #E12800;
	letter-spacing:0.1em;
	font-weight:bold;
	}
.sidebarText {
	font:12px Georgia;
	font-weight:bold;
	color: #000000;
	line-height:18px;
	text-align:justify;
	}
	
.bodyText {
	font:11px Georgia;
	line-height:24px;
	color:#333333;
	}
	
.hotelNameBig {
	font:20px georgia;
	color: #8b1e23;
	letter-spacing:.1em;
	line-height:26px;
}
.pageDescription {
	font:12px georgia;
	letter-spacing:.1em;
	line-height:20px;
}
	
.subHeader {
	font:10px Georgia;
	color: #FFFFFF;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
.mainFrame {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.rightFrame {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.topFrame {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.leftFrame {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.space{
	font-family: Georgia;
	font-size: 28px;
}
.calendarText {
	font:11px Georgia;
	line-height:14px;
	color:#333333;
	}
SELECT
{
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	FONT-SIZE: x-small;
	BORDER-LEFT: #999999 1px solid;
	COLOR: #000000;
	BORDER-BOTTOM: #999999 1px solid;
	FONT-FAMILY: Verdana
}
.banner {
	font:11px Georgia;
	color: #E80000;
	letter-spacing:0.1em;
	font-weight:bold;
}
.banner2 {
	font:14px Georgia;
	color: #E80000;
	letter-spacing:0.1em;
	font-weight:bold;
}
.reservationBar{
	background-color:#D8B18B;
	font-size:14px;
}
.red{
	color:#FF0000;
}