.standardbody{
	background-image:url(images/Parchment.png);
	overflow:auto;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	border: 0;
	padding-bottom:100px;
}

.nav{
	background-image:url(images/Column.jpg);
	width:155px;
	height:100%;
	position:fixed;
}

.content {
	position:absolute;
	left:155px;	
	top:0px;
}

.pawprints{
	background-image:url(images/pawprints.png);
	background-repeat:no-repeat;
	background-color:transparent;
	min-width:786px;
	min-height:900px;
}

.buttonProperties {
	position: relative;
	left: 15px;
	top: 100px;
}

.mainText {
	position: relative;
	left:375px;
	width: 500px;
	background-color: transparent;
	overflow: auto;
}

.standardText {
	position: relative;
	left:155px;
	width: 600px;
	background-color: transparent;
	overflow: auto;
}

table {
	border-style: double;
	border-color:black:
}

td {
	border-style:double;
	border-color:black;
}
