html {
	font-family: Verdana,Arial,Geneva,Helvetica;;
	font-size: 11px;
	height: 100%;
}

body {
	background: repeat-x #003366 url(../img/bg.jpg);
	overflow: auto;
	height: 100%;
}

#wrapper {
	position: relative;
	width: 900px;
	height: auto;
	top: 20px;
	left: 50%;
	margin-left: -450px;
	background: #fff;
	overflow: hidden;
	filter: alpha(opacity:90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#content {
	position: relative;
	right: 0px;
	top: 0px;
	width: 672px;
	height: auto;
	padding: 100px 10px 28px 10px;
	margin: 4px 4px 4px 4px;
	background: url(../img/header.jpg) right top no-repeat;
	overflow: auto;
	filter: alpha(opacity:90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#news {
	position: relative;
	left: 50%;
	top: 0px;
	width: 646px;
	height: auto;
	padding: 0px 10px 4px 10px;
	margin: 0px 0px 0px -336px;
	background: #fffccc;
	border: #f0c96e dashed 2px;
}

#left {
	position: relative;
	left: 0px;
	top: 0px;
	width: 172px;
	height: auto;
	padding: 10px 10px 10px 10px;
	margin: 4px 4px 4px 4px;
	background: #f0c96e;
}

#footer {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 882px;
	padding: 5px 5px 5px 5px;
	margin: 0px 4px 4px 4px;
	text-align: center;
	background: #cccccc; /*#abbccc;*/
	font-size: 10px;
	filter: alpha(opacity:90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-size: 10px;
	font-weight: bold;
}

table.picmanager {
	border: 2px solid #cccccc;
	margin-bottom: 5px;
}

table.framed {
	border: 2px solid #cccccc;
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 0px 0px;
	
}

img.ref {
	border: solid 2px #aaa;
}

img.ref:hover {
	border: solid 2px #fff;
}

img.link {
	border: 0px;
}

img.link:hover {
	border: 0px;
	background: none;
}

a {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
	background: #222;
	color: #fff;
}

a.image {
	text-decoration: none;
}

a.image:hover {
	text-decoration: none;
	background: none;
}

a.menu {
	color: #000;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 165px;
	padding: 7px 0px 7px 5px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: solid 1px;
}

a.menu:hover {
	text-decoration: none;
	color: #fff;
	background: #666;
	border-bottom: solid 1px #000;
}

a.hotellist {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 15px;
	float: left;
	padding: 10px 5px 10px 5px;
	margin: 13px 3px 3px 3px;
	background: #cccccc;
}

a.hotellist:hover {
	text-decoration: none;
	background: #abbccc;
	color: #fff;
}

input.left {
	display: block;
	padding: 1px 1px 1px 1px;
	border: solid 1px #999;
	background: transparent;
	font-weight: bold;
}

input.left:hover {
	cursor: pointer;
	background: #ccc;
}

textarea {
	font: normal 1em Verdana,Arial,Geneva,Helvetica;
	color: #666;
	padding: 2px;
	width: 450px;
	height: 250px;
}

input.text {
	width: 250px;
}

fieldset.disclaimer {
	width: 650px;
	font-size: 9px;
}