html, body, p, h1, div
{
  border: 0;
  margin: 0;
  padding: 0;
}

body
{
  color: Black;
  background: White;
  font-size: 9pt;
  font-family: Trebuchet MS;
  padding-bottom:20px;
}

div.main
{
  margin: auto;
  width: 750px;
  margin-top: 20px;
  display:table;
}
div.logo
{
  float:left;
  width:190px;
  height:95px;
}
div.sidebar
{
  float:right;
  width:110px;
}
div.sidebar a
{
  display:block;
}
div.menu
{
  float:left;
  padding-top:20px;
  width:462px;
}
div.menu p {
  font-size:110%;
}
div.menu a
{
  line-height:20px;
  color:#505050;
  text-decoration:none;
  padding-left:5px;
  padding-right:5px;
}
div.menu a.org
{
  color:#FE732A;
}
div.menu a:hover
{
  border-top:1px dashed black;
  border-bottom:1px dashed black;
}
div.swirl
{
  width:642px;
}
div.swirl img
{
  float:right;
}
div.content
{
  width:630px;
  float:left;
  padding-left:12px;
  font-size:90%;
}
div.bottom
{
  clear:both;
  padding-top:20px;
  width:642px;
}
div.picture
{
  float:right;
}

/* All the stuff for the content section goes below here */
a img
{
  border:0;
}

a
{
  color:black;
}

h1
{
  font-size: 150%;
  color: gray;
  padding: 0 0 0.5em 0;
}

div.picture + h1
{
  position:absolute;
  top:120px;
}

.org
{
  color:#FE732A;
}

.orgback
{
  color:white;
  background:#FE732A;
}
