@charset "utf-8";
/* CSS Document */

* {
	outline: none;
}

body {
	background: url(images/body-bg.gif) top repeat-x #3e423a;
	margin:0; padding:0;
}

#wrapper {
	margin: 0px auto;
	width: 900px;
}

#header {
	height: 252px;
	background: url(images/header.jpg);
}

#nav {
	height: 34px;
	background: url(images/nav-bg.jpg);
	overflow: hidden;
}

#content {
	background: url(images/content-bg.gif) repeat-y;	
	padding-top: 15px;
}


/* NAV */
#nav ul {
	margin-top: 11px;	
	float: right;
	padding-right: 100px;
}

#nav ul li {
	display: block; float: left;
	overflow: hidden;
	margin-right: 55px;
	height: 20px;
	text-indent: -5000px;
}

#nav ul li a {
	display: block;	
}

li.home {
	width: 50px;
	background: url(images/nav/home.gif);
}

li.rooms {
	width: 107px;
	background: url(images/nav/rooms.gif);
}

li.location {
	width: 65px;
	background: url(images/nav/location.gif);
}

#nav ul li:hover, #home ul li.home, #location ul li.location, #rooms ul li.rooms {
	background-position: 0 -20px;
}




