#content {
		position: relative;
		width: 550px;
		margin-left: 25px;
		height: auto;
		font-family: Verdana, Arial;
		font-size: 11px;
		color: white;
		line-height: 20px;
		padding: 20px 0px 20px 0px;
}
	
.self-pic {
		float: right;
		border: 10px solid white;
		width: 75px;
		height: 75px;
		background-image: url(../../images/self-pic.png);
		margin: 0px 0px 15px 15px;
}

.h2 {
		display: block;
		height: 30px;
		width: 250px;
		line-height: 30px;
		font-family: Arial, Verdana;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 15px;
		color: white;
		border-right: 1px solid white;
		border-left: 1px solid white;
		background-image: url(../../images/global/h2-bg.png);
		background-repeat: repeat-x;
		text-align: center;
}
