.centerwrap {
	
	overflow: auto;
	text-align: center;
	margin-bottom: 35px;
	
}

#bigpicture {
	margin: 74px auto 0;
	background-size: cover;
	max-width: 1030px;
	height: 398px;
	position: relative;
	background-position: center; 
	background-position: top; 
	/* padding: 120px 20px 5px 20px; */
	background-image: url('../images/tpbg.jpg');
	opacity: 0.78;
    filter: alpha(opacity=78); /* For IE8 and earlier */
	background-color: #40403f; /* box color */
}

#bigpicture p{ 	/* overwritten by mobile version below, for welcome text*/
	position: absolute;
 	margin: 122px 14px auto 140px;
	width: 434px;
	color: #c9c9c2;
	/* background: #40403f;*/
			}

#newnews {
	margin: 0px auto 13px auto;
	max-width: 990px;
	min-height: 227px;
	padding: 20px 20px 10px 20px;
	background-color: #838380; /* box color */
}
.newsarticle {
 	clear: both;
			}

#newnews h1{
	font-size: 1.3em;
	font-weight: 700;
	text-align: left;
	float: left;
	margin: 0 0px 20px 0px;
	color: #40403f;
	background: #838380;
			}

#newnews h2{
		font-size: 1.1em;

	text-align: right;
	margin: 0px;
	background: #484846;
	color: #40403f;
			}

#newnews h3{
	text-align: left;
	text-transform: capitalize;
	margin: 0 0 10px 0;
	font-size: 25.2pt;
	line-height: 111%;
	color: #40403f;
			}

#newnews img{
	float:left;
	max-width: 164px;
	margin: 0px 10px 0px 0;
			}

#newnews p{

	margin: 0px 0px 10px 0px;
	color: #40403f;
			}

.newsthumb {border: 1.3px solid;}

#newnews hr{

	margin: 25px 0px 30px 0px;
	color: #40403f;
			}

/* For tall images screen width below 1050px, removes side by side aspect of the textbox, "increases" image size until screen is smaller than image */
	@media only screen and (max-width: 1050px) {
		#displaytall {; display:inline-block; min-width: 70%}
		#texttall {display:inline-block; float:left; width:100%;margin-right: 0;}
		#imagecaption{max-width:1040px;margin-right:0}
		
		#bigpicture p{ 	/* overwritten by mobile version below*/
 	margin: 5px 5px auto 5px;
	width: auto;
	color: #c9c9c2;
	/* background: #40403f;*/
			}
	}