<!--
BODY {background-image(bg.gif); background-color: white; font-size: 16px; font-family: arial; color: black;}
H1 {font-size: 16px; font-family: arial; color: black; font-weight: bold;}
a:link {font-size: 16px; font-family: arial; font-weight: bold; color: black; text-decoration: none;}
a:active {font-size: 16px; font-family: arial; font-weight: bold; color: black; text-decoration: none;}
a:hover {font-size: 16px; font-family: arial; font-weight: bold; color: black; text-decoration: none;}
a:visited {font-size: 16px; font-family: arial; font-weight: bold; color: black; text-decoration: none;}

.roundtop {
background-image: url(images/top.png);
	width: 725px;
	height: 25px;
	position:absolute;
	TOP:50px;
	LEFT:150px;
	z-index: 5;
	}
.roundside {
	background-image: url(images/mid.png);
	background-repeat: repeat-y;
	width: 725px;
	height: 475px;
	text-align: center;
	position:absolute;
	TOP:75px;
	LEFT:150px;
	z-index: 5;
}
.roundbottom {
	background-image: url(images/bot.png);
	width: 725px;
	height: 19px;
	text-align: center;
	position:absolute;
	TOP:550px;
	LEFT:150px;
	z-index: 5;
}
-->