body {
	margin: 0px;
	padding: 0px;
	background: #0f535c url(../images/background.gif) repeat-y 50% 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
}

#frame {
	text-align:left;
	width:850px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	background-image:url(../images/border-top.gif);
	background-repeat: no-repeat;
}

#header {
	position: relative;
	left: 5px;
}

#footer {
	position: relative;
	clear: both;
}

#animalimage {
	z-index: 6;
	position: absolute;
	left: 5px;
	top: 5px;
	left: expression("6px");
}

#menu {
	z-index: 7;
	position: relative;
	float: left;
	top: -30px;
	left: 5px;
	/*top: expression("px");*/
}

#menu img {
	display: block;
}

#main {
	z-index: 0;
	float: right;
	position: relative;
	right: 5px;
	width: 450px;
}

#maincontent {
	padding-right: 25px;
}

#title {
	text-align: right;
	width: 100%;
	position: relative;
}


#columncontent {
	padding-left: 10px;
}

#footer {
	margin-top: 25px;
	text-align: center;
	clear: both;
}

#footermenu ul {
	width: 840px;
	position: relative;
	left: 5px;
	left: expression("0px");
	background-color: #e0de9e;
	padding: 7px 0px 3px 0px;
	margin: 0px;
}

#footermenu ul li{
	display: inline;
	text-transform: uppercase;
	margin-left: 5px;
	margin-right: 5px;
}

#footermenu a {
	color: #15484c;
	text-decoration: none;
}

h1 {
	position: relative;
	left: -15px;
	font-size: 14pt;
}

.paragraphhead {
	z-index: 0;
	position: absolute;
}

.paragraphhead img {
	position: absolute;
	left: -15px;
	top: 5px;
	top: expression("-10px");
}

.sitation {
	display: block;
	width: 100%;
	text-align: right;
	font-style: italic;
	font-size: .8em;
}

.modified {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.unmodified {

}