.bodybg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #3F2A2C;
	background-attachment: fixed;
	background-color: #D8CBC2;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}
.mainnavbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #DEDCD9;
	text-decoration: none;
	background-attachment: fixed;
	background-color: #8C6F60;
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
}
.bottombody {
  background-attachment: fixed;
  background-color: #D2C7C3;
  background-image: url(images/bg.jpg);
  background-repeat: no-repeat;
  margin:0;
  padding:30px 10px;
  font:Arial, Helvetica, Sans-Serif;
  text-align:center;
  color: #3F2A2C;
  }

p {
  color:#3F2A2C;
  text-decoration:none;
  }
a:link {
  color:#000;
  text-decoration:none;
  }
a:visited {
  color:#000;
  text-decoration:none;
  }
a:hover {
  color:#000;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }
.header {
  width:460px;
  margin:0 auto 10px;
  float: left;
  padding-right: 10px;
  padding-left: 50px;
  }
.blog-title {
  font-size:150%;
  line-height:1.8em;
  color:#B18613;
  }
.blog-title a {
  color:#000;
  text-decoration:none;
  }
.blog-title a:hover {
  color:#000;
  }
.description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  font:78%/1.4em Arial, Helvetica, Sans-Serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#777;
  }
.content {
  width:460px;
  margin:0 auto;
  padding:0;
  text-align:left;
  float: left;
  padding-right: 10px;
  padding-left: 50px;
  }
.main {
  width:300px;
  float:left;
 }
.sidebar {
  width:130px;
  float:right;
  }
h2 {
  margin:1.5em 0 .75em;
  font:bold 100%/1.4em Arial, Helvetica, Sans-Serif;
  letter-spacing:.2em;
  color:#000;
  }
  .date-header{
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  line-height:1em;
  color:#000;
  }

.post {
  margin:.5em 0 1.5em;
  padding-bottom:1em;
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  line-height:1.2em;
  color:#000;
  }
.post-title a {
  text-decoration:none;
  color:#000;
  }
.post-title a:hover {
  color:#000;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#000;
  }
.post-footer em, .comment-link {
  font:78%/1.4em Arial, Helvetica, Sans-Serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#000;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
img {
  padding:0px;
  border:1px solid #000;
  float: left;
  margin-top: 4px;
  margin-right: 10px;
  margin-bottom: 4px;
  margin-left: 2px;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }
.footer {
  width:460px;
  clear:both;
  margin:0 auto;
  float: left;
  padding-right: 10px;
  padding-left: 50px;
  }
.footer hr {
  display:none;
  }
.footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em Arial, Helvetica, Sans-Serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }.navmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #E1D0BB;
	text-decoration: none;
}
a.navmenu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #E1D0BB;
	text-decoration: none;
}
a.navmenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #E1D0BB;
	text-decoration: none;
}
a.navmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #F9EDF1;
	text-decoration: none;
}
a.navmenu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #E1D0BB;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #996600;
	border-left-color: #996600;
	margin-bottom: 30px;
	padding-top: 8px;
	padding-left: 8px;
}
.subtext {
	font-size: 75%;
	font-style: italic;
	text-align: right;
}
