/* --- 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.a_d {
	width: 160px;
	background-image: url(/_img/titles/about_dustin_type.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-top: 10px;
	border-collapse: collapse;
	}

	#p_c td {
		padding-bottom: 15px;
		}

	#p_c td.f {
		padding-right: 10px;
		}

		#p_c tr.a td {
			vertical-align: top;
			padding-bottom: 35px;
			}