body {
  background-color: #517eb9;
  font-family: Arial,Verdana,Sans-serif;
  padding: 0px;
  margin: 0px;
}

#wrapper {
  display: block;
  margin-left: 200px;
  margin-right: 200px;
  min-width: 550px;
}

#topmenu {
  background-color: white;
  display: block;
  width: 100%;
  height: 20px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#header {
  background-color: transparent;
  color: white;
  text-align: center;
  padding: 50px 0px 20px 0px;
  margin: 0px;
}

#logo {
  vertical-align: -25px;
}

#content {
  background-color: white;
  padding: 0px;
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
  z-index: 5;
}

#footer {
  background-color: transparent;
  color: white;
  text-align: center;
  padding: 20px 0px 20px 0px;
  font-size: 0.95em;
}

#menu {
  background-color: white;
  display: block;
  width: 160px;
  position: fixed;
  top: 100px;
  left: 20px;
  padding: 0px;
  margin: 0px;
  z-index: 10;
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}

#menutop,#contenttop {
  background-color: transparent;
  background-image: url('images/graphics/top.png');
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
  text-align: center;
  height: 25px;
}

#menubottom,#contentbottom {
  background-color: #ededed;
  padding: 0px 0px 3px 0px;
  margin: 0px;
  text-align: center;
  height: 20px;
}

#paypal {
  display: block;
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

#whosamungus {
  text-align: center;
  padding-bottom: 50px;
}

.center {
  text-align: center;
  padding: 5px;
}

.blue {
  background-color: #ecf3fe;
}

h3 {
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  font-size: 1em;
}

p {
  padding: 3px 0px 0px 0px;
  margin: 0px;
}

a {
  text-decoration: none;
  font-weight:bold;
}

li a {
  color: #222222;
}

img {
  padding: 0px 5px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

tr,li {
  padding: 5px;
  border-bottom: 1px solid #ededed;
}

td {
  padding: 5px;
}

td img {
  width: 50px;
  height: 50px;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul li {
  padding: 0px;
  margin: 0px;
}

ul li img {
  width: 16px;
  height: 16px;
}

ol li {
  border-bottom: 0px;
  padding: 0px;
  margin: 0px;
}
