@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-repeat: repeat-x;
	background-position: left top;
	color: #000000;
	background-color: #FFFFFF;
}


#wrapper {
	height: 300px;
	width: 500px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(images/bgintrosmall.jpg);
	background-repeat: no-repeat;
}
#wrapper h1 {
	text-indent: -9999px;
}
#wrapper h2 {
	text-indent: -9999px;
}

#navigation {
	list-style-type: none;

}

#home {
	position: absolute;
	left: 5px;
	top: 44px;
	list-style-type: none;
}

#home a:link, #home a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/48x48home_link.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #000000;
	line-height: 48px;
	margin: 0px;
	padding-left: 55px;
}

#home a:hover {
	color: #0000FF;
}

#hostel {
	position: absolute;
	left: 66px;
	top: 69px;
	list-style-type: none;
}

#hostel a:link, #hostel a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/48x48hostel_link.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #000000;
	line-height: 48px;
	margin: 0px;
	padding-left: 55px;
}

#hostel a:hover {
	color: #0000FF;
}

#camping {
	position: absolute;
	left: 107px;
	top: 101px;
	list-style-type: none;
}

#camping a:link, #camping a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/48x48camping_link.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #000000;
	line-height: 48px;
	margin: 0px;
	padding-left: 55px;
}

#camping a:hover {
	color: #0000FF;
}

#contact_us {
	position: absolute;
	left: 147px;
	top: 136px;
	list-style-type: none;
}

#contact_us a:link, #contact_us a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/48x48contact_us_link.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #000000;
	line-height: 48px;
	margin: 0px;
	padding-left: 55px;
}

#contact_us a:hover {
	color: #0000FF;
}

#getting_here {
	position: absolute;
	left: 167px;
	top: 175px;
	list-style-type: none;
}

#getting_here a:link, #getting_here a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/48x48signpost.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #000000;
	line-height: 48px;
	margin: 0px;
	padding-left: 55px;
}

#getting_here a:hover {
	color: #0000FF;
}

#info {
	position: absolute;
	left: 189px;
	top: 222px;
	list-style-type: none;
}

#info a:link, #info a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/48x48info.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #000000;
	line-height: 48px;
	margin: 0px;
	padding-left: 55px;
}

#info a:hover {
	color: #0000FF;
}

#footer {
	margin-top: 10px;
	line-height: 52px;
	background-color: #DEE2E1;
	height: 52px;
	position: relative;
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
}
#footer .imageleft {
	float: left;
	margin: 5px;
	border: 1px solid #000000;
}
#footer .imageright {
	float: right;
	clear: none;
	margin: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
