/*color and type*/body {	font-family: Arial, Helvetica, sans-serif;	background-color:#fff;}p { 	font: 10pt Arial, Helvetica, sans-serif; 	margin-top: 0px; 	text-align: justify;	}	h3 { 	font: bold 18pt Arial, Helvetica, sans-serif; 	letter-spacing: 1px; 	margin-bottom: 0px; 	color: #0033FF;	}h4, h5 {	font: 16pt Arial, Helvetica, sans-serif;  	color: #000000;	letter-spacing: 1px;	}	a:link { 	font-weight: bold; 	text-decoration: none; 	color: #33CCFF;	}a:visited { 	font-weight: bold; 	text-decoration: none; 	color: #99FFFF;	}a:hover, a:active { 	text-decoration: underline; 	color: #99FFFF;	}/* content structures*/#page {	margin: 0px auto;  	width: 1050px;	height: auto;}#one_column {	float: right;	width: 1000px;	padding: 10px 20px 0px 20px;	background-image:url(images/bg.jpg);	background-repeat:repeat-y;}#leftcolumn {	width: 512px;	height: auto;	float: left;	position: relative;	background-color:#fff;	margin-bottom: 40px;}#rightcolumn {	width: 512px;	height: auto;	float: right;	position: relative;	background-color: #fff;	margin-bottom: 40px;}/*header*/#header {	background-color:#fff;	width: 1050px;	height: 216px;	position:inherit;	}	#navigation {	background-color:#fff;	width: 500px;	height: 150px;}#inside_nav {	width: 100px;	height: 200px;	float: left;	align: center;	}	#masthead {	width: 525px;	height: 216px;	float: right;	background-image: url("images/masthead/masthead.jpg")	}/*footer*/#footer {	width: 350px;	text-align:left;	}#footer p {	font-size: 10px;	}/*parts*/#headshot {	position: absolute;	margin:20px 20px 20px 10px;	}#bio_1 {	float: right;	width: 700px;	clear: right;	padding:20px 10px;	}#bio_2 {	float: right;	clear: right;	width: 700px;	padding:20px 10px;	}	#production {	float: right;	clear: right;	width: 700px;	padding:10px 10px;	}