/*
 	index_page.css: style rules that pertain to the index page, specifically
	created: 10 March 2006 by Scott M. Smith
	lasted edited: 10 March 2006 by Scott M. Smith 
*/

@import url('global.css'); /* include the site-wide stylesheet rules */

.after_header {
	text-align: center;
}

.pic_block {
	background: white;
	margin: 0 auto 10px auto;
	padding: 10px;
	border: solid 2px #033734;
	max-width: 75%;
}

.pic_block img {
	margin: 0 10px 0 10px;
}

