
		body {
			padding: 0;
			margin: 0;
			text-align: center;
			background: #b6c5b9;
		}

		div#content {
			margin: 0 auto;
			height: 800px;
			width: 1000px;
		}
		
		div.meetjp {
			500px !important;
		}

		div.homepage {
			background: url(../images/background.jpg) no-repeat top left;
		}

		div.resources {
			background: url(../images/resourcesbook.png) no-repeat 20% 15%;
		}

		div#buttons {
			height: 250px;
			width: 250px;
			position: absolute;
			top: 370px;

		}

		div#price {
			height: 250px;
			width: 430px;
			position: relative;
			top: 60px;
			left: 570px;
		}

		div#meetjp {
			height: 250px;
			width: 650px;
			height: 580px;
			position: relative;
			top: 20px;
			left: 300px;
			background: #b7c4ba url('../images/jp.png') no-repeat top left;
		}

		div#meetjp div {
			float: right;
			width: 340px;
			text-align: left;
		}

		div#resources {
			height: 250px;
			width: 300px;
			height: 580px;
			position: relative;
			top: 100px;
			left: 630px;
			text-align: left;
		}	

		div#resources h2 {
			font-size: 1.1em;
			line-height: 100%;
			color: #a41b11;
			font-weight: bold;
		}

		div#resources ul {
			list-style: none;
			line-height: 160%;
			padding: 0;
			margin-bottom: 60px;
		}

		div#resources ul li a {
			color: #a41b11;
			text-decoration: none;
			font-weight: bold;
		}
		
		div#note {
			height: 200px;
			width: 320px;
			text-align: right;
			position: relative;
			top: 250px;
			left: 600px;
		}


		div#note ul {
			list-style-image: url(../images/listdash.png);
			list-style-position: inside;		
		}

		div#note ul li {
			display: inline;
			margin: 0 2px;
			font-family: garamond, times, serif;
			color: #4a614a;
			font-size: 1.3em;
		}

		div#buttons ul {
			list-style: none;
		}

		div#buttons ul li {
			margin: 0;
			line-height: 0;
			padding: 0;
			height: 70px;
		}

		h1, h2 {
			color: #4a614a;
			font-size: 2em;
			line-height: 0px;
			font-weight: 100;
			margin-bottom: 0;
		}

		h1 {
			color: #a41b11;
		}

		p {		
			font-family: garamond, times, serif;
			color: #a41b11;
		}

		div#meetjp p {
			color: #4a614a;
			font-size: 1em;
		}

		a img {
			border: none;
		}
	
		div#paperbackbar {
			margin: 200px;
		}

		div#poweredbycollipsis {
			height: 45px;
		}
