*{font-size:100.01%}
html {
  font-size:62.5%;
}
body{
  margin:0;
  color: #404040;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background: #fff url(/inc/img/ui/body.gif);
}
img{
  border-style:none;
  float: left;
  margin: 0 20px 0 0;
  border: 8px #ddd solid;
}
#logo {
  border: 0;
}
a{
  text-decoration:none;
  color:#9c0058;
}
a:hover{
  text-decoration:underline;
}

#wrapper {
  margin: 5% auto;
  width:756px;
  background: #fff;
}

#content {
  border: 16px #eee solid;
  padding: 20px;
  overflow: auto;
  position: relative;
}
#contact, #launch {
  clear: both;
  border-top: 1px solid #eee;
  margin: 2em 0 0;
  padding-top: 2em;
  overflow: hidden;
}
#launch a {
  font-weight: bold;
  float: right;
  margin: 20px 0 0 0;
}

h1 {
  font-size: 1.4em;
  font-weight: normal;
}
strong {
  font-weight: normal;
}
h1 strong  {
  font-size: 1.4em;
  line-height: 1.4;
  font-weight: normal;
}
em {
 color: #999;
}
abbr {
  border: 0;
}
p {
  font-size: 1.2em;
  margin-bottom: 0;
}
h2 {
  font-size: 21px;
  color:#454545;
  margin: 0 0 .6em;
  font-weight:normal;
}
address {
  font-size: 1.2em;
  font-style: normal;
}
.org {
  font-weight: bold;
}
.org,
.group,
.tel,
.email {
  display: block;
}
.tel {
  font-size: 3em;
}
.note,
.url {
  position: absolute;
  left: -9999px;
}
