@charset "utf-8";
#wrapper {
	padding: 0px;
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
strong {
	font-size: 100%;
	font-weight: bold;
}


#header_home {
	background-image: url(images/bghome_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	width: 750px;
}

#header_hostel {
	background-image: url(images/bghostel_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	width: 750px;
}

#header_camping {
	background-image: url(images/bgcampsite_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	width: 750px;
}

#header_contact_us {
	background-image: url(images/bgcontact_us_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	width: 750px;
}

#header_getting_here {
	background-image: url(images/bggetting_here_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	width: 750px;
}

#header_info {
	background-image: url(images/bginfo_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
	width: 750px;
}




h1 {
	text-indent: -9999px;
}
h2 {
	text-indent: -9999px;
}
#navigation {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 172px;
	width: 750px;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}

#navigation li {
	display: block;
	float: left;
}

/*
#home {
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/24x24_home_disabled.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #666666;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 140%;
}
*/

#home a:link, #home a:visited {
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/24x24home_link.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #000000;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 140%;
}

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

#hostel a:link, #hostel a:visited {
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/24x24hostel_link.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #000000;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 140%;
}

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

#camping a:link, #camping a:visited {
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/24x24camping.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #000000;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 140%;
}

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

#contact_us a:link, #contact_us a:visited {
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/24x24contact_us_link.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #000000;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 140%;
}

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

#getting_here a:link, #getting_here a:visited {
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/24x24signpost_link.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #000000;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 140%;
}

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

#info a:link, #info a:visited {
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/24x24info_link.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	color: #000000;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 140%;
}

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



#content {
	background-color: #DEE2E1;
}
#content_sidebar {
	background-image: url(images/bg_sidebar.jpg);
	float: right;
	height: auto;
	width: 200px;
	background-color: #EDF2EC;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content_sidebar h3 {
	font-size: 130%;
	font-weight: bold;
	padding-left: 5px;
}
#content_sidebar p {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 120%;
	padding-bottom: 5px;
}
#content_sidebar table {
	margin-top: .5em;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: .5em;
	width: 190px;
}
#content_sidebar td {
	font-size: 120%;
	padding-right: 0.2em;
	padding-left: 0.2em;
}
#content_sidebar td p {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}


#content_sidebar div {
	font-size: 100%;
}
#content_sidebar ul {
	margin-left: 20px;
}
#content_sidebar li {
	font-size: 120%;
}
#content_sidebar a {
	font-size: 100%;
}
.morelink {
	text-align: right;
}





#content_body {
	padding: 10px;
	margin-right: 220px;
}
#content_body h3 {
	font-size: 170%;
	font-weight: bold;
	color: #30555C;
	font-family: Arial, Helvetica, sans-serif;
}
#content_body p {
	font-size: 120%;
	padding-bottom: 1em;
}
#content_body ul {
	margin-left: 50px;
	margin-bottom: 1em;
}
#content_body li {
	font-size: 120%;
	list-style-type: disc;
}
#content_body a {
	font-size: 100%;
}
#contact_form {
	padding-left: 20px;
}
#contact_form label {
	font-size: 100%;
}
#ewComments {
	width: 6em;
	height: 2em;
	font-size: 120%;
	font-weight: bold;
}

#name {
	width: 200px;
	font-size: 100%;
}
#email {
	width: 200px;
	font-size: 100%;
}
#message {
	width: 460px;
	font-size: 100%;
}
#security_code {
	font-size: 100%;
}

.warning {
	color: #FF0000;
	font-size: 100%;
}






#footer {
	margin-top: 10px;
	line-height: 52px;
	background-color: #DEE2E1;
	height: 52px;
	position: relative;
	text-align: center;
	clear: both;
}
#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;
}

.imageleft {
	margin: 5px;
	padding: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	font-size: 90%;
	line-height: 90%;
}

.imageright {
	margin: 0px;
	padding: 0px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	font-size: 90%;
	line-height: 90%;
}
