.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 226px;
	height: 175px;
}

.splash {
	position: absolute;
	top: 0;
	left: 241px;
	width: 644px;
	height: 175px;
	color: green;
	text-align: right;	
}

.splash a:link {
	text-decoration: none;
	color: green;
}


.navbar {
	position: absolute;
	left: 15px;
	top: 180px;
	width: 885px;
	background-color: green;

}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    cursor: pointer;
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .GardenDrop, .LinkDrop:hover .dropbtn, .dropbtn:focus {
    background-color: #eaaee8;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #dddd;
}

.show {
    display: block;
}

.content {
	position: absolute;
	border: solid;
	left: 15px;
	top: 240px;
	width: 625px;
	height:600px;
	text-align: center;
}

.wrapper {
	position: absolute;
	left: 15px;
	top: 240px;
	width: 885px;
}

.right-margin {
	position:absolute;
	left: 670px;
	top: 240px;
	width: 220px;
	height: 700px;

}
.right-margin a:link {
	text-decoration: none;
	color: black;
}


.purpleBox {
	width: 215px;
	height: 215px;
	border: solid #7a1f77;
	margin-bottom: 15px;
	background-color: #eaaee8;
	text-align: center;
}

.idea iframe{
	width: 215px;
	height:215px; 
	border: none;
}