@media screen
{
	body
	{
		background-color: #c5bc66;
	}
	
	#top
	{
		background-image: url(gfx/yellow.head.top.gif);
	}
	
	#head
	{
		background-image: url(gfx/yellow.head.bg.gif);
	}
	
	#mountains
	{
		background-image: url(gfx/yellow.head.mountains.jpg);
	}
	
	#nav
	{
		background-image: url(gfx/yellow.content.top.gif);
	}
	
	#nav li a
	{
		background: #a4920d url(gfx/yellow.nav.up.gif) repeat-x top left;
	}
	
	#nav li a:hover
	{
		background: #d6c917 url(gfx/yellow.nav.over.gif) repeat-x top left;
	}
	
	#nav li.current a
	{
		color: #a4920d;
	}
	
	#wrapper
	{
		background-image: url(gfx/yellow.content.bg.gif);
	}
	
	ul#navlist li a:hover,ul#navlist li a:focus,ul#navlist li a:active
	{
		color: #a4920d;	
	}
	
	ul#navlist li.active a
	{
		color: #a4920d;	
	}
	
	ul#navlist li ul#subnavlist li a:hover, 
	ul#navlist li ul#subnavlist li a:focus,
	ul#navlist li ul#subnavlist li ul#subsubnavlist li a:hover, 
	ul#navlist li ul#subnavlist li ul#subsubnavlist li a:focus
	{
		color: #a4920d;	
	}
	
	ul#navlist li.active ul#subnavlist li.subactive a,
	ul#navlist li.active ul#subnavlist li.subactive ul#subsubnavlist li.subsubactive a
	{
		color: #a4920d;	
	}
	
	#content h1, #content h2, #content h3, #content h4, #content h5, #content h6
	{
		color: #a4920d;	
	}
	
	#content a
	{
		color: #a4920d;
	}
	
	#content a:hover
	{
		background-color: #fff67a;
	}
	
	#bottom
	{
		background-image: url(gfx/yellow.bottom.bg.gif);
	}
}