#content_panel {
	background: url(content_bg.jpg) no-repeat 6px 4px;
}
#content_nav_btm {
	background: transparent url(hdr_bottom.jpg) no-repeat 6px 0px;
}
#content_blk {
	border-left: 6px solid #904098;
	border-right: 6px solid #904098;
	border-bottom: 6px solid #904098;
}
	#content_blk h1, #content_blk h2 {
		color: #904098;
	}
	#content_blk a:link, #content_blk a:visited {
		color: #904098;
	}
	#content_blk a:hover {
		background-color: #904098;
		color: #f8ef22;
		text-decoration: none;
	}