#contentArea {
	background-image:url('/images/texture-circles.png');
	background-repeat:repeat;
	background-size:54px 54px;
	-webkit-background-size: 54px 54px;
  -moz-background-size: 54px 54px;
  -o-background-size: 54px 54px;
  text-align:center;


/*
  background-image:url('/images/terms-ghost.png');
  background-position:center top;
  background-repeat:no-repeat;
  background-size:auto;
	-webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size:auto;
*/


}

#midBlock {
	display:inline-block;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top:20px;
/*
	border-left:1px solid red;
	border-right:1px solid red;
*/
	width:100%
}

#midBlock .heading {
	padding-left:15px;
	width:auto;
	display:inline-block;
	width:85%;
}

#midBlock .heading h1 {
	font-family:RobotoLight;
	font-size:42px;
	line-height:42px;
	color:#0088C7;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:1px;
}

.photoFrame {
	border:1px solid #EDEDED;
	color:#8A8A8A;
	font-family:RobotoCondensed;
	font-size:16px;
	background-color:#FFFFFF;
	width:auto;
	padding:6%;
	margin-top:10px;
}

.photoFrame p {
	/*color:#0088C7;*/
	line-height:20px;
	margin-top:20px;
	text-align:justify;
}

.photoFrame p:first-child {
	margin-top:0px;
} 

.photoFrame ul {
	/*color:#0088C7;*/
	list-style-position:inside;
	-webkit-padding-start:0px;
	-moz-padding-start:0px;
}

.photoFrame ol {
	/*color:#0088C7;*/
	list-style-type:none;
	list-style-position:inside;
	-webkit-padding-start:0px;
	-moz-padding-start:0px;
	counter-reset:item;
}

.photoFrame li {
	text-align:justify;
}

.photoFrame ol li {
	text-indent:0px;
}

.photoFrame ol li ol,
.photoFrame ul li ul {
	margin-left:26px;
}

.photoFrame ol li:before{
	content:counters(item, ".") ". ";
  counter-increment:item;
}

.photoFrame h1 {
	font-family:RobotoBoldCondensed;
	font-size:18px;
	color:#8A8A8A;
	font-weight:normal;
	margin-top:37px;
}

.photoFrame h1:first-child {
	margin-top:0px;
}
