/*
 *css for main page enclosing div
 */

div#header
{
  width: 900px;
  height: 150px;
  border: 0px solid #000;
}

div#topmenu
{
  width: 899px; 
  height: 27px; 
  background-color: #000000;
  border: 0;
  margin: 0;
  padding 0;
}

div.topmenubutton
{
  float: left;
}

img.topmenuimage
{
  height: 25px;
}

img.logoimage
{
  height: 73px;
  float: left;
}

div#logodiv
{
  height: 125px;
  vertical-align: bottom; 
}

h1#mainText
{
  vertical-align: bottom; 
  font-size: large;
}

img
{
  border: none;
}
