/* content styling */
		/*content bg graphics styling */

		.bg_graphics_container_page {
			position: absolute;
			left:0px;
			right:0px;
		}

		.left_page {
			width: 260px;
			height: 500px;
			background-position: 0px -150px;
			float: left;
			top:150px;
			opacity: 0.1;
			z-index: -5;
		}

		.right_page {
			width:250px;
			height:500px;
			background-position:-300px -150px;
			float:right;
			top: 850px;
			opacity:0.1;
			z-index: -5;
		}
		/* end content graphics styling */



.page_content_container{
	margin-top: 0px;
	margin-bottom: 150px;
	min-height: 500px;
}

.post_image {
	margin-top: 23px;
	margin-bottom: 25px;
}

.entry-content {
	max-width:620px;
}

.wpap .publication-title {
    font-size: 110%;
    font-weight: bold;
}
.wpap p {
    margin: 0;
    padding: 0;
}
.wpap ul {
    list-style: none;
    margin: 0;
}
.wpap li {
    margin-bottom: 15px;
}
/* end content styling */


