body {
	background-color: #d1cea3;
	margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #333333;	
}

.__cf {
	clear: both;
}


#__top-left {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}

#__bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 50;
}
 
 #__top-left img, #__bottom-right img {
	 width: 400px;
	 max-width: 25vw;
 }
 
 #__content {
	 position: relative;
	 z-index: 100;
	 width: 400px;
	 max-width: 90%;
	 margin-right: auto;
	 margin-left: auto;
	 margin-top: 100px;

 }
 
 #__details {
	 	 padding: 0 20px;
	 border: dashed 1px #333333;
	 margin-bottom: 40px;
	 background-color: #d1cea3;
 }
 
 #__content-image {
		text-align: center;
 }
 
 
  #__content-image img {
	width: 80%;
 }
 
  #__content h1, #__content h2, #__content h3 {
	text-align: center;
  }	  
  
  p > span, a > span {
	  font-weight: bold;
  }
  
  p {
	   font-size: 1.2rem;
   }
  
   #__content  a {
	   text-decoration: none;
	   color: #333333;
   }
  
  #__content h3 {
		font-size: 2.3rem;
  }
  
   #__content h2 {
		padding-bottom: 30px;
  }
  
  
  #__order-of-service, #__view-service {
	  width: 80%;
	  text-align: center;
	  border: solid 1px #ffffff;
	  padding: 5px;
	  margin-bottom: 20px;
	  margin-left: auto;
	  margin-right: auto;
	  background-color: #705e00
  }
  
  #__order-of-service > a, #__view-service > a {
	  color: #ffffff;
	  
  }
    
  