body {
  color: #000000;
  background-color: #ffffff;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  min-width: 1000px;
  padding: 0px;
  width: 98%;
}

.header {
  background-color: #d0e0e3;
  font-size: 24px;
  padding-right: 10px;
  text-align: right;
}

.subheader {
  padding-left: 50px;
  padding-top: 10px;
}

.leftsubheader {
}

.leftsubheader a:link { color: #741b47; }
.leftsubheader a:visited { color: #741b47; }
.leftsubheader a:hover { color: #737373; }
.leftsubheader a:active { color: #737373; }

.rightsubheader {
  font-size: 16px;
  padding-right: 10px;
  text-align: right;
  vertical-align: top;
}

.menu {
  background-color: #d0e0e3;
  padding-bottom: 2px;
  text-align: center;
}

.menuspan {
  padding-left: 10px;
  padding-right: 10px;
}

.menuspan a:link { color: #000000; text-decoration: none; }
.menuspan a:visited { color: #000000; text-decoration: none; }
.menuspan a:hover { color: #737373; }
.menuspan a:active { color: #737373; }

.hometitle {
  font-size: 24px;
  text-align: center;
}

.hometitlespan {
  background-color: #d0e0e3;
  padding-left: 10px;
  padding-right: 10px;
}

.content {
  text-align: center;
}

.content a:link { color: #0000ff; text-decoration: none; }
.content a:visited { color: #0000ff; text-decoration: none; }
.content a:hover { color: #737373; }
.content a:active { color: #737373; }

.message:hover {
	background: #d0e0e3;
}

.stats {
  border: 1px solid #000000;
  float: left;
  height: 600px;
  width: 100px;
}

.search {
  width: 300px;
}

.post {
  width: 300px;
}

.googlead {
	text-align: center;
}

