@charset "utf-8";

/* CSS Document */

html, body {
	background-image: url(../images/papermillsBckgrnd.jpg);
	background-position: center;
	background-repeat: repeat;
	font-family: Franklin Gothic Medium, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

/* Header */

#papermillsLogo {
	margin: 0px auto;
	width: 1000px;
	height: 70px;
	background-image: url(../images/papermillsLogo.png);
	background-position: center;
	background-repeat: none;
}
#papermillsLogoLink {
	width: 552px;
	height: 63px;
	position: relative;
	top: 7px;
	left: 15px;
}
#papermillsLogoLink a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

/* Content */

#papermillsContent {
	margin: 0px auto;
	width: 954px;
	height: 646px;
	border: 3px solid #333333;
	background-image: url(../images/pmcontentoverlay.png);
}
#papermillsOverlay {
	width: 318px;
	height: 646px;
	position: relative;
	top: 8px;
	left: 318px;
	background-image: url(../images/papermillsMainOverlay.png);
	background-position: center;
}
#papermillsOverlayContent {
	margin: 0px auto;
	width: 295px;
	height: 636px;
}

/* Footer */

#papermillsFooter {
	margin: 0px auto;
	width: 1000px;
	height: 15px;
	background-image: url(../images/papermillsFooter.png);
	background-position: center;
	background-repeat: none;
}
#papermillsFooterDannyHoLink {
	width: 69px;
	height: 15px;
	position: relative;
	top: 0px;
	left: 479px;
}
#papermillsFooterDannyHoLink a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

/* Other */


.spacing05pxoverlay {
	margin: 0px auto;
	width: 954px;
	height: 5px;
}
.spacing05px {
	margin: 0px auto;
	width: 100%;
	height: 5px;
}
.spacing10px {
	margin: 0px auto;
	width: 100%;
	height: 10px;
}