
/* Profile Menu Activated *********/
#profile 
{
	background-color: #073c6e;
	font-weight: bold;
}

#content_area
{
	text-align: left;
}
 
#content_area h1
{
	color: #073c6e;
	font-size: 23px;
	margin-bottom: 5px;
}

#profile_section
{
	width: 659px;
	height: 434px;;
	background-image: url(../images/profile_block.png);
	background-repeat: no-repeat;
	padding-top: 1px;
}

#profile_section img
{
	margin-right: 15px;
	margin-bottom: 5px;
}

#profile_section p
{
	font-size: 12px;
}
