@charset "utf-8";
#bottom_spacer
{
	border-top: 1px solid black;
	bottom: 5px;
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}
#column_one
{	
	float: left;
	height: 600px;
	width: 385px;
	margin-top:10px;
	background-image: url(../img/sig.gif);
	background-position:right bottom;
	background-repeat: no-repeat;
}
#column_two
{
	background: #ddd;
	border-left: 1px solid black;
	float: right;
	height: 550px;
	padding-top: 8px;
	position: relative;
	width: 50%;
}
#infoClose
{
	bottom: 5px;
	color: black;
	font-weight: bold;
	font-size:12px;
	position: absolute;
	right: 10px;
	text-decoration: none;
}
#infoClose:hover
{
	font-weight: normal;
}
#infoClose:visited
{
	color: black;
}
#infoDesc
{
	height: 280px;
	overflow: auto;
	position: absolute;
	right: 5px;
	text-align: left;
	top: 5px;
	width: 265px;
}
#infoImg
{
	left: 7px;
	position: absolute;
	top: 5px;
}
#infoName
{
	font-weight: bold;
	height: 20px;
	left: 7px;
	position: absolute;
	text-align: center;
	bottom: 3px;
	width: 210px;
}
#infoPopup
{
	background: #eee;
	border: 1px solid black;
	height: 310px;
	position: absolute;
	width: 500px;
}
#second_title
{
	font-size: 16px;
	font-weight: bold;
	height: 16px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: left;
}
#white
{
	background: white;
	left: 0;
	position: absolute;
	top: 0;
}
div#paragraph
{
	height: 42%;
	padding-left: 15px;
	padding-right: 5px;
	text-align: justify;
}
table#bio
{
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	bottom: -1px;
	height: 200px;
	left: 0;
	position: absolute;
	width: 100%;
}
table#bio tr td a:hover
{
	text-decoration: none;
}
table#bio tr td a:visited
{
	color: blue;
}
table#bio tr td.border
{
	border-right: 1px solid black;
}
table#bio tr td.imgrow
{
	background: #eee;
	border-top: 1px solid black;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
table#bio tr td.linkrow
{
	background: #eee;
	padding-bottom: 5px;
	padding-top: 3px;
	text-align: center;
}
