#homenav {					/* main navigation area */
	height: 30px;
	line-height: 30px;
	text-align: center;	
}

#homenav ul {				/* navigation area has its own background color */
	background-color: #6c8696;
	font-size: 18px;
}

#homenav li {				/* display navigation choices horizontally */
	display: inline;
}

#homenav a:link, #homenav a:visited {
	color: #262021;
	text-decoration: none;		/* remove underline from main navigation links */
}

#homenav a:hover {				/* set rollover color for main navigation */
	color: #e8e5c2;
}

#homenavdropshadow {
	position: absolute;
	top: 166px;
}	

#collage1 {
	position: absolute;
	top: 171px;
}

#collage2 {
	position: absolute;
	top: 171px;
	left: 346px;
}

#collage3 {
	position: absolute;
	top: 171px;
	left: 604px;
}

#collage4 {
	position: absolute;
	top: 385px;
}

#collage5 {
	position: absolute;
	top: 385px;
	left: 346px;
}

#collage6 {
	position: absolute;
	top: 385px;
	left: 604px;
}

#homefootertext {
	margin-top: 458px;
	width: 748px;
	line-height: 20px;
	text-align: center;
}

#homefootertext a:link, #homefootertext a:visited {
	text-decoration: underline;
	color: #262021;
}
