@charset "utf-8";
/* CSS Document */


#profileBanner{
	background:url(../images/profileBanner.jpg) top left no-repeat;
	width:867px;
	height:235px;
	margin:0 auto;
	text-indent:-9999px;
}



#profileH1{
	background:url(../images/profileH1.jpg) top left no-repeat;
	width:107px;
	height:27px;
	text-indent:-9999px;
	}

#contentHolder{
	width:828px;
	margin:0 auto;
}


#photoBox{
	width:238px;
	height:358px;
	float:left;
}

#profileBox{
	width:553px;
	float:right;
}	
#photoBox img{
	padding-left:5px;
	}
.goldTxtClass{
	color:#ffff00;
	font-size:14px;
	padding-bottom:15px;
}

.normalTxt{
	color:#e2e2e2;
	font-size:12px;
	line-height:17px;
}