body {margin:0 0 0; 
      text-align: center; 
	  background: #736357; 
	 }

h2 {font-family: verdana, arial;
			 font-size: 15px;
			 color: #b37829;
			 font-weight: bold;
			}

h2 a {font-family: verdana, arial;
			 font-size: 15px;
			 color: #b37829;
			 font-weight: bold;
			 text-decoration: none;
			}			
			
 
h3 {font-family: verdana, arial;
			 font-size: 12px;
			 color: #b37829;
			 font-weight: bold;
			}
	 

.wrapper {margin-left: auto; 
		   margin-right: auto; 
		   width: 100%; }

.main {margin-right: auto; 
	    margin-left: auto; 
	    padding: 0px;
	    width: 878px; 
	    overflow: auto;
	    background: #ededed;}


.header {
	
       height: 200px;
      background-image: url('/img/paper_top.png'); 
	}

.footer  {position: relative; 
  		z-index: 98; 
		margin-top:-80px; /* use margin-top instead of top */
		left: 0; 
  		height: 220px; 
  		width: 100%; 
  		background-image: url('/img/grass_bottom.png'); 
  		background-repeat: repeat-x;
  		
  		}




.content {
	float: left;
	width: 630px;
	overflow: auto;
	text-align: left;
	font-family: verdana, arial;
	font-size: 13px;
		border-right: 1px dotted #b37829;
	 padding-bottom: 60px;	
	}
	
#date {float: left; 
		height: 50px; 
		width: 50px; 
		border: 1px solid #000000; 
		background: #ffffff; 
		color: #197b30; 
		font-size: 14px;
		margin: 0 7px 7px 0;
		padding-top: 5px;
		text-align: center;
	
		}	
	
.post {margin: 20px;
      
       border-bottom: 1px dotted #b37829;}	

.singlepost {margin: 20px;
      }      
      
.comments {margin: 5px; 20px 10px 20px;;
      padding-bottom: 20px;
      border-top: 1px dotted #b37829;
      }	      

.leavecomment {border-top: 1px dotted #b37829;
              }       
       
.moreposts {text-align: center; 
			}  
       
.commentline a {color: #b37829;
			 font-size: 14px;}

.sidebar {
	margin-left: 660px;
	width: 150px;
	text-align: left;
	font-famiy: verdana, arial;
	font-size: 10px;



	}