*{

  font-family      : Verdana;
  font-size        : 10pt;

}

body {

  text-align       : center;

}

#container {

  width            : 700px;
  margin-right     : auto;
  margin-left      : auto;

}

#main {

  float            : center;
  text-align       : left;
  width            : 700px;
} 

div #logo {

  background-image  : url(logo.jpg);
  background-repeat : no-repeat;
  width             : 700px;
  height            : 140px;
  text-indent       : -9999px;

}

div #menu {

  background-image  : url(logo_under.jpg);
  background-repeat : no-repeat;
  width             : 700px;
  height            : 26px;
  padding-left      : 8px;

}

div #menu_item {

  float            : left;
  padding-left     : 20px;
  padding-top      : 4px;

}

a,b,strong {

  color            : #406778;
  font-weight      : bold;
  text-decoration  : none;

}

a:hover {

  text-decoration  : underline;

}

div #content {

  padding          : 10px;

} 

div #textbox {

  background-image    : url(square.gif);
  background-position : top-left;
  background-repeat   : no-repeat;
  border-left         : 1px solid #B8CFA8;
  border-bottom       : 1px solid #B8CFA8;
  padding             : 15px;

}

div #footer {

  height              : 2px;
  background-color    : #80A2AF;

}

div #copyright {

  text-align          : center;

}