/* n} */
#oneBox #area {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
#oneBox #area #left {
	float: left;
	width: 580px;
	padding-right: 10px;
}
#oneBox #area #right {
	float: left;
	width: 280px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 50px;
}

/* ------------------------------
   Box
------------------------------ */ 
#oneBox .boxOuter {
	width: 870px;
	background-image: url(../../store/morning_fair/images/box_top.gif);
	background-repeat: no-repeat;
	padding: 16px 0px 10px 0px;
	float: left;
}
#oneBox .box {
	margin: 0px;
	padding: 0px 5px 5px 10px;
	background-image: url(../../store/morning_fair/images/box_base.gif);
	background-repeat: repeat-y;
}
#oneBox .box:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    line-height: 0;   
    clear: both;   
}  
#oneBox .box h3 {
	width: 300px;
	padding: 0px;
	border: 0px;
	background-image: none;
	background-repeat: no-repeat;
	height: 80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#oneBox .box p {
	padding: 0px 0px 15px 10px;
}
#oneBox .photo_box {
	float: right;
}
#oneBox .box_bottom {
	width: 870px;
	margin: 0px;
	padding: 1px 0px;
	background-image: url(../../store/morning_fair/images/box_bottom.gif);
	background-repeat: no-repeat;
	height: 5px;
	font-size:1px;
	line-height:1px;
    clear: both;
}

