#wrapper {
  width: 700px;
}
#header {
  border-color: #3366ff;
  border-width: 1px;
  margin: 0px auto;
  text-align: center;
}
#left-content {
  border-color: #33cc00;
  border-width: 1px;
  float: left;
  width: 244px;
}
#main-content {
  border-color: red;
  border-width: 1px;
  float: right;
  width: 244px;
}
#footer {
  border-style: solid;
  border-color: red red #3333ff;
  border-width: 1px;
  clear: both;
  font-family: Arial,Helvetica,sans-serif;
  padding-right: 15px;
  height: 18px;
  padding-top: 2px;
  background-position: left center;
  background-repeat: repeat-x;
  text-align: center;
  font-size: 7pt;
  font-style: italic;
  background-image: url(images/img1.png);
}
.divider {
  border-style: solid;
  border-color: red red #3333ff;
  border-width: 1px;
  height: 20px;
  background-repeat: repeat-x;
  background-position:  center center;
  margin-bottom: 5px;
  background-image: url(images/img1.png);
}
.content {
  border: 1px solid #999999;
  margin-bottom: 5px;
  padding-left: 3px;
  padding-right: 3px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  background-repeat: repeat-x;
  background-position: center bottom;
  background-image: url(images/button.png);
}
.wide-text {
  padding-left: 10px;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: "Courier New",Courier,monospace;
  font-size: 1.1em;
  text-align: justify;
}
.wide-bottom {
  clear: both;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-top: 5px;
}
.frame {
  margin-right: auto;
  margin-left: auto;
}
div.content a {
  text-decoration: none;
}
div.content a:hover {
  color: red;
}
#col-right {
  border-style: solid;
  border-color: #333333 black black #333333;
  border-width: 1px 2px 2px 1px;
  float: right;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  width: 200px;
  font-size: 10pt;
  background-color: #cccccc;
  padding-top: 5px;
  margin-left: 12px;
  padding-bottom: 3px;
}
#wrap {
  margin-right: auto;
  margin-left: auto;
  width: 750px;
}
.blink-bold {
  font-weight: bold;
  text-decoration: blink;
  color: red;
}
.links-right {
  border-style: solid;
  border-width: 1px;
  background-repeat: repeat-x;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  background-color: transparent;
  background-image: url(images/button-orange.png);
  background-position: center bottom;
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 2px;
  color: black;
  padding-bottom: 2px;
  padding-top: 0px;
}
div.links-right a {
  text-decoration: none;
  color: black;
}
div.links-right a:hover {
  color: yellow;
}
.channels {
  border-style: solid;
  border-color: #999999 black black #999999;
  border-width: 1px;
  padding: 4px 5px;
  text-align: center;
  margin-right: auto;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  background-color: #cccccc;
  float: left;
  width: 235px;
  margin-left: 2px;
}
div.channels a {
  border-style: solid;
  border-color: #ffcc00 #666666 #333333 silver;
  border-width: 1px;
  text-decoration: none;
  font-weight: inherit;
  display: block;
  background-image: url(images/button.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-top: 4px;
  margin-bottom: 4px;
  color: #660000;
}
.channel {
  border-style: solid;
  border-color: #999999 black black #999999;
  border-width: 1px;
  background-image: url(images/button.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  margin-bottom: 4px;
}
div.channels a:hover {
  background-repeat: repeat-x;
  background-position: left bottom;
  background-image: url(images/img1.png);
  color: black;
}
#ads {
  margin-left: 250px;
  clear: none;
}
div#col-right a {
  border-style: solid;
  border-color: #666666 black black #666666;
  border-width: 1px 2px 2px 1px;
  text-decoration: none;
  display: block;
  margin-top: 3px;
  background-color: #ff6600;
  color: black;
  margin-left: 3px;
  margin-right: 3px;
}
div#col-right a:hover {
  border-style: solid;
  border-color: #ff9900 #ff6600 #ff6600 #ff9900;
  border-width: 1px 2px 2px 1px;
  color: #ff6600;
  background-color: black;
}
.ad {
  border: 1px solid #999999;
  padding: 2px 6px;
  margin-right: 12px;
  height: 60px;
  background-color: #cccccc;
  color: #3333ff;
}
.ad-right {
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  color: #cc0000;
  font-weight: bold;
  font-size: 12pt;
}

