#container {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/porthead.png);
	height: 100px;
	background-color: #810900;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #801618;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #810900;
	text-align: center;
	margin: 0px;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main {
	background-image: url(images/portmain.png);
	height: 500px;
	width: 600px;
	background-color: #810900;
}
#footer {
	background-image: url(images/portfoot.png);
	height: 99px;
	background-color: #810900;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #810900;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #810900;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FDFAF2;
	background-color: #810900;
	text-decoration: none;
}
