body {
  font-family: Arial, Helvetica, sans-serif;
  min-width: 850px;
  width: expression(document.body.clientWidth < 850? "849px" : "auto");
}

A {
  color: #33CC00;
}

#header {
  text-decoration: none;
  text-align: center;
  font-weight: bolder;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  background-color: #3D81EE;
  color: white;
  margin: 5px;
  background-image: url(/blog/images/3/header.jpg);
  background-repeat: no-repeat;
  background-position: right;

}

#header A {
  color: white;
  text-decoration: none;
  font-family: Impact, "Times New Roman", Times, serif;
}

#header A:hover {
  color: #E9E9E9;
  border-bottom-style:dotted;
  border-bottom-color:#E9E9E9;
}

#header A:visited {
  color: white;
  text-decoration: none;
}

#blog-title {
  font-family: Georgia, "Times New Roman", Times, serif;
}

#description {
  margin-top: -10px;

}

.date-header {
  color: #666666;
  text-align: right;
  FONT: bold medium "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  clear: left;
}

.post-title {
  color: #339900;
}

.post-title A {
  TEXT-DECORATION: none;
}

.post-body A {
  color: #0000CC;
  text-decoration: none;
}

.post-body A:hover {
  color: #0000FF;
  border-bottom-style: solid;
  border-bottom-color: #0000FF;
}

.post-body img {
  float: right;
}

.post-body table {
  width: 525px;
}

.post-footer A {
  color: #0000CC;
  text-decoration: none;
}

.post-footer A:hover {
  color: #0000FF;
  border-bottom-style: solid;
  border-bottom-color: #0000FF;
}

#sidebar-squaread {
  float: right;
  padding: 5px;
  width: 300px;
}

#sidebar {
  float: right;
  margin: 5px;
  padding: 5px;
  width: 300px;
}

#sidebar A {
  color: #339900;
  text-decoration: none;
}

#sidebar A:hover {
  color: #336600;
  border-bottom-style: solid;
  border-bottom-color: #336600;
}

#sidebar A:visited {
  color: #339900;
  text-decoration: none;
}

.sidebar-content {
  background-color: #A9ED92;
  border-style: solid;
  border-width: 2px;
  border-color: black;
  padding: 10px;
  margin: 5px;
}

#main {
  margin-left: 10px;
}


#banner {
  text-align: center;
}

#footer {
  margin-top: 15px;
  text-align: center;
  background-color: #D1F79F;
  border-bottom-color: black;
  border-style: solid;
  padding: 2px;
  clear: both;
}

#footer A {
  color: #336600;
}