/*------------------------------------------------
category.css
-----------------------------------------------*/
#content {
	width: 760px;
}

#content h3 {
	margin-top: 10px;
	margin-bottom: 20px;
}

.contentBox {
	margin-left: 20px;
	width: 760px;
}

.contentBox h4 {
	color: #3D3D3D;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
	padding-bottom: 2px;
	width: 740px;
}

.contentBox dl,
.contentBox ul {
	width: 760px;
	overflow: hidden;
	clear: left;
	margin-bottom: 5px;
}

.contentBox dt {
	float: left;
	width: 98px;
}

.contentBox dd {
	float: left;
	width: 620px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #cccccc;
}

.contentBox dd a {
	color: #B12026;
	text-decoration: none;
}





