body {
  margin: 0 auto;
  background-image: url(back.jpg);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #171717;
  width: 1000px;
  color: #FFF;
  font-size: 62.5%;
  font-family: Tahoma, Arial, sans-serif;
  position: relative;
}
a {
  text-decoration: none;
  color: #EAE41A;
}
a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 1.4em;
}

#header {
  background-image: url(header.jpg);
  background-repeat: no-repeat;
  width: 1000px;
  height: 111px;
  position: relative;
}
#header h1 {
  color: #FFD544;
  font-size: 1.6em;
  margin: 72px 0 0 266px;
    position: absolute;
}

#sidebar {
  width: 251px;
  height: 258px;
  float: left;
  background-image: url(back_sb_top.jpg) ;
  background-position: top;
  background-repeat: no-repeat;
  color: #FFF;
  font-size: 1.6em;
  font-family: Tahoma, Arial, sans-serif;
}
#sidebar a {
  text-decoration: none;
  color: #FFF;
}
#sidebar a:hover {
  text-decoration: none;
  color: #D1A409;
}

#sidebar ul {
  margin: 0 0 0 60px;
  padding-left: 30px;
  list-style: none;

}
#sidebar li {
  list-style: none;
  text-align: center;
  height: 37px;
  padding: 0;
  margin: 0;
  background-image: url(back_sb_li1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  line-height: 37px;

}
#sidebar #top{
  background-image: none;
   margin-top: -10px;
}

#sidebar #form {
  width: 110px;
  margin: 0px 0 0 115px;
  padding: 20px 0 0 0;
  text-align: center;
}
#sidebar #form .txt {
  border: none;
  text-align: center;
  width: 100px;
}
#sidebar #form .button{
  border: solid #DFDFDF 1px;
  background-color: #333;
  color: #FFFFFF;
  width: 100px;
  height: 15px;
  margin-top: 10px;
  font-size: 0.6em;
  letter-spacing:  5px;
}
#sidebar #sb_bottom{
  background-image: url(back_sb_bottom.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  height: 120px;
  position: relative;
}


#content {
  width: 729px;
  float: right;
  padding: 0px 10px 10px 10px;
  margin-top: -5px;
  font-size: 1.2em;
}
#content b {
  color: #FFD544;
}
#content em {
  font-size: 1.2em;
}

#footer {
  width: 1000px;
  height: 40px;
  position: relative;
  text-align: center;
}
#clear {
  clear: both;
}


