.profile_container
{
  width: 850px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #ffffff;
  
}

div.profile_left
{
  margin-left: 28px;
  float: left;
  width: 250px;
}

div.profile_right
{
float: right;
  width: 490px;
  /*height: 100%;*/
  text-align: left;
  margin-right: 15px;
  /*overflow: visible;*/
}

div.profile_ownimage
{
  width:170px;
  border: 1px ridge #999999;
  text-align: center;
}

div.profile_boxheader
{
  padding: 4px;
  color: #ffffff;
  font-weight: bold;
  font-size: 12pt;
  border: 1px solid #c1c1c1;
  border-bottom: 0px;
  background-color: #335599;
}

div.profile_box
{
  /*padding: 4px;*/
  border: 1px solid #c1c1c1;
  border-top: 0px;
  /*overflow: auto;*/
}

font.profile_username
{
  color: #000000;
  font-size: 24pt;
  font-weight: bold;
}

img.profile_friends
{
  border: 0px;
  width: 48px;
  height: 48px;
}

div.profile_friendleft
{
  width: 50px;
  float: left;
}

div.profile_friendright
{
  margin-top: 5px;
}

div.profile_spacer
{
  margin-top: 4px;
}
