div#body {
  border: none;
  width: 763px;
}

/*
div#body div {
  border-right: 1px solid #BFCDCF;
  width: 413px;
  padding-right: 40px;
} */


div#body p.first,
div#body h3{
  font-size: 1.17em;
  font-weight: bold;
  text-align: center;
}

div#body h4 {
  text-align: center;
}

div#body h4#terra_incognita {
  width: 168px;
  height: 58px;
  border: 1px solid black;
  background: white url(../images/logo_terra.gif) no-repeat;
  
  /* This is for safari,
    all other browsers overridden by the rules at the bottom of this file */
  text-indent: -9000em;
  color: transparent;
  font-size: 0em;
  
  margin-left: auto;
  margin-right: auto;
}


div#body table {
  margin: 0 auto;
  margin-bottom: 1em;
}

div#body table td {
  vertical-align: top;
  width: 42%;
}
div#body table td ul {
  margin-top: 0;
}
div#body table td.right {
	padding-left: 4%;
	border-right: 1px solid #BFCDCF;
}
div#body table td.left {
  padding-right: 4%;
}

div#body ul {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}


div#body div#related_linkbar {
  width: 200px;
  padding-right: 14px;
}
div#related_linkbar.technology ul li {
  border-top: none;
  text-align: right;
  padding-top: 6px;
  padding-bottom: 6px;
}
div#related_linkbar.technology ul li.profile {
  margin-top: 6px;
  border-top: 1px solid #BFCDCF;
}

div#body p.first {
  color: black;
}


/* browsers other than safari get the rest of the file to themselves */
/* Safari will ignore the following rules due to the ;# hack here    */
/* ----------------------------------------------------------------- */
div#body h4#terra_incognita { text-indent: -9000em;# }

/* Firefox needs 9000,
  apply to Firefox, IE6, IE7, and Opera
  (Safari would use this rule, if it could read this section!)*/
html > body div#body h4#terra_incognita {
  text-indent: 9000em;
}

/* IE6 and IE7 need -9000 */
html body div#body h4#terra_incognita {
  *text-indent: -9000em;
}

/* Opera needs -9000 */
@media all and (min-width:0px) {
  head~body div#body h4#terra_incognita {
    text-indent: -9000em;
  }
}
