body{
	text-align: center;
	background-color: #000000
}
#headerBox{
	width:600px;
	height:200px;
	font-family: 'Montez', sans-serif;
	color:#FFD700;
	font-size: 30px;
	text-shadow: 4px 4px 4px #aaa;

}
#headerPane1{
	width:250px;
	height:200px;
	float:left;
}
#headerPane2{
	width:350;
	height:200px;
	float:center;
}
#menuBox{
	width:800px;
	height:20px;
}
#menuButton{
	width: 85px;
	height: 15px;
	border: 1px solid;
	float: left;
	margin: 1px;
	color: #FFD700;
}
#menuButtonN{
	width: 85px;
	height: 15px;
	border: 1px solid;
	float: left;
	margin: 1px;
	color: #a10946;
	background-color:#ffa3cc;
}
#BOX{
	width: 125px;
	height: 125px;
	margin: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px 3px #888888;
	-moz-box-shadow: 3px 3px 3px 3px #888888;
	box-shadow: 5px 3px 3px 3px #888888; 
	float: left;
	border: 2px solid #FFD700;
	background-color: #F0E68C;
}
#GRID{
	width: 700px;
	height: 1300px;
}
#footerBox{
	width:600px;
	height:150px;
	clear: left;
}
#imageBox{
	width: 280px;
	height: 280px;
	margin: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px 3px #888888;
	-moz-box-shadow: 3px 3px 3px 3px #888888;
	box-shadow: 5px 3px 3px 3px #888888; 
	float: left;
	border: 2px solid #FFD700;
	background-color: #F0E68C;
}
#inTheCart{
	width: 280px;
	height: 280px;
	margin: 5px;
}
#itemdata{
	width: 300px;
	height:600px;
	margin: 5px;
}
#itemdata2{
	width: 300px;
	height:1200px;
	margin: 5px;
}
#itemdata3{
	width: 300px;
	height:2000px;
	margin: 5px;
}
#itemHeadTitle{
	width: 300px;
	height:50px;
	margin-top: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px 3px #888888;
	-moz-box-shadow: 3px 3px 3px 3px #888888;
	box-shadow: 5px 3px 3px 3px #888888; 
	float: left;
	border: 2px solid #FFD700;
	background-color: #F0E68C;
}