
div.content
{

	width: 1000px;
	height: 700px;
	margin: 50px auto 0px auto;
	border: #CCCCCC;
	border-width: thin;
	border-style: solid;
	
}

div.page{
	background-image: url('../assets/images/bg.jpg');
	background-repeat: no-repeat;
	height: 556px;
}

div.team_photo{
	margin: 0px auto 0px auto;
}

div.body_content{
	margin: 0px 20px 0px 20px;
	color: #121212;
	font-family:helvetica,arial;
	line-height: 1.3;
	font-size: 10pt;
}

p.bio_header{
	margin: 10px 0px 0px 0px;
	font-family:helvetica,arial;
	color: #4C1921;
	font-weight: bold;
}

img{
	margin: 0;
	padding: 0;
}

textarea{
	border: #666 1px solid;
	font-family:helvetica,arial;
	font-size: 12pt;
	width: 960px;
	height: 300px;
}
