#imageblock {
	padding-left:1em;
	padding-top:2em;
	
}

.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
width: 160px;
height: 120px;
}

.slideshow img{ /*CSS for each image tag*/
border:0;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 300px; padding-right:4em;

}

#navlinks a{ /*CSS for each navigational link*/
	margin-right: 8px;
	margin-bottom: 3px;
	font-family: "Book Antiqua";
	font-size: 14px;
	font-weight: bold;
	color: #ED5A07;
	font-style: oblique;
	font-variant: normal;
	text-decoration: none;

}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #cccccc;
}
