@charset "UTF-8";
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../assets/pencils/tile_wrapper.jpg);
}
#hleft {
	float: left;
	height: 300px;
	width: 570px;
}
#hright {
	float: right;
	height: 300px;
	width: 230px;
}
#content {
	width: 800px;
	background-image: url(../assets/pencils/tile_body.jpg);
	background-repeat: no-repeat;
	clear: both;
	padding-top: 75px;
	padding-bottom: 100px;
	margin: 0px;
}
a:link, a:visited, a:active {
	color: #291D12;
	text-decoration: none;
}
a:hover {
	color: #FCDCBF;
}
#contentcopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #251301;
	width: 375px;
	float: right;
	line-height: 1.8em;
	padding-right: 50px;
	padding-left: 50px;
	height: 300px;
}
#lcontent {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	width: 325px;
	margin: 0px;
}
#footer {
	clear: both;
	width: 800px;
	background-image: url(../assets/pencils/footer.jpg);
	background-repeat: no-repeat;
	height: 47px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 50px;
}
