* {
  margin:0;padding:0;
}

#menu {
  border:1px solid #557;
  float:left;
  width:192px;
}

#menu ul{
  padding:5px 7px 10px 7px;
}
#menu li {
  margin-top:5px;
  border:1px solid #cce;
  border-width:0 0 1px 1px;
  font: 12px/12px Arial;
  letter-spacing:2px;
  list-style-type:none;
}

#container {
  margin:0 auto;
  width:1000px;
  min-height:500px;
}

#header {
  border:1px solid #557;
  margin:5px 0 5px 0;
  background:#869aab url(gfx/wizzat-header.jpg) 0 0 no-repeat;
  float:left;
  width:998px; height:100px;
}

#header h3 {
  display:inline;
  position:relative; top:40px; left:208px;
  font: 19px/21px Arial;
  color:rgb(255, 153, 51);
  background:transparent;
}

#footer {
  /* background:transparent url(gfx/2.jpg) 0 -70px  no-repeat; */
  border:1px dotted;
  float:right;
  width:997px; height:50px;
  margin:5px 0 5px   0;
}

#content {
  float:right;
  width:800px;min-height:400px;
  border:solid 1px #557;
}
* html #content {
  height:480px;
}

#headernav {
  border:1px solid #557;
  margin:0px 0px 5px 4px;
  padding:2px 0px 0px 0px;
  background:#ffffff;
  float:left;
  width:800px; height:20px;
  text-align:center;
}

#headernav h3 {
  display:inline;
  position:relative; top:0px; left:10px;
  font: bold 13px/15px Arial;
  color: rgb(251, 176, 52);
  background:transparent;
}

body {
  color:#557;
  font: 13px Arial;
  background:white;
}
