#profileContentMain{
	border: 0px solid;
	display: table;
	margin: 0px auto;
	width: 850px;
}

#profileContentMain #profileTop{
}

#profileContentMain #profileMain{
}

#profileContentMain #profileMain #profilePageTitle{
	border: 1px solid #2B3336;
	border-bottom: 0px;
	float: left;
	width: 850px;
}

#profileContentMain #profileMain #profileContent{
	background-color: #383D41;
	/*background-color: #41484E;*/
	border: 1px solid #2B3336;
	float: left;
	vertical-align: top;
	width: 850px;
}

#profileContentMain #profileMain #profileContentLeft{
	border: 0px solid;
	float: left;
	height: 100%;
	padding: 20px;
	vertical-align: top;
	width: 181px;
}

#profileContentMain #profileMain #profileContentRight{
	background-color: #41484E;
	min-height: 240px;
	padding: 20px;
	vertical-align: top;
}

/*
#profileContentLeft{
	border: 0px solid;
	display: inline-block;
	float: left;
	min-height: 650px;
	vertical-align: top;
	width: 254px;
	#display: inline; //for internet explorer only:
}

#profileContentRight{
	border: 0px solid;
	background-color: #41484E;
	display: inline-block;
	float: left;
	min-height: 650px;
	vertical-align: top;
	width: 512px;
	#display: inline; //for internet explorer only:
}
*/
