ul
{
  list-style-type: none;
  text-align: left;
}

li
{
  text-align: left;
  list-style-type: none;
}

.menuname
{
  font-size: 1.2em;
  font-weight: bold;
}

body
{
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Arial;
  background-color: #1da700;
  color: #fff;
}

h3 {
  font-size: 1.2em;
}

table {
  font-family: Arial;
  color: #fff;
  text-align: left;
}

.big-bomb
{
  position: absolute; 
  left: 0; 
  top: 34px;
  z-index: 100;
}

.noborder
{
  border-spacing: 0px 0px;
  padding: 0px;
  margin: 0px;
}

.spacer
{
  height: 30px;
}

.scores
{
  border-spacing: 0px 0px;
  padding: 0px;
  margin: 0px;
  z-index: 200;
}

.score
{
  color: #fcdab7;
}

.mfooter
{
  position: fixed; 
  left: 0px; 
  bottom: 0px;
}

a:focus
{
  -moz-outline-style: none;
}

a
{
   color: #fff;
}
 
a:hover, a:active {
  text-decoration: underline;
  outline: none;
}
 
img {
  border: none;
}

#container
{
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: 0;
  height:100%;
  background-repeat: no-repeat;
}

#header
{
  height: 80px;
  background-image: url('images/bgh.png');
  background-repeat: repeat-x;
  padding-bottom: 0;
  margin-bottom: 0;
}

#menutop
{
  float: right;
  padding-top: 32px;
  margin-right: 5px;
}

#subheader
{
  background-color: #1c7d00;
  margin-top: 0px;
  padding-top: 0px;
  height: 150px;
}

#subheaderc
{
  padding-top: 25px;
  text-align: center;
}

#dropsub
{
  height: 24px;
  background-image: url('images/bg-undersub.png');
  background-repeat: repeat-x;
  padding-top: 0;
  margin-top: 0;
}

#content
{
  margin-top: -24px;
  background-image: url('images/bg-mcontent.png');
  background-repeat: no-repeat;
  background-position: center 0px;
  min-height: 205px;
  color: #fff;
  font-weight:normal;
  font-size: 1.1em;
  text-align: center;
}

#footer
{
  height: 50px;
  background-image: url('images/bg-undersub.png');
  background-repeat: repeat-x;
  background-position: top 0px;
  padding-top: 0;
  margin-top: 0;
}
