/*=====================*\
	fancy image frame
\*=====================*/

.fancy_box {
	float: center;
	display: box;
	width: 730px;
	background: #FFFFFF;
	-webkit-box-shadow:  0px 0px 0.5px 0px rgba(0, 0, 0, 255);
	box-shadow:  0px 0px 0.5px 0px rgba(0, 0, 0, 255);
}

#fancy_text {
	position: relative;
	float: center;
	bottom: 10px;
	font-family: "HelveticaNeue-Light", 
				 "Helvetica Neue Light", 
				 "Helvetica Neue", 
				 Helvetica, Arial, 
				 "Lucida Grande", 
				 sans-serif;
	font-style: italic;
	text-shadow: 0px 0px 0.5px #000000;
	color: #404040;
}

#fancy_image {
	position: relative;
	top: 15px;
	width: 700;
	height: 300;
	align: center;
	-webkit-box-shadow:  0px 0px 0.5px 0px rgba(0, 0, 0, 255);
	box-shadow:  0px 0px 0.5px 0px rgba(0, 0, 0, 255);
}
