#container {
		background: url(img/index-background.png) 0 154px no-repeat;
		height: 930px
}
	/* SPLASH */
	#splash {
		position: absolute;
		top: 197px;
		left: 9px;
		height: 275px;
		overflow: hidden
	}
		#splash-images {
			position: relative;
			z-index: 1
		}
		ul#splash-pager {
			position: absolute;
			bottom: 1px;
			right: 1px;
			z-index: 10;
			background: #00501B;
			height: 33px;
		}
			#splash-pager li {
				position: relative;
				top: 8px;
				margin: 0 4px 0 4px;
			}
			#splash-pager a {
				padding: 5px 7px 2px 7px;
				font: 1em "Myriad Pro", Tahoma, Verdana, Arial, Helvetica, sans-serif
			}
			#splash-pager a {
				color: #FFF;
				text-decoration: none
			}
			#splash-pager li a.activeSlide { background: #35875A }
	
	/* RECENT NEWS */
	#recent-news {
		position: absolute;
		top: 525px;
		left: 18px;
		width: 595px;
		font: .9em Arial, Helvetica, sans-serif
	}
		#recent-news h3 a, #recent-news p.title a  {
			color: #000;
			text-decoration: none
		}
		#clip-1 {
			position: absolute;
			top: 0;
			left: 0;
			width: 295px
		}
			#clip-1 p.title {
				font-size: 16px;
				font-weight: bold;
				margin: .5em 0 .5em
			}
			#clip-1 div.more {
				text-align: right
			}
		#recent-news-clips {
			position: absolute;
			top: 0; 
			left: 315px;
			width: 280px;
		}
			#recent-news-clips div {
				margin-bottom: .8em;
				display: block
			}
			#recent-news-clips div.more {
				margin-top: .3em;
				display: block;
				
			}
	
	/* FOOTER */
	#footer {
		position: absolute;
		top: 761px;
		left: 1px
	}