@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	background: url(images/bg.jpg) repeat;
}
.twoCol #wrapper  {
	background-color: #FFF;
	padding: 0px;
	width: 800px;
	background-image: url(images/leftbg.gif);
	background-repeat: repeat-y;
	border: 1px groove #333;
	margin: 0px auto;
}
.oneCol #wrapper {
	padding: 0px;
	width: 800px;
	border: 1px groove #333;
	margin: 0px auto;
	background: #FFF;
}

.twoCol #header , .oneCol #header{
	height: 145px;
	background: url(images/banner2.jpg) no-repeat;
	position: relative;
}
.twoCol #header img , .oneCol #header img{
	position: absolute;
	left: 32px;
	top: 17px;
}
.twoCol #header ul, .oneCol #header ul{
	font: bold 11px Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
	position: absolute;
	right: 0px;
	bottom: 0px;
	float: left;
}
.twoCol #header li, .oneCol #header li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}
.twoCol #header a, .oneCol #header a{
	float:left;
	color: #630;
	background: #8cb85c url(images/color_tabs_left.gif) no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
}
.twoCol #header a span, .oneCol #header a span{
	float:left;
	display:block;
	background: transparent url(images/color_tabs_right.gif) no-repeat right top;
	padding:4px 9px 2px 6px;
}
.twoCol #header a:hover, .oneCol #header a:hover{
	background: #030;
	color: #F00;
}
.twoCol #header a:hover span, .oneCol #header a:hover span{
	cursor: default;

}
.twoCol #header a.current     , .oneCol #header a.current{
	background: #FFF;
	color: #333;
}

.twoCol #leftcol {
	width: 140px;
	padding: 15px;
	float: left;
}
.twoCol #leftcol h3 {
	font-size: 1.5em;
	text-align: center;
}
.twoCol #rightcol {
	padding: 15px;
	width: 600px;
	float: right;
}
.oneCol #onecol {
	background-color: #FFF;
	margin: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 15px;
	padding: 2px 10px;
	position: relative;
}
.twoCol #footer , .oneCol #footer{
	padding: 5px;
	clear: both;
	background-color: #333;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-size: 1em;
}
h3.hotelinfo {
	text-align: center;
	font-size: 1.5em;
	line-height: 95%;
}
h3.contact {
	text-align: center;
	font-size: 1.5em;
	line-height: 95%;
}

iframe {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.twoCol p, .oneCol p {
	line-height: 1.75em;
	font-size: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
}
.twoCol #leftcol p {
	font-size: 1em;
	line-height: 1.25em;
}
.twoCol h1 , .oneCol h1{
	text-align: center;
	font-size: 2.5em;
}
.oneCol #onecol h2 {
	font-size: 2em;
	text-align: center;
	line-height: 1em;
}
img.right {
	float: right;
	border-style: solid;
	border-color: #333;
	margin: 10px;
}
img.left {
	float: left;
	border-style: solid;
	border-color: #333;
	margin: 10px;
}
.twoCol #rightcol h2 {
	font-size: 1.6em;
	line-height: 1em;
	text-align: center;
}
#footer {
	color: #CCC;
}
