/*-----------------------------------------------------------------------------
version:   1.0
author:    John Anderson
email:     janderson@soaringpenguin.co.uk
website:   http://www.soaringpenguin.co.uk/
client:	   Matte Painting UK Ltd
date:      2007 November 07
page:	   biography

Copyright 2007 Soaring Penguin Ltd. All Rights Reserved
-----------------------------------------------------------------------------*/

/* =Headings
-----------------------------------------------------------------------------*/
	h2 {
		color: #ffffff;
		width: 167px;
		height: 86px;
		position: relative;
		float: right;
	}
		h2 span {
			background: #fef5f4 url(../images/16.png) no-repeat;
			position: absolute;
			width: 100%;
			height: 100%;
		}


/* =Main Content
-----------------------------------------------------------------------------*/	
#column-left {
	width: 429px;
	float: left;
	margin: 21px 0 18px 61px;
	display: inline;
}
	#column-left img {
		border: 1px solid #5c5e64;
	}
	#column-left p.footnote {
		font-size: 10px;
	}
#column-right {
	width: 420px;
	float: right;
	margin: 21px 61px 0 0;
	height: 510px;
	overflow: auto;
	border: 1px solid #5c5e64;
	position: relative;
}
	#column-right h3 {
		width: 412px;
		text-align: center;
		padding-top: 13px;
		padding-bottom: 20px;
		font-size: 14px;
		clear: both;
	}
	#column-right .bioentry {
		float: left;
		margin-top: 3px;
		width: 412px;
	} 
	#column-right p {
		font-size: 12px;
	}
		#column-right p.bioleft {
			width: 194px;
			float: left;
			text-align: right;
		}
		#column-right p.bioright {
			width: 206px; 
			float: right;
		}