body {
  margin: 0 auto;
  text-align: center;
  background-color: #000000;
  color: #848484;
  }
  
#header {
  width: 975px;
  text-align: left;
  height: 245px;
  margin: 0 auto;
  background-image: url(images/header.jpg);
  }
  
#header #menu {
  font-size: 18px;
  position: relative;
  top: 180px;
  left: 10px;
  font-weight: bold;
  font-family: arial, sans-serif;
  }
  
#header #menu a {
  color: #848484;
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
  font-size: 18px;
  padding: 0 3px;
  }
  
#header #menu a:hover {
  color: #000000;
  background-color: #848484;
  }
  
#content, .content {
  text-align: left;
  margin: 0 auto;
  width: 975px;
  border: 1px solid #848484;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #222222;
  font-family: Georgia, "Times New Roman", Times, serif;
  }
  
/* #content .left {
  width: 695px;
  float: left;
  } */
  
#content .right {
  text-align: center;
  width: 270px;
  float: right;
  margin-right: 3px;
  }
  
h1, h2, h3, a, .entrydate {
  color: #5fb0ca;  
  background-color: transparent;
  }
  
h1, h2, h3, p {
  margin: 5px;
  }

#content p, .content p {
  margin-bottom: 10px;
  font-size: 18px;
  }
  
h2 {
  margin-top: 15px;
  }

.strong {
  font-weight: bold;
  }
  
.thumbimg {
  border: 1px solid #848484;
  z-index: 9999999;
  }
  
.stdTable {
  margin: 0 auto;
  width: 600px;
  position: relative;
  }

.stdTable th {
  text-align: center;
  }
  
.stdLeft {
  text-align: right;
  font-weight: bold;
  padding-right: 5px;
  }
  
.stdRight {
  text-align: left;
  }
  
.gentry {
  margin: 5px 5px 5px 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #848484;
  }
  
.page {
  margin: 5px 5px 15px 10px;
  }
  
#footer {
  margin: 10px;
  }
  
.content .entrydate {
  margin-bottom: 10px;
  font-size: 12px;
  font-style: italic;
  margin-top: 3px;
  font-family: verdana, arial, sans-serif;
  }
  
.limg {
  width: 400px;
  float: left;
  margin-left: 10px;
  }
  
.rimg {
  width: 400px;
  float: right;
  margin-right: 10px;
  }
  
.limg a, .rimg a {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  text-decoration: none;
  }
  
.limg img, .rimg img {
  border: 0;
  }