h1 {
  color: #000;
  margin: 0;
  font-size: 18pt;
}

/**************/
/**  MOVIES  **/
/**************/
#movies_content {
  width: 470px;
  margin: 0 0 0 130px;
  padding: 35px 5px 10px 5px;
  min-height: 1000px;
  background: url(../images/center_column_background_teal.gif) top left no-repeat #fff;
}
.movies_pagination {
  text-align: right;
  font-size: 9pt;
  margin: 10px 0;
}
.movies_pagination a {
  color: #fff;
  background-color: #aff9fe;
  padding: 2px;
  text-decoration: none;
}
.movies_pagination a:hover {
  color: #000;
  background-color: transparent;
}
.movies_listbox {
  height: 50px;
  background-color: #aff9fe;
  margin: 5px 0;
  overflow: hidden;
}
.movies_listbox img {
  height: 50px;
  width: 70px;
  float: left;
}
.movies_link a {
  color: #000;
  padding: 2px;
  text-decoration: none;
}
.movies_link a:hover {
  color: #FFb14d;
  background-color: #4ee2ec;
}

/****************/
/**  PICTURES  **/
/****************/
#pictures_content {
  width: 470px;
  margin: 0 0 0 130px;
  padding: 35px 5px 10px 5px;
  min-height: 1000px;
  background: url(../images/center_column_background_green.gif) top left no-repeat #fff;
}
.pictures_pagination {
  text-align: right;
  font-size: 9pt;
  margin: 10px 0;
}
.pictures_pagination a {
  color: #000;
  background-color: #93f58d;
  padding: 2px;
  text-decoration: none;
}
.pictures_pagination a:hover {
  color: #000;
  background-color: transparent;
}
.pictures_listbox {
  height: 50px;
  background-color: #fff;
  margin: 5px 0;
  overflow: hidden;
}
.pictures_listbox img {
  height: 50px;
  width: 70px;
  float: left;
}

/*************/
/**  GAMES  **/
/*************/
#games_content {
  width: 470px;
  margin: 0 0 0 130px;
  padding: 35px 5px 10px 5px;
  min-height: 1000px;
  background: url(../images/center_column_background_yellow.gif) top left no-repeat #fff;
}
.games_pagination {
  text-align: right;
  font-size: 9pt;
  margin: 10px 0;
}
.games_pagination a {
  color: #000;
  background-color: #ff0;
  padding: 2px;
  text-decoration: none;
}
.games_pagination a:hover {
  color: #000;
  background-color: transparent;
}
.games_listbox {
  height: 50px;
  background-color: #ff0;
  margin: 5px 0;
  overflow: hidden;
}
.games_listbox img {
  height: 50px;
  width: 70px;
  float: left;
}

/*****************/
/**  NEW TODAY  **/
/*****************/
#newtoday_content {
  width: 470px;
  margin: 0 0 0 130px;
  padding: 35px 5px 10px 5px;
  min-height: 1000px;
  background: url(../images/center_column_background_pink.gif) top left no-repeat #fff;
}
.newtoday_pagination {
  text-align: right;
  font-size: 9pt;
  margin: 10px 0;
}
.newtoday_pagination a {
  color: #000;
  background-color: #ff0080;
  padding: 2px;
  text-decoration: none;
}
.newtoday_pagination a:hover {
  color: #000;
  background-color: transparent;
}

/***************/
/**  POPULAR  **/
/***************/
#popular_content {
  width: 470px;
  margin: 0 0 0 130px;
  padding: 35px 5px 10px 5px;
  min-height: 1000px;
  background: url(../images/center_column_background_red.gif) top left no-repeat #fff;
}
.popular_pagination {
  text-align: right;
  font-size: 9pt;
  margin: 10px 0;
}
.popular_pagination a {
  color: #000;
  background-color: #f00;
  padding: 2px;
  text-decoration: none;
}
.popular_pagination a:hover {
  color: #000;
  background-color: transparent;
}

/**************/
/**  SEARCH  **/
/**************/
#search_content {
  width: 470px;
  margin: 0 0 0 130px;
  padding: 35px 5px 10px 5px;
  min-height: 1000px;
  background: url(../images/center_column_background_red.gif) top left no-repeat #fff;
}
.search_pagination {
  text-align: right;
  font-size: 9pt;
  margin: 10px 0;
}
.search_pagination a {
  color: #000;
  background-color: #f00;
  padding: 2px;
  text-decoration: none;
}
.search_pagination a:hover {
  color: #000;
  background-color: transparent;
}

#tags a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
#tags a:hover {
  color: #fff;
  background-color: #f00;
}

.tag1 {
  font-size: 15pt;
}
.tag2 {
  font-size: 13pt;
}
.tag3 {
  font-size: 11pt;
}
.tag4 {
  font-size: 9pt;
}
.description {
  font-size: 10pt;
  padding: 3px;
  padding-left: 85px;
}
.description a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.description a:hover {
  background-color: #efefef;
  color: #666;
  text-decoration: none;
}
.subdate {
  font-size: 8pt;
}
.isnew {
  background: url(../images/clip_new.gif);
  float: left;
  height: 50px;
  width: 11px;
}
.is18plus {
  background: url(../images/clip_18plus.gif);
  float: left;
  height: 50px;
  width: 11px;
}
.isrg {
  background: url(../images/clip_realgood.gif);
  float: left;
  height: 50px;
  width: 11px;
}
