<style type="text/css">

#empty {
// empty
}

.f14{font-size: 14px;}
.f20{font-size: 22px;}

#container {
  background: #000000;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 900px;
  height: auto;
  margin: 0px auto 0px auto;
}

#header {
  border-bottom: 1px solid #FFFFFF;
  background: #000000 url(layout/banner.jpg);
  position: relative;
  top: 0px;
  width: 900px;
  height: 79px;
  margin: 0px 0px 0px 0px;
}

#icon {
  border-bottom: 1px solid #FFFFFF;
  background: #660000 url(layout/titlebg.gif);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 48px;
  height: 45px;
  margin: 0px 0px 0px 0px;
  padding: 4px 0px 0px 4px;
}

#title {
  border-bottom: 1px solid #FFFFFF;
  background: #660000 url(layout/titlebg.gif);
  position: relative;
  top: 0px;
  left: 48px;
  width: 700px;
  height: 49px;
  margin: 0px 0px 0px 0px;
}

#content {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  background: #003366 url(layout/contentbg.jpg);
  position: relative;
  top: 0px;
  left: 0px;
  width: 748px;
  height: auto;
  margin: 0px 0px 0px 0px;
}

#nav {
  background: #000000;
  position: absolute;
  top: 80px;
  left: 750px;
  width: 150px;
  height: auto;
  margin: 0px 0px 0px 0px;
}

#navetc {
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  background: #660000 url(layout/navetcbg.gif);
  position: relative;
  top: 0px;
  left: 0px;
  width: 149px;
  height: 24px;
  margin: 0px 0px 0px 0px;
}

#navhead {
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  background: #660000 url(layout/navheadbg.gif);
  position: relative;
  top: 0px;
  left: 0px;
  width: 149px;
  height: 24px;
  margin: 0px 0px 0px 0px;
}

#navlink {
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  background: #660000 url(layout/navlinkbg.gif);
  position: relative;
  top: 0px;
  left: 0px;
  width: 149px;
  height: 24px;
  margin: 0px 0px 0px 0px;
}

#navblank {
  border-bottom: 1px solid #FFFFFF;
  background: #000000
  position: relative;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 24px;
  margin: 0px 0px 0px 0px;
}

#navnotice {
  text-align: center;
  background: #000000 url(layout/browsernotice.jpg);
  position: relative;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 150px;
  margin: -1px 0px 0px 0px;
}

#footer {
  background: #000000;
  position: relative;
  top: 0px;
  left: 0px;
  width: 900px;
  height: 20px;
  margin: 0px 0px 0px 0px;
}

body {
  background: #000000;
}

p.normal {
  font-family: georgia;
  font-size: 16;
  color: #FFFF99;
  padding: 0px 10px 0px 10px;
}

span.title {
  font-family: georgia;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0px 0px 0px 6px;
}

span.subtitle {
  font-family: georgia;
  color: #FFFFFF;
  padding: 0px 0px 0px 6px;
}

span.navhead {
  font-family: georgia;
  font-size: 14;
  font-weight: bold;
  color: #FFFF66;
  margin: 0px 0px 0px 5px;
  line-height: 24px;
}

a.navlink {
  text-decoration: none;
  font-family: georgia;
  font-size: 14;
  color: #FFFFFF;
  margin: 0px 0px 0px 10px;
  line-height: 24px;
}

a.navlink:hover {
  text-decoration: underline;
}

a.normal {
  color: #FFFFFF;
}

a.normal:hover {
  color: #FFFF99;
}

table.box {
  background: #660000;
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  position: relative;
  top: 0px;
  right:0px
  width: auto;
  height: 144px;
  margin: -1px 0px 0px 10px;
}

tr.box1 {
  background: #660000;
}

tr.box2 {
  background: #990000;
}

td.infobox1 {
  text-align: right;
  font-family: georgia;
  font-size: 14;
  font-weight: bold;
  color: #FFFFFF;//#FFFF99;
}

td.infobox2 {
  font-family: georgia;
  font-size: 14;
  color: #FFFFFF;//#FFFF99;
}

table.score {
  font-family: georgia;
  font-size: 20;
  color: #FFFFFF;
  text-align: center;
  background: #660000 url(layout/titlebg.gif);
  border: 1px solid #FFFFFF;
  position: relative;
  width: 80%;
  height: 49px;
  margin: 0px auto 0px auto;
}

td.normal {
  font-family: georgia;
  font-size: 16;
  color: #FFFF99;
  padding: 0px 10px 0px 10px;
}
</style>