/*	Connect - Staff Page
	Author: Seth Baur
	Last modified: Sat Apr 5 2008, 10:00PM
	
	CONTENTS:
		BODY-CONTENT
	
	COLORS:
		background: #776f4f
		text: #464646
		purple: #6a3862
		
	Notes:
		Internet Explorer prefers absolute positioning to be done with coordinate points (i.e. top or bottom).
		Do not use margins for absolute positioning.
*/

/*	=BODY-CONTENT
	----------------------------------------------------------------*/

div.main p
{
	font-size:11px;
}

div.ken, div.ben, div.todd
{
	padding: 10px 20px 10px 20px;
}

div.lynn /* Lynn's div has more padding on the bottom side to add some space at the bottom of the
			content block. */
{
	padding: 10px 20px 40px 20px;
}

div.title
{
	padding: 40px 20px 30px 20px;
}

div.portrait
{
	margin-top:5px;
	width:220px;
	float:left;
	padding-right:0px;
	padding-bottom:10px
}

div.portrait img
{
	border-style:solid;
	border-width:1px;
	border-color:black;
}

div.bio
{
	margin-left:250px;
}

#divider
{
	margin-top:0px;
	float:left;
	padding-right:10px;
}
