* { font-family: Verdana, Trebuchet, Helvetica, Sans-Serif; }
html { margin: 0; padding: 0; font-size: 11px; }
body {
  color: #ffffff;
  font-family: tahoma, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  background-color: #000000;
  text-align:center; /* center layout in ie5 and 5.5. */
}

a {
	color: #ffffff;
	text-decoration: underline;
	}

a:hover {
	color: #fffff;
	text-decoration: underline;
	}

#container { background-color: #000000; }

#container, #header, #subheader, #left, #middle, #right, #footer, #footer_ad, #menu {
  margin: 0;
  padding: 0;
}
#container {
  width: 1000px !important;
  width: 1002px; /* IE */
  margin: 0 auto 30px auto;
  text-align: left;
  position: relative;
}

#header {
  width: 100%;
  height: 43px;
  background-color: #000000;
  background-image: url('gfx/top.jpg');
  background-repeat: no-repeat;
  background-position: center center;
}
#subheader {
  width: 100%;
  height: 90px;
  text-align: center;
  background-color: #000000;
}
#menu {
  float: left;
  width: 180px;
  height: auto !important;
  height: 150px; /* IE */
  min-height: 150px;
  display: inline;
  background-color: #000000;
}
#left {
  float: left;
  width: 180px;
  height: auto !important;
  height: 150px; /* IE */
  min-height: 150px;
  display: inline;
  background-color: #000000;
}
#right {
  float: right;
  text-align: right;
  width: 180px;
  height: auto !important;
  height: 300px; /* IE */
  min-height: 300px;
  display: inline;
  background-color: #000000;
}
#middle {
  float: right;
  width: 640px;
  height: auto !important;
  height: 390px; /* IE */
  min-height: 390px;
  margin-top: 0px;
  display: inline;
  background-color: #000000;
}
#footer_ad {
  clear: both;
  width: 100%;
  height: 90px;
  text-align: center;
  background-color: #000000;
}
#footer {
  clear: both;
  width: 100%;
  height: 30px;
  background-color: #000000;
}


