
body {
	background: #3E3288;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size:80%;
	text-align:center;
	line-height:1.7em;
	margin:auto 0;
	/*margin:0 15px 0 15px;*/
	}

#showprofile, #closeprofile {
	position:relative; 
	top:10px;
	width: 500px;
	margin: 0 auto;
	text-align: left;
	}
	
div.profile .section {
	background:#fff;
	text-align:left;
	margin-bottom:1em;
	clear:left;
}
div.profile .section .title {
	font-size:medium;
	font-weight:bold;
	display:block;
	font-size:120%;
	padding:5px;
	margin-bottom:1em;
	color:#3e3288;
	border-bottom:1px solid #3e3288;
}
div.profile .body {
	clear:both;
	padding:5px;
	width:100%;
	font-size:small;
}
div.profile .body .image {
	float:right;
	width:80px;
	margin:5px;
	padding-left:8px;
	padding-bottom:8px;
	background: url('/images/v2/pic_bg.gif') bottom left no-repeat;
}
div.profile .body .links {
	text-align:center;
	clear:both;
}
div.profile .body .row {
	clear:both;
}
div.profile .body .row .left{
	float:left;
	width:50%;
}
div.profile .body .row .right{
	float:right;
	width:50%;
}