body {
  text-align: center;
  background: url(/Images/bgtile.png) #AACCBB;
  padding: 0px;
  margin: 0px;
}


.centered { text-align: center; }

.centered-table {
  margin-left: auto;
  margin-right: auto;
  color: white;
  width: 100%;
}

a {
  color: white;
  text-decoration: underline;
}

a img {
  border: 0px;
}

img {
  padding: 0px;
  margin: 0px;
}

#line { 
  color: #99AA88;
  text-align: center;
  margins: auto;
}

#layout {
  padding: 0px 10px;
  text-align: left;
  position: relative;
  width: 900px;
  margin: 0px auto;
  background: url(/Images/background.png) top center #AACCBB;
  background-repeat: repeat-y
}

#content {
  padding-bottom: 20px;
  margin-left: 336px;
  margin-right: 120px;
  font-family: helvetica, verdana, sans-serif;
  font-size: 12pt;
  color: white;
}

#feedborder {
  padding: 12px 12px;
  position: relative;
  width: 436px;
  height: 370px;
  background: url(/Images/feedborder.png);
  background-repeat: no-repeat;
}

#clipborder {
  position: relative;
  background: url(/Images/clipborder.png);
  background-repeat: no-repeat; 
  width: 346px; 
  height: 266px;
}

#chipborder {
  position: relative;
  background: url(/Images/chipborder.png);
  background-repeat: no-repeat; 
  padding-top: 13px;
  width: 276px; 
  height: 276px;
}

#donateborder {
  position: relative;
  background-repeat: no-repeat; 
  float: left;
  padding: 0px 15px 0px 0px;
  width: 125px; 
  height:125px;
}


#quoteborder {
  margin-top: 10px;
  position: relative;
  background-repeat: no-repeat; 
  float: right;
  text-align: justify;
  font-size: 12pt;
  padding: 0px 0px 0px 0px;
  margin-left: 10px;
  width: 270px; 
  height: 125px;
}

#sidebar {
  position: absolute;
  top: 170px;
  left: 115px;
  width: 192px;
  margin-left: 14px;
  text-align: center;
}


#menu {
  position: relative;
  padding-top: 20px;
  width: 192px;
  height: 352px;
  background: url(/Images/menu.png) top;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

#timer {
  position: relative;
  padding-top: 20px;
  padding-left: 20px;
  width: 192px;
  height: 176px;
  background: url(/Images/timer.png);
  background-repeat: no-repeat;
  text-align: left;
  line-height: 5; 
  color:white;
  font-size:220%;
  font-family:Haettenschweiler;
  margin-bottom: 20px;
}

#donate {
  position: relative;
  padding-top: 20px;
  width: 192px;
  height: 176px;
  font-family: Lucida, sans-serif;
  font-size: 12pt;
  color: white;
  background: url(/Images/donate.png);
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

#contact {
  position: relative;
  padding-top: 20px;
  width: 192px;
  height: 176px;
  font-family: Lucida, sans-serif;
  font-size: 12pt;
  color: white;
  background: url(/Images/contact.png);
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

#spread {
  position: relative;
  padding-top: 68px;
  width: 192px;
  height: 176px;
  font-family: Lucida, sans-serif;
  font-size: 12pt;
  color: white;
  background: url(/Images/spread.png);
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

#pollborder {
  position: relative;
  width: 192px;
  height: 423px;
  font-family: Lucida, sans-serif;
  font-size: 12pt;
  color: white;
  margin-bottom: 20px;
}

#donate a {
  font-size: 20pt;
  font-weight: 800;
}

#chipin {
  position: relative;
  padding-top: 20px;
  padding: 50px 0px;
  width: 192px;
  height: 340px;
  background: url(/Images/chipin.png);
  background-repeat: no-repeat;
}

#menu a {
  position: relative;
  margin: auto;
  display: block;
  margin-top: 4px;
  color: white;
  text-decoration: none;
  font-family: helvetica, verdana, sans-serif;
  font-weight: bold;
  outline: none;
}

#nameborder {
  float: left;
}


#timeborder {
  float: right;
}

#gamedrop {
  padding: 4px;
  color: #fff; background: #996633;
  font-size: .8em;
  text-decoration: underline
  font-family: helvetica, verdana, sans-serif;
  border: solid 2px #DDDDDD;
}

input.button {
  color: #fff; background: #996633;
  font-size: .8em;
  font-weight: bold;
  text-decoration: underline;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: 0;
}

#gameinfo {
  position: relative;
  width: 100%; 
  height: 224px;
  text-align: left;
  padding-left: 65%;
  font-size: 10pt;
}


#infoButton {
  display: block;
  width: 150px;
  height: 30px;
  background: url(/Images/info.png) no-repeat 0 0;

}

