html, body {
  margin:0;
  padding:0;
  height:100%; 
  width:100%
}

body, a, a:active, a:link, a:visited {
  color:#fff;
}

body {
  background-color: #6e6e6e;
  font:11px/1 Helvetica,Arial,Sans-serif;
}

#wrapper {
  width: 778px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  background-color: #6e6e6e;
  width: 778px;
  height: 146px;
}

#splash {
  background-color: #6e6e6e;
  width: 778px;
  height: 221px;
}

#content {
  margin: 0;
  padding: 0;
  width:auto;
  display:block;
  background: url(../images/alma/content_bg.png) repeat-y;
}

#center {
  margin: 0 19px;
  padding: 0;
  width: 740px;
  float: left;
}

div.spacer{clear:both; height:1px; display:block;}

#info, #reservation {
  margin: 10px 20px 0px 20px;
}

#info {
  float: left;
  width: 350px;
}

#reservation {
  float: left;
  width: 310px;
}

#footer {
  background: url(../images/alma/footer.png) no-repeat;
  width: 778px;
  height: 42px;
  
}
#footer p {
  padding: 24px 25px 20px 25px;
  margin: 0 auto;
  text-align: center;
  color: #ccc;
}

#footer p a, footer p a:active {
  color: #ccc;
}

#navigation {
  background: url(../images/alma/navigation_bg.png) no-repeat;
  width: 778px;
  height: 32px;
}

#navigation ul {
  margin:0 auto;
  padding:0 30px;
}

#navigation li {
  float:left;
  margin:0;
  padding:0 0 0 0;
  list-style:none;
  font-size:1em;
  text-indent:0;
}

#navigation a {
  display:block;
  text-decoration:none;
  border: none;
}

#navigation a img {
  border: none;
}

#header #navigation .current a, #header #navigation a:hover, #header #navigation a:focus {
  color:#003d6a !important;
}

#header #navigation .current a {
  background:url("images/arrow_up.gif") no-repeat 0 100%;
}

h1, h2 {
  font-size:1.2em;
  padding-top: 0;
  margin-top: 0;
}

form table.webform_table input {
  border:1px solid #cfa54d;
  font-size:10px;
}

.webform_label {
	vertical-align: middle;
}

div#wrapper div#content div#reservation form p {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.2em;
}
