html, body {
	height: 100%;
	margin: 0px;
	min-height: 100%;
	width: 100%;
}
body {
	background-image: url(/common/images/backbrown.gif);
	text-align: center;
}
form {
	margin: 0px;
	padding: 0px;
}
div#background-shadow {
	background-image: url(/common/images/backshadow.gif);
	height: 100%;
	width: 710px;
}
div#canvas {
	background-image: url(/common/images/backcanvas.jpg);
	height: 100%;
	width: 700px;
}
div#markings {
	background-image: url(/common/images/backmarkings.gif);
	height: 90%;
	padding-top: 30px;
	width: 700px;
}
div#title-paw {
	float: left;
	height: 102px;
	padding-left: 40px;
}
div#title {
	height: 129px;
}
div#nav-box {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	text-align: left;
	width: 145px;
}
div#main {
	border-left: 1px solid #503c26;
	float: left;
	width: 464px;
}
div#subtitle {
	text-align: left;
}
div#content {
	text-align: left;
}
div#copyright {
	border-top: 1px solid #503c26;
	height: 10%;
	position: relative;
	bottom: 0;
	text-align: center;
	width: 500px;
}
div#titlespacer {
	padding-bottom: 30px;
}
div.clear {
	clear: both;
}
div.nav-item {
	margin: 0px;
	padding: 0px;
}
img.nav_mainitem {
	margin-top: 15px;
}
img.nav_subitem {
	margin-left: 15px;
}
