/* profile page social styles --------------------------------------- */
#profile-main {
	display: block;
	float: left;
	width: 630px;
	height: 80px;
	margin: 0 0 20px 6px;
	padding: 0 0 0 6px;
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: #999;
	}

#profile-left {
	display: block;
	float: left;
	width: 308px;
	height: 150px;
	margin: 0 0 0 6px;
	padding: 0 0 0 6px;
}

#profile-right {
	display: block;
	float: left;
	width: 308px;
	height: 150px;
	margin: 0 0 0 6px;
	padding: 0 0 0 6px;
}

#profile-title-row {
	float: left;
	width: 100%;
	height: 22px;
	background-color: #323232;
	color: #C8C8C8;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	text-transform: uppercase;

}

/* announcement styles --------------------------------------- */

#announcement-col1 {
	float: left;
	width: 80px;
	height: 10px;
	padding: 0 0 0 6px;
	color: #F8F8F8;
}

#announcement-col2 {
	float: left;
	width: 440px;
	height: 10px;
	color: #F8F8F8;
}

#announcement-col3 {
	float: left;
	width: 100px;
	height: 10px;
	color: #F8F8F8;
}