#hello {
	float: left;
	height: 12px;
	width: 800px;
	padding-top: 15px;
	font-weight: bold;
}
#profilephoto {
	height: 128px;
	width: 150px;
	margin: 0px;
	float: left;
	padding-right: 20px;
	padding-top: 12px;
}
#description {
	height: 125px;
	width: 630px;
	float: left;
	margin: 0px;
	text-align: left;
	font-size: 11px;
	padding-top: 16px;
	font-family: Verdana, Geneva, sans-serif;
}
#info1 {
	height: 160px;
	width: 800px;
	float: left;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#info3 {
	height: 15px;
	width: 800px;
	float: left;
	font-weight: bold;
	text-align: center;
	clear: both;
	background-image: url(../Images/res/sectioncenter.png);
	background-repeat: no-repeat;
}


#info2 {
	height: 186px;
	float: left;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-right: 10px;
	width: 410px;
}
.bold {
	font-weight: bold;
	text-align: right;
}

#media {
	float: right;
	height: 186px;
	width: 378px;
}

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #E3D6BB;
	font-size: 11px;
	font-style: italic;
}

