#main
{
	width: 758px;
	margin-left: 11px;
}

#main .box_content,
#main .box
{
	background-color: #C9E5FF;
	overflow: auto;
	width: 100%;
	padding-bottom: 10px;
}

#main #tip
{
	float: right;
	width: 479px;
	padding-right: 11px;
}

#main #info
{
	float: left;
	width: 230px;
	margin-left: 10px;
	margin-top: 10px;
}

#main #tip #tip_header h1
{
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #4C77A3;
	border-bottom: 1px solid #63A1E8;
	padding-bottom: 2px;
	margin-bottom: 12px;
	margin-top: 3px;
}

#main #info img
{
	width: 223px;
	height: 169px;
	border: 3px solid #4D79A5;
}

#additional_info
{
	width: 214px;
	height: 109px;
	background: url(../images/activity_profile-additional_info-background.png);
	padding: 10px;
	margin-left: -2px;
	margin-top: 6px;
}

#additional_info h2
{
	font-weight: bold;
	font-size: 10px;
	color: #4C77A3;
	border-bottom: 1px solid #4C77A3;
	padding-bottom: 2px;
	margin-bottom: 6px;
}

#additional_info ul
{
	list-style: none;
}

#additional_info ul li
{
	display: block;
	height: 15px;
	font-size: 0;
	line-height: 15px;
}

#additional_info ul li a
{
	font-size: 10px;
	color: #4A75A0;
}

#additional_info ul li a:hover
{
	text-decoration: none;
}

#main #tip_header a
{
	font-weight: bold;
	font-size: 9px;
	color: White;
	text-decoration: none;
	text-transform: lowercase;
}

#main #tip_header a:hover
{
	color: #FF7F00;
}