.nextbutton a:link, .nextbutton a:visited
		{
			display: block;
			padding: .2em .5em;
			background-color: #117744;
			color: #fff;
			border: 1px solid #006;
			width: 12em;
			text-decoration: none;
			text-align: center;
			
		}
		
		.nextbutton a:hover, .nextbutton a:active
		{
			background-color: #fff;
			color: #006;
		}
		
		body
		{
			margin: 0;
			padding: 0;
			font-size: 95%;
			font-family: georgia, times, "times new roman", serif;
			color: #000;
			background-color: #FFFFFF;
			background-image: url(/css_images/bkgrd.jpg););
			background-repeat: repeat-n	;
		}
		
		a:link { color: #036; }
		a:visited { color: #066; }
		
		a:hover, a:active
		{
			color: #fff;
			background-color: #036;
		}

		
		
		div#banner
		{
			color: #FFCC99;
			background-color: #FFFFFF;
			border-bottom: 10px solid #9AA39A;
		}
		
		div#banner h1
		{
			margin: 0;
			padding: 5em 0 .5em 5em;
			font-size: 8em;
			font-weight: normal;
			color: #615547;
			font-size: 20px;
			background:url(/css_images/didgeridoo_header.jpg) no-repeat;
text-indent: 600px;
}
		div#container
		{
			background-image: url(/css_images/navbar_rt.jpg);
			background-repeat: repeat-y;
		}
		
		div#container2
		{
			background-image: url(/css_images/navbar.jpg);
			background-repeat: repeat-y;
			background-position: right;
		}
		
		div#navigation
		{
			float: left;
			width: 150px;
			padding-top: .1em;
		}
		
		div#navigation ul
		{
			list-style-type: none;
			padding: 0;
			margin: 1;
		}
		
		div#navigation ul li { margin-top: 15px; }
		
		#navigation ul li a
		{
			display: block;
			width: 135px;
			padding: 5px 5px 1px 10px;
			text-decoration: none;
			color: #000;
			background-image: url(/css_images/navmenuover.jpg);
			background-repeat: repeat-y;
		}
		
		#navigation ul li a:hover
		{
			color: #fff;
			background-color: #ccc;
			background-image: url(/css_images/navmenu.jpg);
			background-repeat: repeat-y;
		}
		
		div#more
		{
			float: right;
			width: 140px;
			margin: 0;
			padding: 5em 8px 0 0;
			color: #605448;
		}
		
		div#more h3
		{
			margin-top: 0;
			color: #605448;
			padding: .2em;
			background-image: url(/css_images/navbar.jpg);
			background-position: right;
			background-repeat: repeat-y;
		}
		
		div#content
		{
			margin-left: 190px;
			margin-right: 230px;
		}
		
		div#content h2
		{
			font-size: 3em;
			color: #D0D77D;
			margin: 0;
			padding-top: 2em;
			font-weight: normal;
		}
		
		div#content { line-height: 150%; }
		
		#cleardiv
		{
			clear: both;
			height: 1em;
		}
		
		div#footer
		{
			clear: both;
			padding: .5em 1em;
			border-top: 5px solid #999;
			text-align: center;
		}
		
		div#footer ul
		{
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
		
		div#footer li
		{
			display: inline;
			margin-right: 4em;
		}

		