@charset "ISO-8859-1";
.header {
	font-family: Georgia;
	font-size: 16px;
	color: #5A350E;
	font-style: italic;
	font-weight: bold;
}
.subheader {
	font-family: Georgia;
	font-size: 12px;
	color: #5A350E;
	font-style: italic;
	font-weight: bold;
}
.content {
	font-family: Georgia;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}

.cb {
	clear:both;
}

#navigation {
	width:830px;
	margin-bottom:10px;
}

#navigation a {
	float:left;
	display:inline-block;
	height:28px;
	text-indent:-999em;
}

#navigation a.welcome {
	background:url(../images/navigation/welcome.jpg) left top no-repeat;
	width:124px;
}

#navigation a.wanganui-river {
	background:url(../images/navigation/wanganui_river.jpg) left top no-repeat;
	width:185px;
}

#navigation a.rory {
	background:url(../images/navigation/rory.jpg) left top no-repeat;
	width:133px;
}

#navigation a.tours {
	background:url(../images/navigation/tours.jpg) left top no-repeat;
	width:135px;
}

#navigation a.cycle {
	background:url(../images/navigation/cycle.jpg) left top no-repeat;
	width:135px;
}

#navigation a.contact {
	background:url(../images/navigation/contact.jpg) left top no-repeat;
	width:118px;
}

#navigation a:hover {
	background-position:bottom;
}




