﻿body {
	background-image: url('background.png');
}
div#main {
	margin: 15px auto;
	width: 950px;
	height: 753px;
}
div#top {
	width: 950px;
	height: 143px;
	background-image: url('top.png');
}
div#nav {
	width: 950px;
	height: 28px;
}
div#textback {
	background-image: url('textback.png');
	width: 933px;
	height: 555px;
}
div#text {
	padding: 35px 30px 20px 30px;
	font-family: Verdana;
	font-size: small;
	color: #213745;
	width: 890px;
	height: 500px;
	overflow: scroll;
}
div#bottom {
	margin-top: 2px;
	width: 950px;
	height: 25px;
	background-image: url('bottom.png');
}
h1 {
	font-family: Verdana;
	font-size: large;
	font-weight: bold;
}
li {
	margin-bottom: 1em;
}
img {
	border-width: 0px;
}
.home {
	margin: 132px 0 0 240px;
}