html {
  background-color: ;
  font-family: ;
}

#adv_container {
    position: absolute;
    top: 0px;
	left: 0px;	
	width: 100%;	
    height: 1330px;	
	background: ;	
    border-bottom: gray;	
} 

/* section 4 below - Advertising */

#adv-name {
	position: relative;	
	text-align: center;	
	top: 10px;
	left: 0px;	
	width: 100%;
	height: 26px;	
	font: 30px/24px Cambria;
	color: #696969;
	background-color: ;	
}

#place-add {
	position: relative;	
	text-align: center;	
	top: 10px;
	left: 1020px;	
	width: 130px;
	height: 22px;	
	background-color: ;	
}

.nav1 {
			z-index: 1;
	position: relative;	
	text-align: center;	
	top: 0px;
	left: 585px;	
	width: 160px;
	height: 62px;	
	background-color: ;	
}

.grid-container1 {
	position: relative;		
	text-align: center;		
    display: grid;
    grid-template-columns: auto auto auto;
	row-gap: 20px;
	top: 110px;	
	left: 10px;	
	width: 75%;	
    background-color: ;
}

.long500 {
	position: relative;		
    display: grid;
    grid-template-columns: auto;
	row-gap: 10px;
	top: -615px;	
	left: 965px;	
	width: 300px;	
	height: 600px;		
    background-color: ;
}

.long250 {
	position: relative;		
    display: grid;
    grid-template-columns: auto;
	row-gap: 10px;
	top: -705px;	
	left: 965px;	
	width: 300px;	
	height: 600px;		
    background-color: ;
}

.grid-container2 {
	position: relative;		
	text-align: center;		
    display: grid;
    grid-template-columns: auto auto auto auto;
	row-gap: 20px;
	top: 40px;	
	left: 0px;	
	width: 100%;	
    background-color: ;
}



