html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#FFF6EC;
	margin: 0px;
	padding: 0px;
	color:#200;
	text-align: center;
	font-size: 62.5%;
	font-family: Verdana, sans-serif;
	line-height: 2em;
}

h1,h2 {
	margin: 1em;
	padding-left: 0.5em;
	font-weight: normal;
	font-size: 2em;
	line-height:1em;
}

h3 {
	margin-left: 1em;
	margin-top: 0.1em;
	padding-left: 0.5em;
	font-weight: normal;
	font-size: 1.6em;
}

td {
	vertical-align: top;
}

a {
	color: #5B6B82;
	text-decoration: none;
}
a:hover {
	color:#8299B9;
}

#footer {
	border-top: 2px solid #82705B;
	width: 900px;
	height: 55px;
	background: #5B8278 url('../images/footer.png') repeat-x top left;
	color: #ECFFFA;
	font-family: Georgia, Times, serif;
	font-size: 1em;
	line-height: 1.52em;
}

#footer p {
	text-align: center;
	margin: 0px;
}

#footer p.copy {
	line-height: 1.8em;
	font-size: 0.8em;
	font-family: sans-serif;
}

#main {
	background-color:#FFEED9;
	margin: 0px auto;
	border-left: 2px solid #82705B;
	border-right: 2px solid #82705B;
	width: 900px;
	padding: 0px;
	font-size: 1.2em;
}

#top-menu {
	width:900px;
	height:40px;
	background: #5B8278 url('../images/menubar.png') repeat-x top left;
	border-bottom: 2px solid #82705B;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Times, serif;
	font-size: 1.4em;
}

#top-menu td {
	vertical-align: middle;
	text-align: center;
}

#top-menu a {
	font-size: 1.1em;
	font-weight: bold;
	padding: 7px 30px;
}

#top-menu a,
#footer a {
	color: #FFEED9;
	text-decoration: none;
}
#top-menu a:hover,
#footer a:hover {
	color: #FFF6EC;
}

#header {
	border-bottom: 2px solid #82705B;
}
#groups {
	overflow:auto;
	height:auto;
	text-align:center;
}
#groups ul {
	padding-top:20px;
	float:right;
	padding-right:150px;
	text-align:left;
}
ul {
	list-style:circle;
}
#attractions {
	width:100%;
	text-align:center;
	padding:10px 0 20px 0;
	position:relative;
}
#attractions td {
	background:url(../images/attbar.jpg) center no-repeat;
	height:25px;
	width: 33%;
	vertical-align: middle;
}
#attractions a {
	color:#fff6eb;
	font-weight:bold;
}
fieldset {
	background:#B9A082;	
	border: 1px solid black;
	padding: 1em;
}
legend, button, input.btn {
	background:#82B9AC;
	color: #ECFFFA;
	font-weight:bold;
	font-size: 1.3em;
	padding: 0.1em 0.5em;
}
legend {
	border:1px solid black;
}
button, input.btn {
	border: 1px outset;
}
input, select, textarea {
  background:#fff6eb;
  border:1px solid black;
  margin: 0px 5px 5px 0px;
}
input {
  padding:2px;
}
input.noborder {
  border:0px solid black;
  background-color: #FFEED9;
}

label {
	font-weight: bold;
}

table.photos {
	width: 100%;
	text-align: center;
}
table.vat td {vertical-align: top;}
table.vac td {vertical-align: middle;}
.photos td {
	padding-bottom: 2em;
}

.photos a {
	font-size: 1.2em;
}

.photos img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #330520;
}

.photos p {
	margin: 0px auto;
	padding: 0px;
	width: 400px;
}

.specdetails, .specdetails2 {
	font-size:large;
	text-align:center;
	margin:3px 0;
	width:100%;
}
.specdetails {
	background: url('../images/ptop.gif') top repeat-x;
	padding:8px 0 0 0;
}
.specdetails2 {
	background: url('../images/pbot.gif') bottom repeat-x;
	padding:0 0 10px 0;
}

.border-right {
	border-right: 2px solid #330520;
}

.padding {
	text-align: left;
	margin: 10px 40px;
}

.bb {
	border: 1px solid black;
}
form table tr td {
	white-space:nowrap;
}
