/*

  this css has been organized in this fashion
  
  all individual tags at the top
  all class next
  all ids last

*/

/*
    individual tags are located here alphabetically
*/


/*
    class tags are located here alphabetically
*/
.awards_photo_area {
	position: relative;
	width: 700px;
	padding-left: 10px;
}
.gots_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
.individual_container {
	position: relative;
	width: 350px;
}
.individual_mens_container {
	position: relative;
	width: 340px;
}
.mens_division {
	position: absolute;
	height: 500px;
	width: 340px;
	left: 365px;
	top: 0px;
}
.men_photo_redisplay_area {
	position: absolute;
	height: 162px;
	width: 126px;
	left: 365px;
	top: 0px;
}
.swap_image_area {
	position: absolute;
	height: 17px;
	width: 152px;
	left: 0px;
	top: 2px;
	z-index: 55;
}
.table_holder_area {
	position: relative;
	width: 350px;
}
.woman_division {
	width: 350px;
	position: relative;
}
.woman_photo_redisplay_area {
	position: absolute;
	height: 162px;
	width: 126px;
	left: 10px;
	top: 0px;
}


/*
    id tags are located here alphabetically
*/
#gots_member_bio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:left;
}
#men_photo_redisplay_area {
	position: absolute;
	height: 162px;
	width: 126px;
	left: 365px;
	top: -75px;
	z-index: 50;
}
#woman_photo_redisplay_area {
	position: absolute;
	height: 162px;
	width: 126px;
	left: 20px;
	top: -75px;
	z-index: 51;
}
