

.child_1 {					/* Advert Images */
  position: absolute;	
  display: flex;	
  flex-wrap: wrap;
	column-gap: 1em;  
	top: 140px;  
  left: 0px;
  width: 100%; 
  justify-content: space-around;	  /* Define how the remaining space is distributed  */			

  background-color: ;
}

.child_1 > div {
  width: 180px;
  margin: 5px;			/* controls row-gap */	
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  background-color: #FFFFE0;  
}

	/* Horz Adverts Smalls */
	
    .item_001 {	
		text-align: center;
		font-family: Times New Roman;	
		font-size: 16px;

        background: #ffffff;
    }
	
    .item_002 {	
		text-align: center;
		font-family: Times New Roman;	
		font-size: 16px;
        background: #ffffff;
    }	
	
    .item_003 {
		text-align: center;
		font-family: Times New Roman;	
		font-size: 16px;
        background: #ffffff;
    }
	
    .item_004 {	
		text-align: center;
		font-family: Times New Roman;	
		font-size: 16px;
        background: #ffffff;
    }
	
    .item_005 {	
		text-align: center;
		font-family: Times New Roman;	
		font-size: 16px;
        background: #ffffff;
    }	

    .item_006 {
		text-align: center;
		font-style: italic;
		font-family: Times New Roman;	
		font-size: 12px;
		color: red;
        background: #ffffff;
    }
	
    .item_007 {	
		text-align: center;
		font-family: Times New Roman;	
		font-size: 16px;
        background: #ffffff;
    }
	
    .item_008 {	
		text-align: center;
		font-family: Times New Roman;	
		font-size: 16px;
        background: #ffffff;
    }	

    .item_009 {	
		text-align: center;
		font-family: Times New Roman;	
		font-size: 16px;
        background: #ffffff;
    }
	
    .item_010 {	
		text-align: center;
		font-family: Times New Roman;	
		font-size: 16px;
        background: #ffffff;
    }	
	
    .item_011 {	
		text-align: center;
		font-family: Times New Roman;	
		font-size: 16px;
        background: #ffffff;
    }	
	
    .item_012 {	
		text-align: center;
		font-family: Times New Roman;	
		font-size: 16px;
        background: #ffffff;
    }
	
    .item_013 {	
		text-align: center;
		font-family: Times New Roman;	
		font-size: 16px;
        background: #ffffff;
    }	
	
    .item_014 {	
		text-align: center;
		font-family: Times New Roman;	
		font-size: 16px;
        background: #ffffff;
    }		

    .item_015 {	
		text-align: center;
		font-family: Times New Roman;	
		font-size: 16px;
        background: #ffffff;
    }	
	
    .item_016 {	
		text-align: center;
		font-family: Times New Roman;	
		font-size: 16px;
        background: #ffffff;
    }	

.child_2 {						/* Horz Adverts Smalls */
		position: relative;	
		display: flex;	 	/* First create a flex layout context */
		flex-wrap: wrap;
		justify-content: space-around;	  /* Define how the remaining space is distributed  */			
		top: 420px;
		width: 97%;
		height: 215px;
		left: 0px;				
		background-color: ;
}

.child_2 > div {
  width: 140px;
  margin: 5px;  
  text-align: top;
  line-height: 20px;
  color: #000;  

  background-color: #FFFFE0;  
}

/* child_3 items below */
	
     .item_001v {	
		text-align: center;
		font-family: Times New Roman;	
		font-size: 16px;
        background: #ffffff;
    }
	
    .item_002v {	
		text-align: center;
		font-family: Times New Roman;	
		font-size: 16px;
        background: #ffffff;
    }	
	
    .item_003v {
		text-align: center;
		font-family: Times New Roman;	
		font-size: 16px;
        background: #ffffff;
    }
	
    .item_004v {	
		text-align: center;
		font-family: Times New Roman;	
		font-size: 16px;
        background: #ffffff;
    }
	
.child_3 {
		position: absolute;	
		display: flex;	 	/* First create a flex layout context */
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-around;	  /* Define how the remaining space is distributed  */
		top: 160px;
		left: 1185px;		
		height: 400px;
		background-color: ;
}

.child_3 > div {
  text-align: top;	
  width: 120px;
  line-height: 20px;
  color: #000;    
  margin: 0px;
  background-color: ;  
}

	
	