@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-color:#FFF;
	background-image: url(assets/accommodation_body.gif);
	background-position:top center;
	background-repeat:repeat;
	}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#444;
	letter-spacing:0.1pt;
	font-size:0.8em;
	text-align:left;
	padding:0px 10px 0px 20px;
	line-height:1.3em;
	}
.style1 {
	color: #003366; 
	font-weight:bold;
	}
.style2 {
	text-align:right;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4d2a2b;
	font-size:1em;
	letter-spacing:0.1pt;
	text-align:left;
	padding:0px 0px 0px 20px;
	text-transform:uppercase;
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4d2a2b;
	font-size:0.9em;
	letter-spacing:0.1pt;
	text-align:left;
	padding:0px 0px 0px 20px;
	}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666;
	letter-spacing:0.1pt;
	font-size:0.7em;
	text-align:right;
	line-height:1.3em;
	padding:0px 20px;
	font-weight:normal;
	}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	letter-spacing: 0pt;
	font-size:0.6em;
	text-align: center;
	text-transform:uppercase;
	}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#444;
	letter-spacing:0.1pt;
	font-size:0.8em;
	text-align:left;
	padding:0px 10px 0px 20px;
	line-height:1.3em;
	text-align: right;
	}
li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	letter-spacing: 0.2pt;
	font-size:0.7em;
	text-align:justify;
	padding:0px 10px;
	line-height:1.2em;
	}
a:link{
	font-style:normal;
	font-weight: normal;
	color: #222;
	text-decoration: none;
	}
a:visited{
	font-style:normal;
	font-weight: normal;
	color:#1b2540;
	text-decoration: none;
	}
a:hover{
	font-style:normal;
	font-weight: normal;
	color:#0066FF;
	text-decoration: underline;
	}
a:active{
	font-style:normal;
	font-weight: normal;
	color:#333;
	text-decoration: none;
	}
#surroundBox{
	position:relative;
	width:810px;
	height:1230px;
	margin:0px auto;
	top:0px;
	background-color:#FFF;
	background-image: url(assets/logo.gif);
	background-position:right top;
	background-repeat:no-repeat;
	}
#leftBox{
	position: absolute;
	width:200px;
	height:625px;
	top:70px;
	left:5px;
	background-image: url(assets/accommodationtriptych02.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
#accommodationBox{
	position: absolute;
	width:450px;
	height:967px;
	margin-top:75px;
	margin-left:210px;
	border-left:#999999 2px dotted;
	border-right:#999999 2px dotted;
	}
#linkBox{
	position: absolute;
	width:120px;
	height:150px;
	top:300px;
	left:670px;
	}
#bottomBox {
	bottom:0px;
	left:0px;
	height:180px;
	width:100%;
	position:absolute;
	background-color: #C2AD98;
	border-top:#999 4px solid;
	}
