/*****************************************************
 DEFAULT HTML ELEMENTS
*****************************************************/
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #eeeade;
	font-size: 62.5%; /* reset default to 10pt */
	font-family: Georgia, Times, Serif;
	color: #414141;
	text-align: left;
}
img {
	vertical-align: top;
	border: none;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	margin-top: 0;
	font-size: 1.5em;
	font-weight: normal;
}
p {
	margin: 0 0 1.8em 0;
	line-height: 1.4em;
}
a {
	font-weight: normal;
	text-decoration: underline;
	color: #65403c;
}
a:hover {
	text-decoration: none;
	color: #000;
}

/*****************************************************
 DEFAULT INTERFACE ELEMENTS
*****************************************************/
#globalWrap {
	width: 815px;
}
#logo {
	width: 195px;
	height: 119px;
}
#banner {
	width: 607px;
	height: 34px;
	padding: 85px 13px 0 0;
	background: transparent url(../images/banner.jpg) no-repeat top left;
}
#bodyWrapper {
	clear: left;
	width: 815px;
	border-top: 5px solid #900;
	font-size: 1.4em;
}
#menuWrap {
	width: 155px;
	padding: 20px;
}
	#menuWrap li {
		margin-bottom: 10px;
	}
	#menuWrap ul li a {
		display: block;
		width: 155px;
		height: 37px;
		text-indent: -9999px;
		overflow: hidden;
	}
	a.events {
		background: transparent url(../images/menu.gif) no-repeat 0 0;
	}
	a.events:hover, a.eventsActive:hover {
		background: transparent url(../images/menu.gif) no-repeat -165px 0;
	}
	a.eventsActive {
		background: transparent url(../images/menu.gif) no-repeat -340px 0;
	}
	a.stay {
		background: transparent url(../images/menu.gif) no-repeat 0 -47px;
	}
	a.stay:hover, a.stayActive:hover {
		background: transparent url(../images/menu.gif) no-repeat -165px -47px;
	}
	a.stayActive {
		background: transparent url(../images/menu.gif) no-repeat -340px -47px;
	}
	a.dine {
		background: transparent url(../images/menu.gif) no-repeat 0 -94px;
	}
	a.dine:hover, a.dineActive:hover {
		background: transparent url(../images/menu.gif) no-repeat -165px -94px;
	}
	a.dineActive {
		background: transparent url(../images/menu.gif) no-repeat -340px -94px;
	}
	a.shop {
		background: transparent url(../images/menu.gif) no-repeat 0 -141px;
	}
	a.shop:hover, a.shopActive:hover {
		background: transparent url(../images/menu.gif) no-repeat -165px -141px;
	}
	a.shopActive {
		background: transparent url(../images/menu.gif) no-repeat -340px -141px;
	}
	a.directions {
		background: transparent url(../images/menu.gif) no-repeat 0 -188px;
	}
	a.directions:hover, a.directionsActive:hover {
		background: transparent url(../images/menu.gif) no-repeat -165px -188px;
	}
	a.directionsActive {
		background: transparent url(../images/menu.gif) no-repeat -340px -188px;
	}
	a.contact {
		background: transparent url(../images/menu.gif) no-repeat 0 -235px;
	}
	a.contact:hover, a.contactActive:hover {
		background: transparent url(../images/menu.gif) no-repeat -165px -235px;
	}
	a.contactActive {
		background: transparent url(../images/menu.gif) no-repeat -340px -235px;
	}
#mainBody {
	width: 620px;
	background: #fff;
}

/*****************************************************
 RESUABLE ELEMENTS
*****************************************************/
.block {
	display: block;
}
.inline {
	display: inline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.stripped, stripped li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.triCol {
	width: 165px;
}
/* margins */
.mr30 {
	margin-right: 30px;
}
.mb10 {
	margin-bottom: 10px;
}
/* padding */
.p32 {
	padding: 32px;
}
.p45 {
	padding: 45px;
}
.p10 {
	padding: 10px;
	}