html {
 margin-bottom: 1px;
 height: 100%
}

body {
 background-color: black; 
 color: white;
 margin-top: 20px;
 font-family: arial, verdana, sans-serif;
 text-align: center;
 font-size: 14px;
}

div.container {
  width: 1000px;
  margin: 0 auto;
  padding: 0px;
  text-align: left;
}

div.header {
  text-align: center;
  margin-bottom: 20px;
}

div#topmenu {
  width: 570px;
  height: 37px;
/*   text-align: left; */
  margin: 0 auto;
  border-top: solid white 1px;
  border-bottom: solid white 1px;
  text-align: center;
}

div#topmenu div#space {
  width: 94px;
}

div#topmenu img {
  background-position:center;
  background-repeat:no-repeat;
  height: 37px;
  border: 0;
}

div#topmenu img#sec1 {
  background-image: url("topmenu_1.png");
  width: 142px;
}

div#topmenu img#sec2 {
  background-image: url("topmenu_2.png");
  width: 125px;
}

div#topmenu img#sec3 {
  background-image: url("topmenu_3.png");
  width: 114px;
}

div#topmenu img:hover#sec1 {
  background-image: url("topmenu_white_1.png");
}

div#topmenu img:hover#sec2 {
  background-image: url("topmenu_white_2.png");
}

div#topmenu img:hover#sec3 {
  background-image: url("topmenu_white_3.png");
}

div.left {
  margin-top: 20px;
  float: left;
  width: 200px;
}

div#leftmenu {
  padding: 15px 0;
  width: 160px;
  border-right: solid 1px white;
}

div#leftmenu img {
  background-position:center;
  background-repeat:no-repeat;
  border: 0;
}

div#leftmenu img#left1 {
  background-image: url("leftmenu_2.gif");
}

div#leftmenu img#left2 {
  background-image: url("leftmenu_3.gif");
}

div#leftmenu img#left3 {
  background-image: url("leftmenu_4.gif");
  height: 22px;
}

div#leftmenu img:hover#left1 {
  background-image: url("leftmenu_white_2.gif");
}

div#leftmenu img:hover#left2 {
  background-image: url("leftmenu_white_3.gif");
}

div#leftmenu img:hover#left3 {
  background-image: url("leftmenu_white_4.gif");
}

div#slogans {
  margin-top: 30px;
}

div#slogans img {
  border: solid white 1px;
  margin-bottom: 10px;
}

div.bg {
  width: 560px;
  margin-left: 220px;
  line-height: 1.5;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 80px;
  background-image: url('bg.gif');
}


div.content {
  width: 490px;
  margin-left: 35px;
  line-height: 1.5;
/*   padding-top: 10px; */
/*   background-color: #8800ff; */
}

div.content a {
  color: white;
}

div.content h3 a {
  color: yellow;
}

div.content img {
  border: 0;
}

div.content h3 {
  color: yellow;
  margin-top: 2em;
}

div.content li+li {
  margin-top: 0.5em;
}

div.content table td {
  vertical-align:top;
}

.yellow {
  color: yellow;
  letter-spacing: 1.2px;
}

.big {
  font-size: xx-large;
  text-align: center;
}

div#footer {
  width: 400px;
  margin: 0 auto;
  text-align:center; 
}

div#footer img {
  border: 0;
}

ul.horiz {
  list-style-type:none;
  text-align: center;
  line-height: 2;
}

ul.horiz li {
  display: inline;
  margin: 0 1em;
  color: yellow;
}

div.shiftl {
  padding-right: 4em;
  text-align: left;
}

div.shiftr {
  padding-left: 4em;
  text-align: right;
}

.tdr {
  text-align: right;
}

table#cpm td {
  width: 50%;
}

ul.share {
  display: inline;
  list-style: none;
}

ul.share li {
  display: inline;
  margin-right: 2em;
}