@charset "UTF-8";

body {
	margin: 0px;
	background-color: #3E3A34;
}
img {
	border-width: 0px;
	text-align: center;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	height: auto;
	background-image: url(http://artleaping.com/images/i_DisplayArea.png);
	background-repeat: repeat-y;
	background-position: right bottom;
}
.header {
	text-align: center;
}
.navBar {
	float: left;
	width: 186px;
	height: 606px;
	background-image: url(http://artleaping.com/images/i_NavGraphicLine.png);
	background-position: left bottom;
}
.displayArea {
	width: 838px;
	float: left;
	height: auto;
	background-image: url(http://artleaping.com/images/i_DisplayArea.png);
	background-position: right top;
	background-repeat: repeat-y;
}
.footer {
	clear: both;
}
.smallDisplayBox {
	height: auto;
	width: 180px;
	overflow: visible;
	margin-left: 14px;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 14px;
}
.lacunaDisplayBox {
	height: auto;
	width: 800px;
	overflow: auto;
	margin-left: 14px;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 14px;
}
.displayBoxHeader {
	float: right;
}
.displayBoxFooter {
	float: left;
}
.displayArea .header {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.content {
	padding-top: 20px;
	float: left;
	width: 100%;
}
.content p {
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 15px;
	margin-top: 0px;
}
.contentHeader {
	font-weight: bold;
	font-size: 18px;
}
#cornerIcon {
	position: fixed;
	height: 200px;
	width: 250px;
	z-index: -1;
	right: 0px;
	bottom: 0px;
}

