html, body, img { margin: 0; padding: 0; }

body {
	text-align: left;
	font-size: small;
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	}

strong { font-weight: bold; }
em { font-style: italic; }

h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }

h1, h2, h3, h4, h5 {
	margin: 0.3em 0 0.5em 0;
	line-height: 1.2;
	font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
	}

p {
	font-size: 110%;
	margin: 0.5em 0 1em 0;
	}

ul li, ol li { font-size: 110%; }

table { font-family: inherit; }

#wrap {
	margin: 8px;
	width: 700px;
	text-align: left;
	background: #FFF url(../images/bk-nav.jpg) 13px 128px no-repeat;
	min-height: 500px;
	}

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #wrap { height: 500px; }
/* End hide from IE5/mac */

#nav {
	float: left;
	margin: 0 0 0 14px;
	padding: 0;
	list-style: none;
	}

/* For IE Win
----------------------------------------------- */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #nav { margin-left: 7px; }
/* End hide from IE5/mac */

#nav li {
	width: 91px;
	height: 20px;
	margin: 0 0 19px 0;
	padding: 0;
	}

#nav li a {
	display: block;
	width: 91px;
	height: 20px;
	background: #FFF url(../images/nav-home.gif) left top no-repeat;
	}

#nav li#rates a { background-image: url(../images/nav-rates.gif); }
#nav li#reservations a { background-image: url(../images/nav-reservations.gif); }
#nav li#about a { background-image: url(../images/nav-about.gif); }
#nav li#testimonials a { background-image: url(../images/nav-testimonials.gif); }

#nav li a:hover,
#nav li a.current { background-position: left bottom; }

#nav li a span {
	position: absolute;
	top: -10000px;
	left: -10000px;
	}

#main {
	margin-left: 127px;
	}

table#rates {
	border-collapse: collapse;
	margin-bottom: 12px;
	}

th { text-align: center; }
th, td { border: 1px solid #666; padding: 3px; }

th.dest { width: 200px; }
td.fare { text-align: right; width: 120px; }

tr.even th, tr.even td { background-color: #EEE; }

