/* CSS */


	
/* Content & Content Wrap
------------------------------------------------------------------*/	
	#content-wrap {
	padding: 10px 0 0 0;	
	line-height: 1.5em;
	margin: 0 auto;
	background: url('../img/paperback-top.jpg') no-repeat top center;
	height: 787px;
	text-align: center;
	}
	#content-wrap-top {
		position: relative;
		z-index: 1;
	}

	#content-wrap-nav {
	position: relative;
		z-index: 0;
		top: -10px;
		left: 10px;
	}
	#content-wrap-mid {
		width: 990px;
		background: url('../img/paperback-mid.jpg') repeat-y top center;
	}

	#content-wrap-main {
		color: #380303;
		font-size: 12px;
		line-height: 18px;
		width: 600px;
	}
		#content-wrap-main h3 {
			margin: 0;
			font-size: 16px;
		}
	#content-wrap-footer {
		width: 990px;
		background: url('../img/paperback-bottom.jpg') no-repeat bottom center;
	}
		#content-wrap-footer-cnt {
			width: 500px;
			text-align: center;
			color: #380303;
			font-size: 12px;
		}
		#content-wrap-footer-cnt a {
			color: #380303;
		}

