/* CSS Document */

div#ip-profile {
	background-image: url(images/profile_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	margin-top: -40px;
	width: 49%;
}

div#ip-profile-top {
	background-image: url(images/profile_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: -20px;
}

div#ip-profile-bottom {
	background-image: url(images/profile_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #646567;
	width: 398px;
	padding-bottom: 45px;
	padding-left: 60px;
	line-height: 155%;
}

div#ip-profile-bottom h2 {
	font-size: 16px;
	font-weight: normal;
	color: #646567;
	padding-top: 55px;
}

div#ip-profile-bottom h2 strong {
	font-weight: normal;
	color: #a11925;
}

div#ip-profile-bottom p strong {
	font-weight: normal;
	font-size: 13px;
}

div#ip-profile-bottom img {
	background-image: url(images/profile_img.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	padding-right: 36px;
	padding-top: 37px; 
	padding-bottom: 47px;
	padding-left: 36px;
}