	div.wingdings {
  	font: 12pt "Wingdings";
  }
  
  div#leftcolumn {
    float: left;
    width: 280px;
    margin: 8px 0px;
    padding: 0px;
  }
  div#rightcolumn {
    width: 640px;
    margin-left: 276px;
    padding: 0px;
    text-align: center;
  }

  div#content_column {
	width: 600px;
	margin: 8px auto;
  }
  div#box1 {
    width: 260px;
    padding: 0px;
    margin: 0 auto 26px auto;
	border: 1px solid black;
	font-weight: bold;
  }
  div#box2 {
    width: 260px;
    padding: 0px;
    margin: 0 auto 26px auto;
	border:1px solid black;
  }

  div.boxcontent {
	padding: 10px;
  }
	div.boxcontent ul {
		list-style: disc;
		margin: 0 0 0 20px;
		padding: 0;
		font-size: 0.96em;
	}
  div#yeam_in_labcoat {
    width: 200px;
    height: 300px;
    padding: 0px;
    margin: 0 0 0 69px;
  	background: url("/wp-content/themes/capricorn/images/yeam_in_labcoat.jpg");
	background-position: -35px 0px;
  	border:1px solid black;
  }
  div#photo1 {
    width: 560px;
    height: 400px;
    padding: 0px;
    margin: 0px;
    background: url("/wp-content/themes/capricorn/images/front_of_building560x400.jpg");
    border: 1px solid black;
  }
	.excerpt strong{
		font-weight: normal;
	}
/*
  div#photo2 {
    width: 300px;
    height: 200px;
    padding: 0px;
    margin: 0px;
    background: url("/wp-content/themes/capricorn/images/sleep_room_148_300x200.jpg");
    border: 1px solid black;
    position: relative;
    margin-top: -80px;
    margin-left: 300px;
  }*/

  img#photo2img {
    margin-top: -72px;
    margin-right: -40px;
	padding: 0px;
	border: 6px solid #FEFEFE;
}

  div#text {
	margin-top: 14px;
    width: 560px;
	line-height: 1.4em;
	font-size: 1.1em;
  }
  span.dropcap {
    font-family: "Copperplate Gothic Bold", Serif;
    font-size: 18pt;
    color: #333333;     
  }
  div#contactbox {
    width: 100%;
    text-align: center;
    font-family: "Copperplate Gothic Bold", Serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14pt;
  }
  div#contactbox .address {
    font-family: "Helvetica", Arial, Sans-Serif;
    font-size: 13pt;
	margin: 0;
	padding: 0;
  }
  div#contactbox hr {
    color: #666666;
    background-color: #666666;
    height: 1px;
    border: 0;
  }