body {
	text-align: center;
	background-image: url(image-files/bkgd.gif);
	background-repeat: repeat;
	margin: 0px;
}
#navig {
	height: 40px;
	padding: 5px;
	width: 790px;
	text-align: center;
	clear: right;
	padding-top: 20px;
}
#content {
	width: 500px;
	margin-right: 150px;
	margin-top: 20px;
	margin-left: 150px;
	margin-bottom: 10px;
}
h1, h2, h3 {
	margin: 0px;
	text-decoration: underline;
}
p {
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
	text-align: justify;
}


#header {
	height: 150px;
	width: 800px;
	margin-top: 5px;
	background-color: #2a0069;
}
#link {
	width: 400px;
	margin-right: 200px;
	margin-left: 200px;
	margin-top: 5px;
	
}



#container {
	background-color: #cccccc;
	padding: 10px;
	width: 800px;
	margin-top: 20px;
	margin-left: 10%;
	border: 5px #000066 solid;
}
#footer {
	padding: 5px;
	width: 790px;
	height: 40px;
	margin-top: 10px;
	text-align: center;
	padding-bottom: 20px;
}
