body{
	background-color: #d6e9ca;
}

/* copy this part to each page's css file. */

.wrapper1 ul.links{
	display: table;
	margin: auto;
	table-layout: fixed;
	width: 800px;
	padding-bottom: 10px;
}

.wrapper1 ul.links li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #006e54;
	border-left:2px solid black;
	color: white;
}
/* end part */

div.img{
	text-align: center;
}

div.prof{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 150%;
}

div.bg{
	margin:0px 50px 50px 50px;
	padding: 30px;
	background-color: #c1d8ac;
}

h1{
	border-bottom: 3px double #000;
}