body {
	font: small "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	color: #343D92;
	text-align: center;
	vertical-align: top;
	margin: 15px 0 10px 0;
	padding: 0px;
	background:  url(../graphics/background_people.gif) repeat fixed center top;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	background: #FFF;
	border: 2px solid #343D92;
	background: #FFF;
}
div#banner {
	margin: 0 auto;
	padding:0;
}
div#intro {
	height:100px;
	text-align: left;
	background-color: #FFF;
}
div#intro p {
	margin: 0 25px 0 37px;
}
h1 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size: small;
	font-weight: bolder;
	border-top: 1px solid #343D92;
	border-right: 1px solid #343D92;
	border-bottom: 1px solid #343D92;
	border-left: none;
	background: #FFF url(../graphics/heading_piece.gif) repeat-y left top;
	text-align: left;
	vertical-align: top;
	display: block;
	padding: 10px 10px 10px 37px;
	margin: 10px 29px 10px 0;
}
div#nextPrev {
	float: left;
	width: 680px;
	height: 24px;
	margin: 10px 0 0 40px;
	background-color: #FFF;
	display: inline;
}
div#nextPrev img.left {
	float: left;
}
div#nextPrev img.right {
	float: right;
}
table#thumbnails {
	margin: 10px 0 25px 60px;
	background-color: #BDBAF0;
	float: left;
	display: inline;
}
table#thumbnails td {
	width: 128px;
	vertical-align: top;
	padding: 0;
}
table#thumbnails p {
	margin: 0;
}
table#thumbnails td img {
	margin: 10px;
	padding: 3px;
	background-color: #FFF;
	border: 1px solid #343D92;
}
table#thumbnails td a:link img {
	background: #EDECFB;
}
a:visited img {
	background: #FACD96;
}
table#thumbnails td a:hover img {
	background: #343D92;
	filter:none;
}
table#thumbnails td a:active img {
	background: #EDECFB;
}
div#navigation {
	font-weight: bold;
	background-color: #EDECFB;
	text-align: center;
	border-top: 1px solid #343D92;
	margin: 0;
	padding: 0;
	clear: both;
}
div#navigation ul {
	padding: 5px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #343D92;
	background-color: #EDECFB;
} 
div#navigation ul li {
	padding: 5px 10px;
	margin: 0;
	display: inline;
	list-style-type: none;
	text-align: center;
}
/*NB padding must be declared for all a: to ensure correct rollover in IE)*/
div#navigation a:link {
	padding: 5px 10px;
	color: #343D92;
	text-decoration: none;
	margin: 0;
}
div#navigation a:visited {
	color: #343D92;
	text-decoration: none;
	background-color: #EDECFB;
	margin: 0;
	padding: 5px 10px;
}
div#navigation a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #343D92;
	margin: 0;
	padding: 5px 10px;
}
div#navigation a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #9593C4;
	margin: 0;
	padding: 5px 10px;
}