img#profile_photo {
  margin: 5px -45px 0 0;
  float: right;
  z-index: 5;
  position: relative;
}

img.tag_line {
  margin-top: 5px;
}

div.info_area {
  width: 608px;
  height: 433px;
  background-color: #444;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  position: absolute;
  top: 33px;
  left: 30px;
  z-index: 0;
}


div.profile {
  color: #fff;
  width: 600px;
  margin-left: 33px;
  padding-top: 30px;
  font-size: 1.1em;
  z-index: 5;
  position: relative;
}

div.profile h1 {
  font-size: 1.3em;
  font-weight: normal;
}

div.profile p {
  line-height: 1.2em;
  margin-top: 5px;
  margin-bottom:10px;
}

div.profile p.download {
  font-size: 1em;
  line-height: 1em;
  margin: 0;
}

div.profile a {
  color: #fff;
}

div.contact_under {
  position: absolute;
	top: 230px; left: 385px;
	width: 221px; height: 180px;
	text-align: right;
	background-color: #222;
	opacity: .4;
  filter: alpha(opacity = 40);
  z-index: 8;
}

div.contact {
  position: absolute;
	top: 260px; left: 383px;
	width: 220px;
	text-align: right;
	z-index: 10;
}

div.contact p {
  font-size: 1.2em;
	margin: 0.3em 0; 
}

img#contact_photo {
  margin-top: 20px;
}

div#cover {
  width: 300px;
  height: 400px;
  position: absolute;
  top: 80px;
  left: 40px;
}

div#cover img {
  max-width: 300px;
  max-height: 390px;
  margin: 0 auto;
  display: block;
  border: 0 none #fff;
}

div#cover p {
  width: 100%;
  margin: 0;
  text-align: right;
}

div#throughWindow {
  width: 195px;
  height: 280px;
  overflow: auto;
  position: absolute;
  top: 120px;
  left: 410px;
}

#thumbs .row {
  height: 120px;
  width: 1000px;
  margin-bottom: 10px;
  clear: both;  
}

#thumbs .row img {
  display: inline;
  margin-right: 10px;
  width: 90px;
  height: 120px;
}
