/* Content Box ------------------------------------------ */
#contentbox {
	background-image: url(../layout/content_bg.png);
	padding-bottom: 10px;
}

#contentbox_top {
	margin-top: 5px;
	background-image: url(../layout/content_top.png);
	height: 9px;
}

#intro_text {;
	width:980px;
	padding: 10px;
	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

#intro_text h2 {
	font-weight: bold;
	color: #9d8c0c;
	font-size: 16px;
	background-image: url(../layout/h3_bg.png);
	padding: 15px 10px 19px 10px;
	margin-top:0px;
}

#intro_text h3 {
	font-weight: bold;
	color: #9d8c0c;
	font-size: 14px;
}

