body {
  background: #5d5d5d;
  color: #ffffff; 
  font: 13px Verdana;
  height: 100%;
  overflow-y: scroll;
}

a {
  color: #ffffff;
}

a:link    {}
a:visited {}
a:active  {}
a:hover   {color: #ffc61f;}

h1 {
  font-weight: normal;
  font: 40px Verdana;
  color: #FFFFFF;
}

hr {
  width: 93%;
  color: #ffc61f;
  margin-left: auto;
}
 
#all {
  background: #ffff00;
  position: relative;
  top: 0px;
  width: 100%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  background: url(img/siroke.jpg); 
  background-repeat: repeat-y;
  }

#blue {
  background: url(img/up.jpg); 
  background-repeat: repeat-x;
}
  
#top {
  background: url(img/logo.jpg);
  background-repeat: no-repeat;
  height : 156px;
  }

#fade {
  background: #5d5d5d url(img/fade.jpg);
  background-repeat: repeat-y;
  position: absolute;
  top: 0px;
  left: 98%;
  height : 100%;
  width : 30px;
}    
  
#advert {
  position: relative;
  top: 90px;
  left: 160px;
  width: 468px; 
  height: 60px;
}

#menu {
  margin: -10px auto; 
  text-align: center;
  color: #ffc61f;
  font: 15px Verdana;
  font-weight: bold;
  text-decoration: none;	
}

#menu a {
  color: #ffffff;
  text-decoration: none;
}

#menu a:link    {}
#menu a:visited {}
#menu a:active  {}
#menu a:hover   {color: #ffc61f;}

#menu li {
  display: inline;
}

#menu ul{
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px:
}

#content {
  margin: auto 0 auto;
  padding-top: 25px;
  position: relative;
  text-align: left;
  padding-left: 30px;
}

#content h2{
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}

#content h3{
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}

#content img{
  border: 0px;
}

#content table td {
  border-collapse: collapse;
  font-size: 12px; 
  font-face: Verdana;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

#content th {
  border-collapse: collapse;
  font-size: 12px; 
  font-face: Verdana;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

#side {
  position: absolute;
  background: url(img/side.jpg); 
  background-repeat: repeat-y;
  margin:0 auto;
  text-align: center;
  padding-left: 15px;
  padding-top: 15px;
  height: 90%;
  left: 70%;
  top: 1px;
}

#side img{
  border-color: black;
  border-width: 3px;
  border-style: solid;
}

#input {
  text-align: center;
}

#footer {
  text-align: center;
  font: 10px Verdana;
  margin: 0 auto;
  padding-top: 25px;
  width: 90%;
  height: 20px;
}
