
/*---------------------------------------------------------------------------*/

.contributors_column
{
	float: 		left;
	margin:		0px;
	border:		0px;
	padding:	0px;
	
	width:		750px;
	height:		510px;

	background:	white;
}

.contributors_title
{
	margin: 	16px 0px;
	border: 	0px;
	padding:	0px;
}

.contributors_intro
{
	margin:		0px 0px 0px 30px;
	padding:	0px;
	width:		575px;
}

.contributors_intro p
{
	color:		#777;
	font:		serif;
	font-size:	12px;
	font-weight:	bold;
	line-height:	17px;	
	margin: 	0px;
	padding:	0px;
}

.contributors_menu
{
	height:		187px;
	margin:		10px 30px 0px 30px;
	background:	white;
	border-top:	2px dashed pink;
	border-bottom:	2px dashed pink;
}

.contributors_menu a
{
	margin:			3px;		
	float:			left;
	
	width:			56px;
	height:			56px;
	background-position:	top left;
}

.contributors_menu a:hover 
{
	width:			56px;
	height:			56px;
	background-position:	top right;
}

.contributors_description 
{
	margin:						16px 16px 16px 16px;	
}

.contributors_description img 
{
	float: 						left;
	margin:						0px 17px 0px 17px;
}

.contributors_description h1 
{
	font-size:					21px;
	font-weight:				normal;
	font-family:				"Times New Roman" serif;
	color:						#774E4A;
}

.contributors_description p 
{
	font-size:					12px;
	font-family:				"Verdana" sans;
	color:						#8A8889;
}

.contributors_description a
{
		text-decoration:			none;
	font-size:					12px;
	font-family:				"Verdana" sans;
	color:						#774E4A;
}


