
html {
  height: 100%;
}
body {
  margin: 0;
  height: 100%;
  font-size: 0.9em;
  color: #323232;
  font-family: Arial,Helvetica,sans-serif;
}
#container {
  margin: 0px auto;
  width: 803px;
  height: 100%;
}
th {
  font-size: 0.8em;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
}
td {
  font-size: 0.8em;
  font-family: Arial,Helvetica,sans-serif;
  vertical-align: top;
}
td h3 {
  font-size: 1em;
}
a:link {
  color: #359aff;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #359aff;
}
a:hover {
  text-decoration: underline;
  color: #003399;
}
a:active {
  text-decoration: none;
  color: #359aff;
}
h1, h2, h3 {
  font-weight: bold;
}
h1 {
  font-size: 1.1em;
  color: #af9e6c;
}
h2 {
  font-size: 1em;
  color: #323232;
}
h3 {
  font-size: 0.8em;
  color: #213c75;
}
#topleft {
  float: left;
  height: 105px;
  width: 400px;
}
#topright {
  float: left;
  height: 105px;
  width: 403px;
  text-align: right;
}
#menu {
  font-size: 0.8em;
  float: left;
  height: 19px;
  width: 803px;
  background-image: url(menu_bg.png);
  background-repeat: repeat-x;
  background-position: left top;
}
#menu ul {
  margin: 0px;
  padding: 2px 0px 0px 20px;
  display: inline;
  float: left;
}
#menu ul li {
  margin: 0px;
  padding: 0px 0px 0px 15px;
  display: inline;
  float: left;
}
#menu a:link {
  color: #ffffff;
  text-decoration: none;
}
#menu a:visited {
  text-decoration: none;
  color: #ffffff;
}
#menu a:hover {
  text-decoration: underline;
  color: #ffffff;
}
#menu a:active {
  text-decoration: none;
  color: #ffffff;
}
#splash {
  float: left;
  height: 155px;
  width: 803px;
  margin-bottom: 10px;
  background-image: url(splashbg.png);
  background-repeat: repeat-x;
}
#main {
  padding: 20px;
  float: left;
  width: 763px;
  text-align: justify;
}
#left {
  padding: 20px 20px 20px 0px;
  float: left;
  width: 264px;
}
#bottom {
  border-top: 1px solid #aaaaaa;
  float: left;
  height: 54px;
  width: 803px;
  margin-top: 10px;
  padding-top: 3px;
  font-size: 0.7em;
  color: #333333;
  background-image: url(guild.png);
  background-repeat: no-repeat;
  background-position: right top;
}
#bottomleft {
  float: left;
  height: 50px;
  width: 400px;
  color: #333333;
}
.thumbnail {
  border: 1px solid #999999;
}
.tick {
  list-style-image: url(bullet.jpg);
}

