body {
  border: 2px outset blue;
  font-family: sans-serif;
  width: 90%;
  background-color: #cccccc;
  margin-left: auto;
  margin-right: auto;
}
#header {
  background-repeat: no-repeat;
  text-align: center;
  padding-left: 150px;
  font-family: Tahoma;
  color: red;
  background-color: #ffff99;
  background-position: left center;
  background-image: url(community.png);
  min-height: 114px;
  font-weight: inherit;
  line-height: 57px;
  font-size: 2em;
}
#navbar {
  border-style: none;
  text-align: center;
  float: left;
  background-color: transparent;
  width: 145px;
  font-family: Tahoma;
  font-weight: bold;
}
#navbar a:link {
  color: red;
}
#navbar a:active {
  color: #cc0000;
}
#navbar a:visited {
  color: #abd0e4;
}
#navbar a:hover {
  color: blue;
}
#content {
  background-repeat: repeat-y;
  background-image: url(yellow_bg.png);
  text-align: justify;
  padding-right: 10px;
  padding-left: 160px;
  background-color: white;
}
#content a:visited {
  color: #abd0e4;
}
#content a:hover {
  color: blue;
}
#thumbs {
  border: 2px outset blue;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 160px;
  height: 218px;
  padding-top: 5px;
  font-size: 0.7em;
  text-align: center;
}
#footer {
  text-align: center;
  background-color: #abd0e4;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(lottery_logo_150x60.png);
  height: 70px;
  line-height: 15px;
  padding-left: 150px;
  font-size: 0.7em;
}
#footer a:visited {
  color: #d5d5d5;
}
#footer a:hover {
  color: blue;
}
h1 {
  text-align: center;
}
h2 {
  text-align: center;
}
h3 {
  text-align: center;
}
