body {
   font-family: Georgia, "Times New Roman", serif;
   font-size: 12px;
   background-color: #debe9c;
}

a {
   color: #080000;
   text-decoration: underline;
}

a:hover {
   text-decoration: underline;
}

#main_page_wrapper_outer {
   width: 800px;
   margin: 0 auto 0 auto;
   background-color: #fff7de;
   border: 1px solid black;
}

#banner_wrapper_outer {
   background-image: url( "images/old-type-banner.jpg" );
   background-color: #080000;
   background-repeat: no-repeat;
   height: 180px;
   padding: 10px;
   border-bottom: 1px solid black;
}   

#content_wrapper_outer  {
   width: 599px;
   background-color: #fff7de;
}

#sidebar_wrapper_outer {
   width: 200px;
   background-color: #d6b69c;
   border-right: 1px solid black;
   border-bottom: 1px solid black;
}

.sidebar_title {
   font-family: "Courier New", fixed-width; 
   font-size: 18px;
}


blockquote {
   background-color: white;
   padding: 10px;
   border: 1px dotted black;
}

.blog_title {
   text-align: right;
   font-family: "Courier New", fixed-width; 
   padding-right: 20px;
}

.blog_title a {
   font-size: 32px;
   text-decoration: none;
   color: #fff7de;
}

.blog_tagline {
   text-align: right;
   font-family: "Courier New", fixed-width; 
   color: #fff7de;
   padding-right: 20px;
}	

.post_title {
   font-family: "Courier New", fixed-width; 
   margin-bottom: 5px;
   margin-top: 5px;
}

.post_title a {
   text-decoration: none;
}

.post_date {
   font-family: "Courier New", fixed-width; 
   font-size: 12px;
}	

.post_byline {
   font-family: "Courier New", fixed-width; 
}

#page_footer {
   border-top: 1px solid black;
}

#comment_list_title,
#trackback_list_title {
   font-family: "Courier New", fixed-width; 
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 5px;
}
