#contentwrapper{
	width: 100%;
	background-image: url(../images/profile/bg.png);
	background-repeat:no-repeat;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 226px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 226px; /*Width of left column*/
margin-left: -992px; /*Set left margin to -(MainContainerWidth)*/
}

.usernameText {
width: 200px;
padding: 11px;
font-size: 14px;
font-weight: bold;
}

#userinfo {
width: 226px;
background: #5792B8;
overflow: hidden;
}

#userinfo #imagebox {
padding-left: 58px;
}

#leftcolumn #usertable table {
width: 226px;
}

#leftcolumn #usertable table tr td {
	border-left: 1px solid #D7E4EE;
	border-right: 1px solid #D7E4EE;
	border-bottom: 1px solid #D7E4EE;
	padding-top: 6px;
	padding-left: 6px;
	padding-bottom: 8px;
}


#leftcolumn #usertable .lastChild {
	border-left: 1px solid #D7E4EE;
	border-right: 1px solid #D7E4EE;
	border-bottom: none;
	padding-top: 6px;
	padding-left: 6px;
	padding-bottom: 8px;
}

#leftcolumn #usertable table tr td span { 
	font-size: 11px;
	color: #333333;
}

#leftcolumn #usertable table tr td strong { 
	font-size: 12px;
	color: #000000;
}

