#left
{
  float: left;
  width: 400px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

#right
{
  float: right;
  width: 250px;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-right: 0px;
}

#navigation
{
  font-family: palatino linotype, palatino, sans-serif;
  position: absolute;
  left: 0;
  top: 10;
  font-size: 12px;
  font-weight: bolder;
  margin-top: 10px;
  margin-left: 0px;
}

#announcement
{
  position: absolute;
  font-weight: bolder;
  right: 0;
  top: 0;
  font-size: 22px;
  margin-top: 80px;
  margin-right: 200px;
  color: MidnightBlue;
}

#outer
{
  position: absolute;
  left: auto;
  right: auto;
  width: 800px;
}

#photo
{
  position: absolute;
  left: auto;
  right: auto;
  top: 0;
  margin-top: 0px;
  margin-left: 0px;
}

#title
{
  font-family: palatino linotype, palatino, sans-serif;
  font-size: 22px;
  position: absolute;
  right: 250px;
  bottom: -500px;
  text-align: left;
  margin-right: 40px;
  margin-bottom: 0px;
  color: DimGrey;
}

body
{
  font-family: palatino linotype, palatino, sans-serif;
  font-size: 11px;
  background-color: black;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

h1
{
  font-family: palatino linotype, palatino, sans-serif;
  font-size: 30px;
  margin-left: 20px;
}

h2
{
  font-family: palatino linotype, palatino, sans-serif;
  font-size: 18px;
  margin-left: 0px;
}

p
{
  text-align: justify;
  font-size: 12px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

img
{
  border-style: none;
}

li
{
  text-align: justify;
  border-style: none;
  background-color: lavender;
  list-style: none;
  font-size: 12px;
  margin-right: 30px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 5px;  
}

li.menuon
{
  background-color: grey;
  color: white;
}

li.menuoff
{
  background-color: black;
  color: red;
}

th
{
  font-size: 12px;
  border-style: none;
  background-color: black;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
}

td
{
  text-align: left;
  font-size: 12px;
  color: white;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
}

a
{
  text-decoration: none;
  color: BA55D3;
}

input.input,textarea.leftinput
{
  background-color: grey;
}

.huge
{
  font-size: 23hpx;
}

#header
{
  position: fixed;
  background-color: black;
  top: 0;
  height: 40px;
  border-bottom-width: 0px;
  border-bottom-style: none;
  width: 100%;
  left: 0;
}

#content
{
  position: float;
  background-color: black;
  color: white;
  padding-top: 20;
  width: 100%;
  left: 0;
}
