body
{
  margin-top: 36px;
  margin-left: 180px;
  background-color: #EEE;
  font-family: Arial;
  font-size: 10pt;
  line-height: 1.5em;
}

#content
{
  height: 400px;
  width: 800px;
}

#content .splash
{
  float: left;
  clear: both;
  margin: 20px 10px;
}

#menuButtons
{
  float: left;
  clear: left;
  width: 150px;
}

#loginIface
{
  float: left;
  width: 500px;
  height: 300px;
  border: 1px solid #AAA;
  padding: 7px;
}

#loginIface form
{
  padding: 18px 0px 0px 20px;
}

#loginIface label
{
  line-height: 1.8em;
  display: inline-block;
  width: 6em;
}
#loginIface input
{
  width: 120px;
  border: 2px groove #AAA;
}

#loginIface input.button
{
  cursor: pointer;
  cursor: hand;
  background-color: transparent;
  font-style:italic;
  border: 1px solid #000;
  width: 100px;
  margin: 7px;
  height: 1.7em;
}

#contactIface
{
  float: left;
  width: 500px;
  height: 300px;
  border: 1px solid #AAA;
  padding: 7px;
}

#menuButtons ul li
{
  line-height: 2em;
  list-style-type: none;
}
#menuButtons ul li a
{
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

#footer
{
  margin-top: 50px;
  float: none;
  clear: both;
}
