/* CSS Document */
/* Dunard Hostel website design by SpotlessMedia.com 23.11.07 */

body {
	background: #FFFFFF;
	font: 12px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#wrapper {
	width: 900px;
	background: #b1b2ae url(images/hostel_leftNav_bg.jpg) no-repeat left bottom;
	border: 1px solid #54555D;
	margin: auto;
}
#header {
	background: url(images/hostel_header.jpg);
	height: 124px;
	width: 900px;
}
#leftNav {
	height: auto;
	width: 143px;
	text-align: right;
	padding-top: 20px;
	padding-right: 5px;
	float: left;
}
#leftNav a {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	background: url(images/nav_bg.jpg) no-repeat right bottom;
	margin-bottom: 3px;
	line-height: 20px;
	padding-bottom: 5px;
}
#leftNav a:hover {
	color: #FFFFFF;
	background: #1B5050;
}
.index #index a, .hostel #hostel a, .barra #barra a,
.kayaking #kayaking a, .booking #booking a,
.contact #contact a, .links #links a, .deposit #deposit a{
	color: #1B5050;
	font-weight: bold;
}
.index #index a:hover, .hostel #hostel a:hover, .barra #barra a:hover,
.kayaking #kayaking a:hover, .booking #booking a:hover,
.contact #contact a:hover, .links #links a:hover, .deposit #deposit a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

#contentWrap {
	background: #5f8a8a;
	display: block;
	float: left;
	width: 752px;
}



#content {
	float: left;
	width: 500px;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	padding: 80px 20px 50px 45px;
	text-align: justify;
	background: #5f8a8a;
}
.contentLink {
	color: #1B5050;
	text-decoration: none;
	font-weight: bold;
}

.contentLink:hover {

	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
.index #content {
	background: url(images/content_deposit.gif) no-repeat 20px 20px;
}
.hostel #content {
	background: url(images/content_hostel.gif) no-repeat 20px 20px;
	height: 300px; /* height should be removed when content is added */
}
.deposit #content {

	background: url(images/content_deposit.gif) no-repeat 20px 20px;
}
.barra #content {
	background: url(images/content-barra.gif) no-repeat 20px 20px;
}
.kayaking #content {
	background: url(images/sea_kayaking-content-bg.jpg) no-repeat left top;
	padding-top: 220px;
}
.booking #content {
	background: url(images/content_booking.gif) no-repeat 20px 20px;
}
.contact #content {
	background: url(images/content-contact.gif) no-repeat 20px 20px;
	height: 400px;
}
.links #content {
	background: url(images/content_links.gif) no-repeat 20px 20px;
}

.thankYou #content {
	background: url(images/content_thankYou.gif) no-repeat 20px 20px;
	height: 400px;
}
#testimonials {
	float: right;
	text-align: left;
	padding: 60px 10px 5px 5px;
	width: 160px;
	background: url(images/testimonials.gif) no-repeat 0px 15px;
}

#footer {
	background: #1b5050;
	clear: both;
	border-top: 2px solid #FFFFFF;
	padding-top: 2px;
	line-height: 20px;
	height: 23px;
	text-align: left;
	padding-left: 8px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #5F8A8A;
}
#footerLinks {
	font-size: 9px;
}
.footerContact {
	padding-left: 145px;
	text-align: right;
}
h2 {
	font: normal 18px/20px "Times New Roman", Times, serif;
}



img {
	border: 2px solid #FFFFFF;
}
.links li {
	margin-bottom: 10px;
}
.contact li {
	margin-bottom: 10px;
}

.wrap {
	margin: 10px;
}
.wrapBorderNone {
	margin: 10px;
	border-style: none;
	display: block;
}
.formAlign {
	text-align: right;
	margin-right: 100px;
}











/*****************************************************  Spotless link at bottom of page *************/
#spotless {
	font-size: 9px;
	padding: 5px;
	text-align: right;
	width: 900px;
	margin: auto;
}
#spotless a {
	color: #333333;
	text-decoration: none;
}
#spotless span {
	color: #FF9900;
}

