body{
	 background-color:#9fd5df;
	 text-align: center;
	 color: black;
	 font-family: Georgia;
	 font-size: 20px;
	 margin: 0 auto;
	 
	}

	.p1{
		font-size: 20px;
		font-family: Georgia;
	}
.search{
		background-color: lightgrey;
		color: black;
		border-radius: 15px;
		margin-top: 5px;
		margin-bottom: 10px;
		padding-bottom: 5px;
		padding-top:5px;
}
.colorimg{
		margin:25px;
		padding-right: 25px;
}
.boxstructure{
	width:900px;
	margin: 0 auto;
	padding: 5px;
	border-width: 2px;
	border-color: #edecf2;

	background-color: #cbcac6;	
}
.pix{
	position-left: 15px;
	margin-top:25px;
	margin-right:15px;
	margin-bottom:25px;
}
.shop{
	width:900px;
	margin: 0 auto;
	padding: 5px;
	border-width: 2px;
	border-color: black;
	background-color: #cbcac6;

}
.footer{
	padding-top:15px;
	padding-bottom:5px;

}

#popup_bg{
	position: fixed;
	top: 0;
	left: 0;
	background-color: lightgrey;
	width:100%;
	height: 100%;
}
#popup_main_div{
	position: fixed;
	width: 600px;
	height: 400px;
	border: 2px solid black;
	border-radius: 5px;
	background-color: white;
	left: 50%;
	margin-left: -400px;
	top: 50%;
	margin-top: -250px;
}
#close_popup_div{
	position: absolute;
	width:25px;
	height:25px;
	border-radius:25px;
	border: 2px solid black;
	text-align: center;
	right: 5px;
	top:5px;
	cursor: pointer;
}
#close_popup_div p{
	margin-top: 1px;
	font-family: Georgia;
	font-weight: bold;
}
#java p{
	font-family: Georgia;
	font-size: 38px;
	font-weight:bold;
	text-align: center;

}