	#frame {text-align: left; 
		padding: 0; 
		margin: auto;
      		margin-top: 0px;  
		color: #000;  
		margin-bottom: 100px;
	}

	#side { 
		padding-top: 0;
		margin-top: 0;
		text-align: right;
		border-right: 1px solid #666;
		position: absolute;
		left: 0px;
		top: 38px;
		width: 165px;
	}

	#content {
		text-align: justify; 
		margin-left: 165px;
		margin-right: 20px;
		border-left: 1px solid #666;
	}

	#footer { 
		height: 30px;
		clear: both; 
		border-top: 1px solid black; 
		text-align: right;
	}

	#header { 
		height: 37px;
		border-bottom: 1px solid #666;
	}
     
	#title { 
        	font-size: 10pt;
        	font-weight: bold;
        	color: #e1e1ec;
        	padding: 5pt;
        	padding-top: 0pt;
		float: left; text-align: left; margin-top:.5em;
	}
     
      a:link {
         color: #AAAAAA;
         text-decoration: underline;
      }
      a:visited {
	 color: #AAAAAA;
         text-decoration: underline;
      }

      body {
         background-color: #092707;
         font-family: verdana, Copperplate, "Trebuchet MS", Helvetica, Arial, sans-serif;
	 font-size: 12pt;
         line-height: 1.5em;
	 text-align: center;
	 margin: 0;
	 background-position: 104% 20px;
      }
      p {
         color: black;
         text-align: justify;
         font-family: Georgia, "Times New Roman", Times, serif;
         font-size: 12pt;
         line-height: 1.5em
      }
      code {
         color: black;
         white-space: pre ! important;
         font-size: 60%;
      }
      div.picthumb {
	width: 110px; 
	height: 110px; 
	padding: 10px; 
	float: left;
      }

      div.picnav {
        text-align: center;
        font-family: verdana, Copperplate, "Trebuchet MS", Helvetica, Arial, sans-serif;
        font-size: 10pt;
        color: #e1e1ec;
      }

      pre {
         color: black;
         white-space: pre ! important;
         font-family: Courier, fixed;
      }
      h1, h2, h3, h4, h5, h6 {
         color: black;
         font-family: Copperplate, "Trebuchet MS", Helvetica, Arial, sans-serif;
         font-style: bold;
      }
      h1 {
         font-size: 16pt;
      }
      h2 {
         font-size: 14pt;
      }
      h3 {
         font-size: 12pt;
      }
      h4 {
         font-size: 11pt;
      }
      h5 {
         font-size: 10pt;
      }
      h6 {
         font-size: 9pt;
      }

      hr {
         /* border-style: solid solid solid solid; */
         /* border-top: 1pt solid black; */
      }

      .content {
        font-family: verdana, Copperplate, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #e1e1ec;
	padding: 7pt;
	padding-top: 2pt;
      }

      .picture {
	padding: 7pt;
      }

      .posttitle {
        font-family: verdana, Copperplate, "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #e1e1ec;
	padding: 7pt;
	padding-top: 2pt;
      }

      .postcontent {
              font-family: verdana, Copperplate, "Trebuchet MS", Helvetica, Arial, sans-serif;
              font-weight: normal;
	      font-size: 9pt;
              color: #e1e1ec;
              padding: 8pt;
	      line-height: 1.5;
	      padding-top: 0pt;
      }
     
	.postdate {
		font-family: verdana, Copperplate, "Trebuchet MS", Helvetica, Arial, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		text-align: right; 
		margin-bottom: 1px; 
		border-bottom: 1px solid #666;
		color: #e1e1ec;
	}

