body {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
		background-image: url(images/ribbon-blkRd.jpg); /*ribbon-blk1_80.png*/
	background-repeat: repeat-y;
}
#wrapper {
	padding: 0px;
	width: 770px;
	margin: 0px;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#watermark {
	margin: 0px;
	padding: 0px;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 900px;
	width: 700px;
}
#watermark img{
	padding-top: 350px; /*360*/
	padding-left: 150px; /*200*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#content {
	margin-left: 60px;
	width: 640px;
	height: 640px;
	z-index: 40;
	padding: 0px;
	position: absolute;
	left: 30px;
	top: 14px;
}
#content .heading {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	margin-left: 60px;
color: #999;
	text-decoration: line-through;
}
#content .heading a {
	color: #99F;
	text-decoration: line-through;
}


h5 {
	color:#900;
}

#epigraph {
	margin-left:400px;
	color:#900;
	font-size:11px;
}

#title {
	text-align:center;
}
.divider {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbbbbb;
}
