.dispBox{
	margin: 0px auto;
	padding: 15px;
	width: 200px;
	height: 360px;
	text-align: left;
	border: 1px solid #C2D3E0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

#page img.descImage{
	width: 192x;
	height: 192px;
	margin: 10px 0px 20px 0px;
	
}

.dispBox h4{
	color: #698BB6;
}

.boxHorLine{
	display: block;
	margin:5px 0px;
	border-bottom: 1px solid #C2D3E0;
}
