body {
	background-color: #330000;
	margin: 0;
	padding: 0;
	color: #49341d;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
}

/******************************************************************************************
	Divs
*******************************************************************************************/
#center {
	position: relative;
	width: 924px;
	margin: auto;
	border-left: 4px solid #2E1D15;
	border-right: 4px solid #2E1D15;
	/*border-bottom: 4px solid #2E1D15;
	border-top: 4px solid #2E1D15;*/
}

#top {
	position: relative;
	height: 200px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
}

#middle {
	position: relative;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-right: 40px;
	background-image: url(../images/bg_grunge_middle.jpg);
	background-repeat: repeat-y;
	text-align: center;
	min-height: 400px;
}

#bottom {
	position: relative;
	height: 90px;
	background-image: url(../images/bg_grunge_bottom.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #2E1D15;
	text-align: center;
	padding: 10px 40px 0px 40px;
	font-size: .9em;
	z-index: 1;
}

#bottomLinks {
	position: relative;
	font-size: 10pt;
}

#copyright {
	font-size: 12pt;
	margin-top: 15px;
}

/******************************************************************************************
	Anchors
*******************************************************************************************/
a {
	text-decoration: none;
	color: #6f0000;
	outline: none;
}

a:hover {
	color: #9b0000;
}

/******************************************************************************************
	Images
*******************************************************************************************/
img {
	border: none;
}

#spacerPic {
	position: absolute;
	border: none;
	z-index: 100;
}

/******************************************************************************************
	Misc
*******************************************************************************************/
.bigText {
	font-size: 2.5em;
	margin: 10px;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}

.bigTextSub {
	margin-top: 0;
	font-family: "Courier New", Courier, mono;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}

.buttonText {
	font-size: 1em;
}

.writings {
	margin-left: 90px;
	margin-right: 90px;
	padding: 15px;
	text-align: left;
	font-size: .9em;
}

.writing {
	text-align: right;
}

.haiku {
	text-align: center;
}

.transparent {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.pageNumber {
	font-size: 1.2em;
	font-weight: bold;
}

.boxBackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #774E20;
	z-index: -1;
}

.box {
	position: relative;
	margin-left: 90px;
	margin-right: 90px;
	padding: 10px 15px 0 15px;
	border: 1px solid #2E1D15;
	text-align: left;
	z-index: 1;
	font-size: .9em;
}

.indent {
	text-indent:2em;
}

.left {
	text-align: left;
}

.reference {
	font-style: italic;
	margin-top: 20px;
}

.picSpacer {
	margin-right: 5px;
}

hr {
	border: none;
	border-bottom: 1px solid #2E1D15;
}

.printPurchaseInfo {
	margin-left: 68px;
	margin-right: 68px;
}
