body {
	background-image: url(../images/bkgrnd.gif);
	background-repeat: repeat;
	margin: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/h1-bkgrnd.gif);
	width: 785px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-transform: capitalize;
}
.body-bkgrnd {
	background-image: url(../images/body-bkgrnd.gif);
	background-repeat: repeat;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.nav-bkgrnd {
	background-color: #FFFFFF;
	background-image: url(../images/nav-bkgrnd.jpg);
	background-repeat: no-repeat;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.nav-spacer {
	background-color: #FFFFFF;
	background-image: url(../images/nav-spacer.gif);
	background-repeat: repeat;
}
.footer-bkgrnd {
	background-color: #FFFFFF;
	background-image: url(../images/footer-bkgrnd.gif);
	background-repeat: no-repeat;
}

