body {
  margin: 0px;
  background-image: url('/bg.png');
  font-family:verdana;
  font-size:11px;
  color: #666;
}

a {
  color: black;
  text-decoration: none;
}

a:hover{
  color: #666;
}

#page {
  width: 690px;
  margin: auto;
  margin-top: -7px;
}

#headerimg {
  width: 689px;
  height: 200px;
  background-image: url('/Banners/greencheekbanner.png');
  margin: 0px;
}

#navbuttons {
  font-family:verdana;
  font-size: 11px;
  height: 19px;
  border-left:  3px solid #F7F6B6;
  border-right: 3px solid #F7F6B6;
  overflow:hidden;
}

.navbutton {
  background:none repeat scroll 0 0 #898989;
  color:#C2F3E4;
  float:left;
  font-size:11px;
  margin-bottom:0;
  padding:3px;
  text-align:center;
  text-transform:uppercase;
  width:79.5px;
}

.navbutton:hover{
  background:none repeat scroll 0 0 #FFF568;
  border-left:0 solid #000000;
  color:#000000;
  text-transform:uppercase;
}

.navbutton a{
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

#blogbar {
  height: 19px;
  border-left:  3px solid #F7F6B6;
  border-right: 3px solid #F7F6B6;

  white-space: nowrap;
  overflow: hidden;
}

.staticbutton {
  /*background:none repeat scroll 0 0 #898989;(/
  /*color:#C2F3E4;*/
  background-color: #F7F6B6;
  color: #333;
  float:left;
  font-size:11px;
  margin-bottom:0;
  padding:3px;
  text-align:center;
  text-transform:uppercase;
  width:79.5px;
}

.scrollarrow {
  float:left;
  font-size:11px;
  font-weight: bold;
  margin-bottom:0;
  padding:0px;
  text-align:center;
  text-transform:uppercase;
}

.scrollarrow input{
 width: 20px;
 height: 18px;
 background: none;
 background-color: #F7F6B6;
 color: #000;
 cursor: pointer;
 border: 0px;
}

#archivebar {
  background-color: #F7F6B6;
  color: #333;
  float:left;
  font-size:11px;

  margin-bottom:0;
  width:473px;

  white-space: nowrap;
  overflow: hidden;
}

#scrollme ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: block;
  height: 18px;
}

#scrollme li {
  display: block;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}


#scrollme a {
  color: inherit;
}

#content {
  background-color:#E5FAF3;
  border-left: 3px solid #F7F6B6;
  border-right: 3px solid #F7F6B6;
  margin:0 auto;
  padding:32px;
  width:620px;
}

#content img {
  max-width: 100%;
}

#sidebar{
  background-color: #E5FAF3;
  border-left:3px solid #F7F6B6;
  border-right:3px solid #F7F6B6;
  margin:0 auto;
  padding:32px;
  width:620px;
}

#sidebar ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#footer{
  background-color: #E5FAF3;
  border-left:3px solid #F7F6B6;
  border-right:3px solid #F7F6B6;
  border-bottom: 3px solid #F7F6B6;
  margin:0 auto;
  width:620px;
  text-align: center;
  padding:32px;
  padding-bottom: 0px;
}
