body {
	background: url(assets/bg_body.jpg) no-repeat #fff;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

a {
	outline: 0;
	font-weight: bold;
}

a:link { color: #003b2e; }
a:visited { color: #003b2e; }
a:hover { color: #69744f; }
a:active { color: #003b2e; }

h1, h2, h3, h4, h5, .header {
	color: #69744f;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
}

h1, .header { font-size: 17px; }
h2 { font-size: 15px; }
h3 { font-size: 13px; }
h4, h5 { font-size: 12px; }

img {
	border: 0;
	display: block;
}

p { margin: 0 0 6px 0; }

ul { list-style-position: inside; font-weight:bold; }

#wrapper {
	width: 760px;
	height: 1%;
	position: relative;
	overflow: hidden;
}

#header {
	margin-bottom: 10px;
	}
#header #logo {margin: 55px 0 0 30px;}
#header #reservation {display: inline; float: right; margin-top: 80px;}
#header #reservation a {display: block; width: 208px; height: 34px;
	text-indent: -9000px;
	background: url(assets/btn_reservation.gif) no-repeat;
	}
#header #reservation a:hover {background: url(assets/btn_reservation.gif) no-repeat 0 -37px;}
#contentwrapper /* contains left column and content area */ {
	height: 1%;
	position: relative;
	overflow: hidden;
	text-align: left;
	padding: 0 10px;
}

#leftcolumn {
	width: 190px;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
/* nav */
#navcontainer {margin-bottom: 40px; padding: 0;}

#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: right;
}

#navcontainer li { margin: 0 0 4px 0; }

#navcontainer a {
	display: block;
	padding: 0px 20px 0px 0;
	width: 160px;
	background-image: url(assets/bullet.gif);
	background-repeat: no-repeat;
	background-position: -15px 0;
	color: #003b2e;
	text-decoration: none;
}

#navcontainer a:link, #navlist a:visited {
	color: #003b2e;
}

#navcontainer a:hover {
  background-image: url(assets/bullet_on.gif);
  background-repeat: no-repeat;
  color: #69744f;
}

/* sub level */

#navcontainer ul ul a {
  padding: 0;
  color: #000;
  background-image: none;
  text-decoration: none;
}
#navcontainer ul ul a:link {color: #000;}
#navcontainer ul ul a:hover {
  color: #69744f;
  text-decoration: underline;
  background-image: none;
}
#navcontainer ul ul ul a:link {color: #656435;}
#navcontainer ul ul ul a {margin: 0 10px;}

#content {
	width: 530px;
	position: relative;
	float: right;	
}




/* footer content info */
#footer {
  clear: both;
  padding-top: 20px;
}

#bottomnav {
	text-align:center;
	color: #003b2e;
	margin: 10px 10px;
	font-size: 11px;
}

#bottomnav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#bottomnav li {
	display: inline;
	margin: 0;
	}

#bottomnav a {
	padding: 5px 15px;
	color: #003b2e;
	text-decoration: none;
}

#bottomnav a:link, #navlist a:visited {
	color: #003b2e;
}

#bottomnav a:hover {
	color: #69744f;
}

#contactinfo {
	background-image: url(assets/bg_bottom.jpg);
	background-repeat: no-repeat;
	margin-left: 100px;
	color: #003b2e;
	padding: 30px 0 20px 0;
	background-position: 60px 0;
}
#contactinfo h4 {font-size: 12px; color: #003b2e; margin-bottom: 1px;}
#contactinfo img {display: inline; float: left; margin-top: -30px; margin-right: 5px;}
#contactinfo p  {margin-bottom: 0;}
#contactinfo a,
#contactinfo .phone {font-size: 13px;}

/* copyright */
#copyright {
	font-size: 10px;
	margin: 0;
	padding: 20px 0;
	color: #aba6a6;
	text-align: center;}

#copyright p {
	display: inline;
	margin-left: 10px;
}

#copyright a { text-decoration: none; }

#copyright a {
	text-decoration: none;
	color: #616262;
}

#copyright a:hover {
	color: #1a0931;
	text-decoration: underline;
}

#tagLine {
	margin-left: 5px;
	margin-right: 40px;
	color: #003B2E;
	font-weight: bold;
	}
	
