/* --- Import Sitewide Styles
-------------------------------------------------------*/
@import url("master.css");



/* --- ctr Container
-------------------------------------------------------*/
#ctr {
	background: url(/_img/ctr_bio_bg.jpg) no-repeat 0 0;
	}



/* --- p_c Primary Content
-------------------------------------------------------*/
h2.i_p {
	width: 117px;
	background-image: url(/_img/titles/in_the_press.gif);
	}

#p_c h3 {
	margin-bottom: 10px;
	}

#p_c .itm {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #cbc4be;
	}		

#p_c table {
	float: left;
	width: 100%;
	margin: 5px 0 5px 0;
	border-collapse: collapse;
	}

	#p_c strong,
	#p_c strong a {
		color: #ee5f5f;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
		}

		#p_c strong a:hover {
			color: #3c3c3c;
			}

	#p_c td.l {
		color: #37b5f4;
		font-size: 12px;
		text-align: right;
		}