@charset "utf-8";
/* CSS Document */


#con {
	
    
	border-style: solid;
    border-width: 5px;
	padding: 10px;
	height:auto;
	background-image: url('/img/bbg.jpg');
    background-repeat: repeat;
}


#ptop {
	
	float:top;
	position:static;
    background-color: lightcoral;
	border-style: solid;
    border-width: 5px;
    text-align: center;
    font-size: 18px;
    padding: 1px;
}

#pmid {
	
	float::middle;
	border-style: solid;
    border-width: 5px;
    text-align: left;
    font-size: 18px;
    padding: 10px;
    background-image: url('/img/bg.jpg');
    background-repeat: repeat;

}

#pbot {
	float:bottom;
	position:static;
	background-color: lightgreen;
	border-style: solid;
    border-width: 5px;
    padding: 10px;
}

#pic {
	overflow:hidden;
	
	
    background-color: crimson;
	border-style: solid;
	border-width: 5px;
	
	
}


#gridwrapper {
	float::middle;
   
	background-color: greenyellow;
	border-style: solid;
    border-width: 5px;
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

#gridbox {
	float::middle;
	height:100px;
	width:100px;
    background-color:darkolivegreen;
	border-style: solid;
    border-width: 5px;
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}