body {
  font-family: sans-serif;
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: white;
}
h1 {
  padding: 115px 0px 0 0;
  margin: 0px;
  text-indent: 175px;
  color:#cc0066;
  background-color: red;
}
#search  {
  padding: 35px 0 0 0;
  width: 150px;
  float: right;
}
#search form {
  display: inline;
}
#labelq {
  display: none;
}
#q {
  background: transparent;
  border: 0;
}
* html #header {
  height: 100px !important;
}
#header {
  padding: 0 0 8px 0;
  height: 100%;
  margin: 0px;
  background: url(logo.gif);
  height: 150px;
  width: 940px;
}
#body {
  text-align: center;
  width: 1100px;
  margin: 0 auto;
}
#sidebar {
  width: 165px;
  float: left;
  background-color: white;
}
#sidebar ul {
  display: block;
  margin: 12px 0 0 0;
  padding: 0;
}
#sidebar li {
  width: 95%;
  display: block;
  text-align: left;
  margin: 0 0% 0 15%;
  padding: 3px;
}
#sidebar li a {
  font-size: 14px;
  /* font-family: Arial Black; */
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
#main {
  padding-top: 30px;
  width: 850px;
  float: center;
  overflow: hidden;
}
.video {
  width: 155px;
  height: 165px;
  float: left;
  text-align: center;
  font-size: small;
  overflow: hidden;
}
.video a {
  font-weight: normal;
  text-decoration: none;
}
.video img {
  width: 168px;
  height: 112px;
  border: none !important;
  /* clear: right; */
}
#player {
  text-align: center;
  padding-bottom: 1em;
}
h2 {
  margin: 0px;
  padding: 0;
}

#footer {
  clear: both;
  text-align: center;
}