@import url(undohtml.css);
body {
	background-image: url(images/fibergreen.jpg);
	background-color: #990033;
	color: #ffffff;
	width: 800px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	}
div#banner {
	margin-bottom: -5px;
	}
div#content {
	background-color: #99cc99;
	color: #000000;
	float: left;
	width: 800px;
	font-size: large;
	}
div.main {
	float: right;
	text-align: left;
	width: 75%;
	padding: 2%;
	}
div.main img {
	margin-left: 5%;
	}
div.main p {
	text-indent: 30px;
	}
div.amleft {
	float: left;
	margin-left: 15%;
	}
div.amright {
	float: right;
	margin-right: 15%;
	}
div.picl {
	float: left;
	width: 290px;
	padding-top: 1%;
	}
div.picr {
	float: right;
	width: 290px;
	padding-top: 1%;
	}
div.nav {
	float: left;
	width: 10%;
	border-right: thin solid #990033;
	padding: 3%;
	}
div.nav a:link {
	background-color: inherit;
	color: #990033;
	line-height: 150%;
	}
div.nav a:visited {
	background-color: inherit;
	color: #990033;
	line-height: 150%;
	}
div.nav a:hover {
	background-color: inherit;
	color: #ff3399;
	line-height: 150%;
	}
div.contact {
	background-color: #99cc99;
	color: #990033;
	font-size: 125%;
	text-align: center;
	}
a:link {
	background-color: inherit;
	color: #990033;
	}
a:visited {
	background-color: inherit;
	color: #990033;
	}
a:hover {
	background-color: inherit;
	color: #ff3399;
	}
div#footer {
	background-image: url(images/footer.jpg);
	background-color: #990033;
	color: #ffffff;
	height: 30px;
	clear: left;
	text-align: right;
	padding-right: 10%;
	}
div#footer a:link {
	background-color: inherit;
	color: #ffffff;
	}
div#footer a:visited {
	background-color: inherit;
	color: #ffffff;
	}
div#footer a:hover {
	background-color: inherit;
	color: #ff3399;
	}
h1 {
	text-align: center;
	background-color: inherit;
	color: #990033;
	font-family: "amazone bt", cursive;
	font-size: 200%;
	font-weight: normal;
	}
span {
	font-family: "amazone bt", cursive;
	font-size: 150%;
	background-color: inherit;
	color: #990033;
	}
li {
	list-style-type: circle;
	list-style-position: inside;
	}