body
{
  margin: 0px;
  padding: 0px;
}

.profileContainer a img
{
  border: 0px;	
}

.profileContainer
{
  position: relative;
  width: 620px;
  padding-right: 20px;
  height: 300px;
  background-color: #1e99c1;
  background-image: url(../images/bg-profile-page.gif);
  background-repeat: repeat-x;
  background-position: top left;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.profileContainer h1
{
  font-family: "Myriad Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: white;
  font-size: 30px;
  margin: 0px;
  padding-top: 10px;
  font-weight: normal;
}

.profileContainer h2
{
  font-family: "Myriad Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #a2dbeb;
  font-size: 24px;
  line-height: 24px;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

.profileContainer .profileImage
{
  float: left;
  margin: 10px 20px 10px 10px;
}

.profileContainer p, .profileContainer blockquote
{
  font-size: 11px;
  color: white;
}

.profileContainer blockquote
{
  font-style: italic;
}

.profileContainer .emailMeStamp
{
	position: absolute;
	z-index: 2;
	left: 227px;
	top: 210px;
}
