
body { background-color: #00bb00;
 }

#banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 140;
  border: 0px;
  background-color: #00bb00;
}

#heading {
  margin-left: 200;
  margin-right: 200;
  top: 0;
  bottom: 130;
}


#logo {
  position: absolute;
  float: left;
  width: 190;
  height: 120; 
  left: 10;
  top: 15;
  border: 0px;
}

#logo a:link img { text-decoration: none; border: 0;} 
#logo a:visited img { text-decoration: none; border: 0; }
#logo a:hover img { text-decoration: underline; border: 1;}

#content {
  position: relative;
}

#mainandside {
  position: absolute;
  left: 0px;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  border: 0px 0px 0px 0px;
  height: 100%;
  display: inline;
}

#mainandleft {
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  height: 100%;
  border: 0px 0px 0px 0px;
  display: inline;
}

#leftsidebar {
  position: absolute;
  left: -10px;
  top: 130px;
  width: 200px;
  border: 1px;
  padding: 0px;
  padding-right: 0px;
  margin: 0px;
  margin-right: 10px;
  background-color: #00bb00;
}

#rightsidebar {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 170px;
  border: 1px;
  border-right: none;
  background-color: #00bb00; 
}


#footer {
  position: absolute;
  bottom: 0;
  left: 0;
}

#main {
  position: absolute;
  width: 60%;
  top: 0px;
  left: 0px;
  margin-left: 200px;
  margin-right: 190px;
  margin-top: 140px;
  padding: 5px;
  padding-right: 10px;
  border: 1px solid #666666;
  background-color: #119911;
}

img.webimage {
  float: right;
  clear: right;
  display: inline;
  visibility: visable;
  padding: 5px;
  margin: 5px;
  overflow: visible;
  border: 1px solid #666666;
  background-color: #119911;
}

#ad1 {
  position: relative;
  top: 0px;
  margin-top: 10px;
  margin-bottom: 50px; 
  right: 5px;
}

#ad2 {
  position: relative;
  top: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  right: 5px;
}

#ad3 {
  position: relative;
  top: 50px;
  margin-top: 50px;
  margin-bottom: 10px;
  right: 5px;
}

h1 {
  font-family: Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 40;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #ffff33;
  text-align: center;
}

#heading h2 {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 20;
  color: #33ffff;
  text-align: center;

}

h2 {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 20;
  text-align: center;
}

#leftsidebar h3 {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 15;
  color: #ffffff;
  text-align: center;
}

.related {
  text-align: center;
  color: #ffffff;
}

ul.related { list-style-image: url(/images/16px-Feed-icon.png);
  text-align: left;
}

.relatedhead {
  font-family: Helvetica,Arial, sans-serif;
  font-size: 15;
  font-weight: bold;
  text-align: center;
}



ul.rss { list-style-image: url(/images/16px-Feed-icon.png); }
ul.atom { list-style-image: url(/images/16px-Feed-icon.png); }
ul.widget { list-style-image: url(/images/widgeticon.png); }


h3 {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 15;
}





#main a {
  font-family: Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 25;
  color: #ffff33;
}

#leftsidebar a {
  font-family: Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 14;
  color: #0000ff;
}


div.updated {
  font-family: Helvetica,Arial,sans-seri;
  font-size: 12;
  color: #ffbb00;
}

div.scored {
  font-family: Helvetica,Arial,san-seri;
  font-size: 12;
  color: purple;
}

div.entrydesc {
  font-family: Helvetica,Arial,sans-seri;
  font-size: 15;
  color: #ffffff;
  background-color: #006600;
}

div.entryfailed {
  font-family: Helvetica, Arial,sans-seri;
  font-size: 15;
  background-color: #339933;
}

