body {
	background: black;
	color: white;
	margin: 0px;
	padding: 0px;
	font: 11px Verdana, sans-serif;
}

a {
	color: #009;
}

a:visited {
	color: #666;
}

a:hover {
	color: #c00;
}

a img {
	border: none;
}

#container {
	background: white;
	color: black;
}

#header {
	background: black;
	text-align: center;
}

#header-inner {
	margin: 0px auto;
	width: 768px;
	position: relative;
}

#header img {
	display: block;
}

#header #home-link img {
	position: absolute;
	left: 0px;
	top: 2px;
}

body.main #header #home-link img {
	display: none;
	left: 0px;
	top: 40px;
}

#header #sponsor-link img {
	position: absolute;
	left: 0px;
	top: 24px;
}

body.main #header #sponsor-link img {
	left: 64px;
	top: 80px;
}

#menu {
	background: #c00;
	height: 24px;
	margin-bottom: 2ex;
	text-align: center;
	border-top: 1px solid white;
}

#menu-inner {
	position: relative;
	width: 768px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style: none;
}

#menu li a {
	display: block;
	float: left;
	height: 24px;
	background-color: #c00;
	color: white;
	position: relative;
}

#menu li a:hover {
	background-color: #009;
}

#menu li a span {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 24px;
	background-image: url(images/nav-main.gif);
	background-repeat: no-repeat;
}

#link-regions a, #link-regions a span { width: 60px; background-position: 0px 0px; }
#link-regions a:hover span, body.regions #link-regions a span { background-position: 0px -28px; }
#link-accommodation a, #link-accommodation a span { background-position: -60px 0px; width: 115px; }
#link-accommodation a:hover span, body.accommodation #link-accommodation a span { background-position: -60px -28px; }
#link-attractions a, #link-attractions a span { background-position: -175px 0px; width: 83px; }
#link-attractions a:hover span, body.attractions #link-attractions a span { background-position: -175px -28px; }
#link-business a, #link-business a span { background-position: -258px 0px; width: 64px; }
#link-business a:hover span, body.business #link-business a span { background-position: -258px -28px; }
#link-tours a, #link-tours a span { background-position: -322px 0px; width: 46px; }
#link-tours a:hover span, body.tours #link-tours a span { background-position: -322px -28px; }
#link-transport a, #link-transport a span { background-position: -368px 0px; width: 72px; }
#link-transport a:hover span, body.transport #link-transport a span { background-position: -368px -28px; }

#site-search {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	border-right: 1px solid white;
}

#site-search input.text {
	vertical-align: middle;
	width: 208px;
	height: 19px;
	background: white;
	color: black;
	font: 11px Verdana, sans-serif;
	border: 1px solid #900;
	border-color: #900 #f99 #f99 #900;
	padding: 0px;
}

#site-search input.button {
	vertical-align: top;
	width: 78px;
	height: 24px;
	font: 11px Verdana, sans-serif;
	font-weight: bold;
	border: 2px solid #003;
	border-color: #7f7fcc #000047 #000047 #7f7fcc;
	background: #009;/* url(images/btn-site-search.gif) no-repeat center center;*/
	color: white;
}

#site-search>input.text {
	position: relative;
	top: 1px;
}

#columns {
	width: 768px;
	margin: 0px auto;
	text-align: left;
}

h2 {
	border-bottom: 1px solid #c00;
	font-size: 100%;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	margin: 0px;
}

#contents td {
	vertical-align: top;
}

#main {
float:left;
margin-right:-330px;
width:100%;
}

#main-inner {
	margin-right: 330px;
}

#main h2 {
	margin: 0px 16px 2ex 0px;
	padding: 2px 0px 2px 8px;
}

#main h2 span {
	border-bottom: 4px solid #c00;
	padding-right: 0.5em;
	padding-bottom: 2px;
	margin-bottom: -2px;
}

#main h2 a {
	text-decoration: none;
}

#main p {
	margin: 0px 16px 2ex 8px;
}

#main ul {
	margin: 0px 16px 2ex 24px;
	padding: 0px;
}

#main ul li {
	margin: 0px;
	padding: 0px;
	list-style: square;
}

#main ul.listings li {
	margin-bottom: 1ex;
}

#contents, #contents td {
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

#contents {
	margin: 0px 0px 4ex;
	width: 100%;
}

body.main #contents {
	margin-top: 4ex;
}

fieldset {
	border: 1px solid #c00;
	margin: 0px 16px 2ex 8px;
}

fieldset legend {
	font-weight: bold;
	text-transform: uppercase;
}

textarea {
	font: 11px Verdana, sans-serif;
	width: 400px;
	height: 100px;
	border: 1px solid black;
	background-color: #eee;
}

form fieldset label {
	clear: left;
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 10px;	
}

form fieldset input.text,
form fieldset select {
	font: 11px Verdana, sans-serif;
	width: 400px;
	border: 1px solid black;
	background-color: #eee;
	margin-bottom: 1ex;
}

form fieldset input.button {
	font: bold 11px Verdana, sans-serif;
	color: white;
	background: #009;
	border: 1px solid #003;
	margin-top: 1ex;
	margin-left: 110px;
}

#sidebar {
float:right;
width:300px;
}
#sidebar iframe {
margin-bottom:0;
display:block;
position:relative;
}

#sidebar h3 {
	background: #c00;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	color: white;
	padding: 2px 8px;
	margin: 0px 0px 8px;
}

a.sponsored {
	background: #ffc;
	display: block;
	border: 1px solid black;
	padding: 7px;
	font-size: 10px;
	text-decoration: none;
	color: black;
	margin-bottom: 8px;
}

a.sponsored span {
	display: block;
}

a.sponsored .title {
	font-weight: bold;
}

a.sponsored .body {
	margin: 4px 0px;
}

a.sponsored .title,
a.sponsored .url {
	color: #009;
	text-decoration: underline;
}

#clear-columns {
	clear: both;
}

#footer {
	background: #c00;
	color: white;
	border: 1px solid white;
	border-width: 1px 0px;
	height: 16px;
	text-align: center;
}

#footer-inner {
	width: 768px;
	margin: 0px auto;
	text-align: left;	
	position: relative;
}

#footer-left {
	position: absolute;
	left: 8px;
	top: 1px;
}

#footer-right {
	position: absolute;
	right: 8px;
	top: 1px;
}

#footer a {
	color: white;
}

