@charset "utf-8";
#container h2{
  background-image:url(../images/profile/title.gif);
}


table#profile{
  width:920px;
  margin:20px auto 0px auto;
  border-collapse:separate;
  border-spacing:10px;
  background-image:url(../images/profile/office.gif);
  background-repeat:no-repeat;
  background-position:right top;
}

table#profile th,
table#profile td{
  font-size:1.4em;
}

table#profile th{
  width:6em;
  padding:1.0em 2.0em 1.0em 0px;
  font-weight:bolder;
}

table#profile td{
  padding:1.0em 340px 1.0em 20px;
  border-left:dotted 1px #333333;
}

#map{
  width:918px;
  margin:30px auto;
  border:solid 1px #CCCCCC;
}

span.bold {font-weight: bold;font-size: 120%; }