/*standard css*/
html{
	font-size:100.01%;
}
body,h1,h2,h3,h4,p,ul,ol,li,form,img{
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}
/*structural elements*/
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#1D2730;
	background-repeat:repeat-x;
}
#container{
	width:1010px;
	text-align:left;
	background-color:#353f48;
	position:relative;
/*	margin-left:auto;
	margin-right:auto;
	margin-top:13px;
	margin-bottom:13px;*/
	margin: 0px auto;/* shorthand for 4 lines above*/
}
#header{
	height:132px;
	background-color:#1D2730;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:8px;
}
#navigation{
	float:left;
	height:33px;
	margin-top:99px;
	margin-left:20px;
}
#navigation2{
	float:right;
	height:213px;
	margin-top:30px;
}
#logo{
	position:absolute;
	top:15px;
	right:25px;
}
#topColumn{
	margin:8px;
}
#blocker{
	clear:both;
	height:1px;
}
#blocker2{
	clear:both;
	height:1px;
}
#blocker3{
	clear:both;
	height:1px;
}
#bodySection{
	clear:both;
	text-align:left;
	background:url(../images/menuback.gif) 8px 262px no-repeat;
	padding-left:10px;
}
#leftColumn{
	float:left;
	padding-top:30px;
	width:366px;
	padding-bottom:10px;
}
#rightColumn{
	width:623px;
	float:right;
	padding-right:8px;
	text-align:left;
	background:url(../images/menuback2.gif) 9px 262px no-repeat;
}
#footer{
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
	margin-top:7px;
	margin-bottom:7px;
	margin-left:8px;
	margin-right:8px;
	background-color:#1D2730;
	text-align:right;
}
#footer2{
	width:987px;
	text-align:right;
/*	margin-left:auto;
	margin-right:auto;
	margin-top:13px;
	margin-bottom:13px;*/
	margin: 0px auto;
	clear:both;
	padding-top:10px;
	padding-right:23px;
}
/*specific css*/
li{
	display:inline;
}
h2{
	color:#FFFFFF;
	font-weight:normal;
	font-family:helvetica;
	font-size:0.7em;
}
h2 span{
	color:#C9DA2A;
}
p{
	color:#FFFFFF;
	font-weight:normal;
	font-family:helvetica;
	font-size:0.8em;
	text-align:left;
	line-height:1.5em;
}
#footer2 p{
	color:#7E878B;
	font-weight:normal;
	font-family:helvetica;
	font-size:0.6em;
	text-align:right;
}
/*navigation*/
#navigation a{
	display:block;
	float:left;
	height:33px;
}
#navigation a span{
	display:none;
}
#navigation a:hover,#navigation .current{
	background-position:0 -33px;
}
#welcome{
background-image:url(../images/welcome.jpg);
width:81px;
}
#location{
background-image:url(../images/location.jpg);
width:75px;
}
#accommodation{
background-image:url(../images/accommodation.jpg);
width:124px;
}
#availability{
background-image:url(../images/availability.jpg);
width:92px;
}
#amenities{
background-image:url(../images/amenities.jpg);
width:84px;
}
#news{
background-image:url(../images/news.jpg);
width:58px;
}
#contact{
background-image:url(../images/contact.jpg);
width:65px;
}
/*navigation2*/
#navigation2 a{
	display:block;
	float:right;
	height:213px;
	margin-left:7px;
}
#navigation2 a span{
	display:none;
}
#navigation2 a:hover,#navigation2 a.current{
	background-position:0 -213px;
}
#menu1{
background-image:url(../images/menu1.jpg);
width:148px;
}
#menu2{
background-image:url(../images/menu2.jpg);
width:148px;
}
#menu3{
background-image:url(../images/menu3.jpg);
width:148px;
}
#menu4{
background-image:url(../images/menu4.jpg);
width:148px;
}