* {
  margin: 0;
  padding: 0;
}

body {
  font-family:"Century Gothic","Arial","Helvetica","sans-serif";
  font-size: 10pt;
}

.clear-block {
  display:block;
}

#wrapper {
  background-color: #f7f7ed;
  min-height: 710px
}

#container {
  width: 801px;
  margin: auto;
  padding-top: 20px;
}

#banner {
  background-image: url(images/banner.jpg);
  height: 143px;
}

.gap {
  background-color: white;
  height: 10px;
}

#navigation {
  height: 76px;
  background-color: #62645a;
}

#navigation ul li {
  float: left;
  list-style-image: none;
  list-style-type: none;
}

#navigation a {
  display: block;
  width: 125px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-right:1px dotted white;
}

#navigation a img {
  vertical-align: middle;
}

#navigation .download a {
  float: right;
  margin-right: 10px;
  margin-top: 46px;
  width: 146px;
  height: 18px;
  line-height: 18px;
  border-right:0px;
}

#content {
  background-color: #ececde;
  min-height: 400px;
  padding: 10px;
}

#content #timetable {
  border-color: #AAAAAA;
  border-width: 0 0 1px 1px;
  border-style: solid;
}

#content #timetable td {
  border-color: #AAAAAA;
  border-width: 1px 1px 0 0;
  border-style: solid;
  padding: 4px;
  font-weight: bold;
}

#content #timetable th {
  border-color: #AAAAAA;
  border-width: 1px 1px 0 0;
  border-style: solid;
  padding: 4px;
}

#content #timetable .header {
  background: transparent url(images/bar.png) repeat-x scroll left top;
}

#content #timetable .leftheader {
  background: transparent url(images/bar_small.png) repeat-x scroll left top;
  color: #f7f7ed;
}

#content #longtable {
}

#content #longtable td {
  padding: 4px;
}

#content #longtable .header {
  background: transparent url(images/bar.png) repeat-x scroll left top;
  border-color: #AAAAAA;
  border-width: 0 0 1px 1px;
  border-style: solid;
  font-weight: bold;
}

#content #longtable .leftheader {
  background: transparent url(images/bar_small.png) repeat-x scroll left top;
  color: #f7f7ed;
  border-color: #AAAAAA;
  border-width: 0 0 1px 1px;
  border-style: solid;
  font-weight: bold;
}

#content #longtable .innertext {
  border-color: #AAAAAA;
  border-width: 0 1px 1px 1px;
  border-style: solid;
}

div.newton {
  background: transparent url(images/newton.png) no-repeat scroll left top;
}

div.pythagoras {
  background: transparent url(images/pythagoras.png) no-repeat scroll right top;
}

#footer {
  height: 20px;
  color: #747474;
  font-size: 0.7em;
  text-align: right;
  padding-top: 8px;
}