/* CSS Document */

body {
  width: 1024px;
  margin: 32px auto;
  background-color: #fff;
  background-image: url(style-2009/bkg.png);
  background-repeat: no-repeat;
  background-position: top center;
  font-family: "GosmickSans", "Comic Sans", sans-serif;
  }

div#body {
  width: 936px;
  margin: 0 auto;
  padding: 12px;
  background: url(style-2009/white-70.png) repeat;
  }
div#menu {
  text-align: center;
  }
div#footer {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  }

div.left {
  width: 468px;
  margin: 0;
  float: left;
  }
div.right {
  width: 468px;
  margin: 0;
  float: right;
  }


h1 {
  margin: 0 auto;
  text-align: center;
  }
h2 {
  text-transform: uppercase;
  }

em {
  font-weight: bold;
  text-transform: uppercase;
  color: #690;
  }

a {
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  }
a:link, a:visited {
  color: #c60;
  }
a:hover, a:focus, a:active {
  color: #690;
  }


div#menu ul {
  margin: 0 auto;
  padding: 0;
  }
div#menu li {
  display: inline;
  padding: 0 8px;
  }
div#menu li form {
  display: inline;
  }

table#schedule {
  border: 2px solid #000;
  }
table#schedule th.day, table#schedule td.day {
  width: 6ex;
  padding: 2px;
  }
