
   body {
      background: #8797AE;
      background-image:url("../img/comoblog/4.jpg");
      background-repeat:no-repeat;
   }

   #header {
      margin-left: auto; margin-right: auto;
      width: 765px;
      background: #000000;
   }

   #header h1, #header a {
      padding: 0; margin: 0;
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 30px;
      font-style: normal;
      color: #ffffff;
      text-decoration: none;
      vertical-align: middle;
   }

   #header h1 a {
      padding-left: 5px;
   }

   #topbar {
      margin-left: auto; margin-right: auto;
      width: 765px;
      background: #cccccc;
   }

   .topbar_module {
      display: inline;
      padding-left: 5px;
   }

   #contents {
      margin-left: auto; margin-right: auto;
      width: 765px;
      overflow: auto;
      background: #ffffff;
   }

   #sidebar {
      float: right;
      width: 1px;
      background: #ffffff;
   }

   .sidebar_module {
      margin: 5px;
      width: -9px;
      padding-bottom: 5px; padding-top: 5px;
   }

   #intro {
      width: 764px;
      float: left;
      background: #efefef;
   }

   #intro p {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 12px;
      font-style: italic;
      color: #333333;
      padding: 5px;
   }

   #page_title {
      float: left;
      padding: 5px;
   }

   #page_title h2 {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 16px;
      font-style: normal;
      color: #990033;
   }

   #page_title p {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-style: normal;
      color: #000000;
   }

   #posts {
      float: left;
      width: 759px;

   }

	#blurb {
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	width:99%; 
	overflow:hidden; 
	height:15px;
	text-align:center; 
	vertical-align:bottom; 
	font-family: Trebuchet MS,Arial,sans-serif;
	font-size: 12px; 
	color: #bbb; 
	text-decoration: none;
	}
	
	#blurb a:link {
	font-family: Trebuchet MS,Arial,sans-serif;
	font-size: 12px; 
	color: #bbb; 
	text-decoration: none;
	}
 
 	#blurb a:hover {
	font-family: Trebuchet MS,Arial,sans-serif;
	font-size: 12px;
	color: #A80028;
	text-decoration: none;
	}
 	
   .post {
      margin: 5px;
      padding: 5px;
      border: 1px solid #666666;
   }

   .post p, .post p a, #page_title p {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-style: normal;
      color: #000000;
      margin: 0; padding: 0;
   }

   .post p a {
      color: #990033;
      text-decoration: none;
   }

   .post p a:hover {
      color: #990033;
      text-decoration: underline;
   }

   .post img .post_img {
      margin: 5px;
   }

   p.post_header img {
      float: right;
   }

   p.post_header, p.post_header a {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-style: italic;
      color: #666666;
      text-decoration: none;
      margin: 0; padding: 0;
   }

   p.post_header a:hover {
      color: #990033;
      text-decoration: underline;
   }

   .post h3, .post h3 a {
      margin: 0; padding: 0; padding-bottom: 5px;
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 14px;
      font-style: normal;
      color: #990033;
      text-decoration: none;
   }

   .post h4, #comments h1, .comment h1 {
      margin: 15px 5px 5px 5px;
      border-top: 1px dashed #666666;
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 12px;
      font-style: normal;
      color: #990033;
   }

   .post_footer {
      margin-top: 15px;
   }

   .post_footer, .post_footer a {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-style: normal;
      color: #666666;
   }

   .post_footer a {
      color: #666666;
      text-decoration: none;
   }

   .post_footer a:hover {
      color: #990033;
      text-decoration: underline;
   }

   #comments {
      background: #ffffff;
   }

   .comment {
      background: #ffffff;
      margin: 5px;
      padding: 5px;
      border-bottom: 1px dashed #666666;
   }

   .comment p.comment_header {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-style: italic;
      color: #333333;
   }

   .comment p {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-style: normal;
      color: #000000;
   }

   .comment p a {
      color: #990033;
      text-decoration: none;
   }

   .comment p a:hover {
      color: #990033;
      text-decoration: underline;
   }

   #footer {
      margin-left: auto; margin-right: auto;
      width: 765px;
      height: 30px;
      background: #666666;
   }

   #footer p {
      margin: 0;
      padding: 5px;
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      font-style: italic;
      color: #ffffff;
   }

   #footer #comoblogo {
      float: right;
      margin: 0; padding: 0;
      display: inline;
   }

   input.comment_form, textarea.comment_form {
      width: 99%;
      margin-bottom: 10px;
   }

   textarea.comment_form {
      height: 150px;
   }