#infoButton:hover { 
  background: url(/Images/inforoll.png) no-repeat 0 0;
}

#infoButton span {
  display: none;
}

#infoButtonOn {
  display: block;
  width: 150px;
  height: 30px;
  background: url(/Images/infohi.png) no-repeat 0 0;

}

#infoButtonOn:hover { 
  background: url(/Images/inforoll.png) no-repeat 0 0;
}

#infoButtonOn span {
  display: none;
}

#meetButton {
  display: block;
  width: 150px;
  height: 30px;
  background: url(/Images/meet.png) no-repeat 0 0;

}

#meetButton:hover { 
  background: url(/Images/meetroll.png) no-repeat 0 0;
}

#meetButton span {
  display: none;
}

#meetButtonOn {
  display: block;
  width: 150px;
  height: 30px;
  background: url(/Images/meethi.png) no-repeat 0 0;

}

#meetButtonOn:hover { 
  background: url(/Images/meetroll.png) no-repeat 0 0;
}

#meetButtonOn span {
  display: none;
}

#feedButton {
  display: block;
  width: 150px;
  height: 30px;
  background: url(/Images/feed.png) no-repeat 0 0;

}

#feedButton:hover { 
  background: url(/Images/feedroll.png) no-repeat 0 0;
}

#feedButton span {
  display: none;
}

#feedButtonOn {
  display: block;
  width: 150px;
  height: 30px;
  background: url(/Images/feedhi.png) no-repeat 0 0;

}

#feedButtonOn:hover { 
  background: url(/Images/feedroll.png) no-repeat 0 0;
}

#feedButtonOn span {
  display: none;
}

#giveButton {
  display: block;
  width: 150px;
  height: 30px;
  background: url(/Images/give.png) no-repeat 0 0;

}

#giveButton:hover { 
  background: url(/Images/giveroll.png) no-repeat 0 0;
}

#giveButton span {
  display: none;
}

#giveButtonOn {
  display: block;
  width: 150px;
  height: 30px;
  background: url(/Images/givehi.png) no-repeat 0 0;

}

#giveButtonOn:hover { 
  background: url(/Images/giveroll.png) no-repeat 0 0;
}

#giveButtonOn span {
  display: none;
}

#clipButton {
  display: block;
  width: 150px;
  height: 30px;
  background: url(/Images/clip.png) no-repeat 0 0;

}

#clipButton:hover { 
  background: url(/Images/cliproll.png) no-repeat 0 0;
}

#clipButton span {
  display: none;
}

#clipButtonOn {
  display: block;
  width: 150px;
  height: 30px;
  background: url(/Images/cliphi.png) no-repeat 0 0;

}

#clipButtonOn:hover { 
  background: url(/Images/cliproll.png) no-repeat 0 0;
}

#clipButtonOn span {
  display: none;
}

#blagButton {
  display: block;
  width: 150px;
  height: 30px;
  background: url(/Images/blag.png) no-repeat 0 0;

}

#blagButton:hover { 
  background: url(/Images/blagroll.png) no-repeat 0 0;
}

#blagButton span {
  display: none;
}

#blagButtonOn {
  display: block;
  width: 150px;
  height: 30px;
  background: url(/Images/blaghi.png) no-repeat 0 0;

}

#blagButtonOn:hover { 
  background: url(/Images/blagroll.png) no-repeat 0 0;
}

#blagButtonOn span {
  display: none;
}

#eccoButton {
  display: block;
  width: 150px;
  height: 30px;
  background: url(/Images/ecco.png) no-repeat 0 0;

}

#eccoButton:hover { 
  background: url(/Images/eccoroll.png) no-repeat 0 0;
}

#eccoButton span {
  display: none;
}

#eccoButtonOn {
  display: block;
  width: 150px;
  height: 30px;
  background: url(/Images/eccohi.png) no-repeat 0 0;

}

#eccoButtonOn:hover { 
  background: url(/Images/eccoroll.png) no-repeat 0 0;
}

#eccoButtonOn span {
  display: none;
}


#sidebar div h1 {
  font-size: 14pt;
  border-bottom: 1px solid #667766;
  margin: 0px 0px 4px 0px;
}

#sidebar div p {
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  font-size: 10pt;
}


#content h1 {
  margin-top: 0px;
  border-bottom: 1px solid #CCF;
}

#content h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

#content h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: verdana;
  font-size: 80%;
  font-weight: 100;
  color: #FFDD22;
}

#footer {
  padding: 0px 0px;
  text-align: center;
  color: #666;
  font-family: arial;
  padding: 40px;
  font-size: 11px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 20px;
  font-weight: normal;
}





