body {
  background: white url("images/bg.png") repeat-x top left;
  color: black;
  font-family: tahoma, verdana, sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

#container {
  position: relative;
  width: 780px;
  margin: 0px auto;
  padding: 0px;
  border: 0px;
  background: url("images/header.png") no-repeat top left; 
}

#header {
  height: 165px;
  margin: 0px auto;
  padding: 0px;
}

#header h1 { margin: 0px; }
#header h1 span { display:none; }

#csswarning  { display:none; }

a {
  text-decoration: none;
  color: #2E5C76;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

#menu {
  width: 90%;
  margin: 0px auto;
  text-align: center;
  font-size: 12px;
  text-transform: lowercase;
  letter-spacing: 2px;
  
  background: white;
  border: 1px solid #2E5C76;
}

#menu ul {
  list-style: none; 
  margin: 0px;
  text-indent: 0;
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#menu li {
  display: inline;
  padding-right: 10px;
}
.red {
  color: #89180c;
}

#footer {
  padding-top: 5px;
  text-align: center;
  text-transform: lowercase;
  font-size: 12px;
  letter-spacing: 8px;
  height: 175px;
}

#content {
  padding: 10px;
  text-align: justify;
  line-height: 140%;
  letter-spacing: 1px;
}

dt {
  font-family: arial, verdana, sans-serif;
  font-weight: bold;
  color: #23576d;
  letter-spacing: 2px;
  margin-top: 18px;
  margin-bottom: 5px;
  font-size: 14px;
}

dd {
  margin-left: 20px;
}

ul {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 20px;
}

h2 {
  text-align: left;
  font-family: arial, verdana, sans-serif;
  font-size: 18px;
  color: #89180c;
  letter-spacing: 3px;
  font-variant: small-caps;
}

h3 {
  text-align: left;
  font-family: arial, verdana, sans-serif;
  font-size: 16px;
  color: #89180c;
}

th {
  text-align: center;
}

#regform {
  margin: 0px auto;  
  text-align: center;
}

#registered {
  margin: 0px auto;  
  width: 80%;  
}

input,select {
  width: 300px;
}

.timetable {
  width: 700px;
}

.timetable th {
  border-bottom: 1px solid #2E5C76;
}

.timetabletime {
  width: 70px;
}

#overlay {
  position: absolute;
  top: 0px;
  left: 720px;
  color: white;
  font-size: 10px;
  text-align: right;
}

#overlay a {
  color: #7BD7EF;
}
hr {
	color: #89180C;
	height: 1px;
	border-top: 1px dashed;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.sidepic {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}

img {
  border: 0px;
}

.results th {
  border-bottom: 1px solid #2E5C76;
}

.results .rank   { width:  50px; }
.results .order  { width:  50px; }
.results .points { width:  80px; }
.results .title  { width: 320px; }
.results .author { width: 320px; }
