body {
	background: #009cdc;
	font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
}

div#main {
	background: url(img/lr.png) repeat-y;
	width: 800px;
	margin: 15px auto;
}
div#top {
	background: url(img/top.png) no-repeat;
	width:800px;
	height: 41px;
}
div#bottom {
	background: url(img/bottom.png) no-repeat;
	width:800px;
	height: 41px;
}

img#gph {
	width: 663px;
	height: 121px;
	margin: 10px auto;
	display: block;
}
img#school {
	width: 269px;
	height: 124px;
	margin: 20px auto;
	display: block;
}

h1 {
	color: rgb(0,160,140);
	font-size: 26pt;
	font-style: italic;
	margin: 30px 30px 20px;
}
ul {
	margin: 0px 30px 20px 80px; 
	padding-left: 0;
	list-style: square;
}
li {
	font-size: 16pt;
	line-height: 1.7;
}
a {
	text-decoration: none;
	color: black;
}