/* CSS Document */

	#textBox{
	width:320px;
	height:289px;
	background-image:url(../images/bg_body.gif);
	margin-left:3px;
	float:left;
	}
	#textBox p{
	padding:12px 5px 5px 10px;
	font-size:15px;
	line-height:22px;
	text-align:justify;
	}
	
	
	#productBox{
	width:223px;
	height:289px;
	margin-left:3px;
	float:left;
	background-image:url(../images/bg_body.gif);
	}
	
	#productBox img{
	margin-bottom:15px;
	}