body {
	color: #000;
	background: #fff;
	font-family: Arial, sans;
	font-size: 10pt;
}

h1 {
}

h2, .h2 {
	width: 100%;
	font-size: 16px;
	margin-bottom: 0.5em;
}

h3, .h3 {
	width: 100%;
	font-size: 16px;
	margin-bottom: 0.5em;
}

h4 {
}

h5 {
}

h6 {
}

a:link {
}

a:visited {
}

a:hover {
}

a:focus {
}

a:active {
}

ul, ol {
	padding: 0 0 1em 1em;
}

p {
	padding: 0 0 1em 0;
}

.clear {
	float: none !important;
	clear: both;
	width: 0 !important;
	height: 0 !important;
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tilt {
	cursor: default;
}

#content {
	width: 662px;
	min-height: 500px;
	margin: 0 auto;
}

.block {
	display: block;
	width: 100%;
	min-height: 50px;
	margin-bottom: 1em;
	position: relative;
}

ul.srt {
	padding: 0;
}

ul.block_elements {
	width: 100%;
	padding: 0;
}

ul.block_elements li {
	margin: 0 5px 5px 0;
	position: relative;
}

li.spacer {
	width: 100px;
	height: 50px;
}

li.pic {
	width: 132px;
	height: 100px;
	text-align: center;
}

li.pic img {
	padding: 1px;
	border: 2px solid #E7D0AE;
}

li.pic_empty {
	background-color: #cfe673;
}

li.pic_empty img {
	display: none;
}

li.pic_orig {
}

li.text {
	width: 300px;
	height: 200px;
}

.small {
	font-size: 8pt;
}

#subpage_list {
	width: 550px;
	margin: 0 auto;
	list-style-type: circle;
}

label.reserve {
	display: block;
	font-weight: bold;
	margin-bottom: 0.2em;
}

#form_reserve input {
	width: 200px;
}

#form_reserve textarea {
	width: 300px;
	height: 150px;
}

.alert {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	padding: 5px 20px 5px 20px;
	background-color: #fff8bf;
	color: #000;
}

#gallery {
	display: none;
}

/* Start custom button CSS here
---------------------------------------- */
.btn {
  display:inline-block;
  background:none;
  margin:0;
  padding:3px 0;
  border-width:0;
  overflow:visible;
  font:100%/1.2 Arial,Sans-serif;
  text-decoration:none;
  color:#333;
  }
* html button.btn {
  padding-bottom:1px;
  }
/* Immediately below is a temporary hack to serve the 
   following margin values only to Gecko browsers
   Gecko browsers add an extra 3px of left/right 
   padding to button elements which can't be overriden.
   Thus, we use -3px of left/right margin to overcome this. */
html:not([lang*=""]) button.btn {
  margin:0 -3px;
  }
.btn span {
  background:#ddd url(images/bg-button.gif) repeat-x 0 0;
  margin:0;
  padding:3px 0;
  border-left:1px solid #bbb;
  border-right:1px solid #aaa;
  }
* html .btn span {
  padding-top:0;
  }
.btn span span {
  position:relative;
  padding:3px .4em;
  border-width:0;
  border-top:1px solid #bbb;
  border-bottom:1px solid #aaa;
  }

/* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
button.pill-l span {
  border-right-width:0;
  }
button.pill-l span span {
  border-right:1px solid #bbb;
  }
button.pill-c span {
  border-right-style:none;
  border-left-color:#fff;
  }
button.pill-c span span {
  border-right:1px solid #bbb;
  }
button.pill-r span {
  border-left-color:#fff;
  }

/* only needed if implementing separate hover/focus/active state for buttons */
.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
  cursor:pointer; /* important for any clickable/pressable element */
  border-color:#aaa !important;
  color:#555;
  }
.btn:active span {
  background-position:0 -400px;
  outline:none;
  }
.btn:focus, .btn:active {
  outline:none; /* doesn't seem to be respected for <button>, only <a> */
  }

/* use if one button should be the 'primary' button */
.primary {
  font-weight:bold;
  color:#000;
  }
