@import "global.css";
@import "scripts/contactme.css";

#container {
  background: #fff;}

#mainDiv {
  width: 70%;
  float: left;
  display: inline;
  overflow: hidden;}
  
#secondDiv {
  width: 28%;
  float: right;
  display: inline;}
  
#address {
  padding-top: 10px; 
  border-top: 1px solid #e0e0e0;}
  
.note {
  font-weight: normal;}
  
.ftext {
  font-size: 85%;
  padding-left: 10px;
  margin-top: 0;
  line-height: 1.7em;}