
div#profile_summary
{
	width:				282px;
	height:				186px;
	
	padding:			10px;
	
	background-image: 	url( "/images/panel_life.jpg" );
}

div#panel_life
{
	width: 50%;
	
	float: left;
}

div#panel_photo
{

	
	float: 				right;
	text-align:        	center;

	background-color: 	#CCCCCC;
	
}

h2
{
	color: 		#C00109;
	font-size: 	16px;
}

div#profile_options
{
	width: 		958px;
	
	border:		1px solid #CCCCCC;
}

div#profile_info
{
	height: 		auto;
	min-height:		200px;
	margin:			20px 0px 0px 0px;
	padding: 		0px 0px 0px 10px;

	border-width: 	0px 0px 0px 1px;
	border-color: 	#CCCCCC;
	border-style:	solid;
}

* html div#profile_info
{
	_height: 200px;
}

table tr td.profile_heading
{
	font-weight: 	bold;
	font-size: 		13px;
}

div#panel_friends
{
	position: 	relative;
	
	width:		284px;
	height:		187px;
	
	padding: 	10px;
	margin:		0px 16px 16px 0px;
	
	background: url( "/images/panel_life.jpg" ) no-repeat;
}
