*{
  padding: 0;
  margin: 0;
  
}

body {
  background: white url(images/bg.jpg) repeat-x;
}

#container{
  position: relative;
  width: 915px; height: 500px;
  margin: 0 auto 0 auto;
 
}

#top{
  position: relative;
  width: 915px; height: 185px;
  top: 0px; left: 0px;
  background: url(images/top.jpg);
}

#middle{
  position: relative;
  left: 47px;
  width: 840px;
  padding: 10px;
  background: url(images/middle.jpg);
  min-height: 200px; 
  /*IE patch*/
  _height:200px;
}

#middle a{
  color: #aaa;
}

#middle a:hover{
  color: #000;
}

#bottom{
  position: relative;
  width: 915px; height: 35px;
  background: url(images/bottom.jpg);
}
p{
  padding: 10px;
  font-size: 11px;
  font-family: Verdana;
}
#menu {
  position: relative;
  height: 38px; width: 700px;
  top: 133px; left: 145px;
  border: 0px solid red;

}

#menu a{
  display: block;
  float: left;
  width: 95px; height: 26px;
  background: url(images/idle.jpg);
  color: #666;
  text-decoration: none;
  text-align: center;
  font-family: Verdana;
  font-size: 11px;
  padding-top: 12px;
}

#menu a:hover{
  background: url(images/over.jpg);
  text-decoration: overline;
}
.form {
    width: 95px;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 11px;
    
}
img {
    border: 0px;
    padding: 2px;
}
.center{
    text-align:center;
}

.right{
    text-align:right;
}

.left{
    text-align:left;
}

#bottom a 
{
    text-decoration: underline;
    color: #f00;
}
#bottom a:hover
{
    color:#333;
}
h3
{
    color:#336;
    font-family:Verdana, Arial, Tahoma;
}

