@CHARSET "UTF-8";

.element {
	clear: both;
	font-family: Trebuchet MS;
}
  .element .head {
  position: relative;
  padding: 20px 0 20px 20px;
  overflow: hidden;
  height: 100%;
  }
	  .element .head #photo {
	  width: 184px;
	  padding: 18px;
	  background-color: white;
	  margin-top: 5px;
	  padding-bottom: 1000px;
    margin-bottom: -1000px;
	  }
		  .element .head #photo img {
		  margin: auto;
		  border: 1px solid #aaa;
		  }
		.element .head .left-column {
		width: 750px;
		overflow: hidden;
		}
		.element .head .right-column {
		}
	  .element .head .title {
	  width: 750px;
	  line-height: 48px;
	  }
	.element  div.right-column {
	padding-top: 20px;
	}
	.element .info {
	}
	  .element .info .brief {
	    font-weight: bold;
	    display: block;
	    margin-bottom: 15px;
	    }
	
	.element .scroller {
		margin-top:25px;
		}
  