@charset "utf-8";

h1 {
	background-image: url(../img/staff_intro.png);
	background-repeat: no-repeat;
	height: 50px;
	margin-bottom: 5px;
}

div#header {
	margin: auto;
	height: 100px;
	width: 800px;
	background-image: url(../img/shop_header_s.png);
}

.box {
	margin: auto;
	width: 620px;
	height: 300px;
}

.box h2 {
	height: 30px;
	font-size: 0.9em;
	color: #FFF;
	background-color: #93be1d;
}

.photo {
	float: left;
	width: 207px;
	height: 258px;
	margin: 5px 0 0 5px;
	background-color: #002918;
}

.caption {
	width: 400px;
	float: right;
	margin: 5px 0 0 0;
	background-color: #fff;
}

.staff_cap li {
	list-style-type: none;
	font-size: 0.8em;
}



div#shop_info {
	
}


div#footer	{
	width: 800px;
	height: 30px;
	margin: auto;
	padding: 8px 0;
	background-image: url(../img/menu_price_s_footer.png);
	background-repeat: no-repeat;
	color: #fff;
	clear: both;
	}

div#footer p {
	text-align: center;
	font-size: 0.6em;
	}
	
	
	
	
	div#center {
	width: 700px;
	top:0px;
	left: 0px;
	font-size: 15px;
	padding: 0 0 0 0 ;
	margin: 10px 0 0 75px;
	overflow:hidden;

}