/**
*
* Local CSS for screen media
*  screen.css
*  $Revision: 2005.08.01
*  (c) 2005 Ivrory Classics.
*
* Alpha font: tahoma, geneva, arial, sans-serif
*
*/

/**
 * Body Section
 */
#pbTitleArea #pbCategoryText h2 {
	background: url('../../images/pbCat-threads.gif') no-repeat;
	background-position: center center;
}
#pbContentPane {
	clear: both;
	width: 660px;
	margin: 0 60px;
}
	#pbContentPane #pbContentContainer {
		height: 500px;
		margin: 10px 0;
	}
		#pbContentContainer h3 {
			color: #cacaca;
			font-size: 14px;
		}
	#pbContentPane p {
		color: #cacaca;
		font-size: 11px;
	}

/**
 * Other CSS classes
 */
div.block {
	margin: 15px 25px 0 25px;
	width: 500px;
}
div.textWrapper {
	height: 500px;
}
