	body {
		background-image : url(/wp-content/themes/trampbattenkill/images/siding2.jpg);
		background-color : Black;
		background-attachment : scroll;
		background-position : top;
		background-repeat : repeat-y;
		font-family : Arial, Helvetica, sans-serif,Verdana, Geneva;
		font-size : 12px;
		margin: 0px;
		
	}
        h1, h2, h3, #sidebar h2 {
	font-family:arial, tahoma; color:#BF2233;
        }
	td {
		font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
		font-size : 12px;
                line-height : 16px;
                color : #231F20;
	}
	.tbl {
		background-color : #f7f8ec;
	}
        #content {
                background-color: transparent;
                width: 612px;
        }
        .post {
                background-color: transparent;
                padding: 10px;
        }
        #post {
                background-color: #f7f8ec;
        }

       .img {

       /* This centers the image */
       display: block;
       margin-left: auto;
       margin-right: auto;

       /* This adds the border */
       padding:8px;
       border:solid;
       border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
       border-width: 1px 2px 2px 1px;
       background-color:white;
       }
       img {
       border: 0px;
       }
       .get_posts_class {
       display:block;
       }
       .clink {
       text-decoration:none;
       }
h5 {
	background-color : #6A6968;
	padding : 10px;
        margin: 0px;
	font-family: arial,helvetica;
	font-size: 12px;
	font-weight: normal;
        color: white;
        height: 30px;
        vertical-align: middle;
}
h6 {
	background-color : #888682;
	padding : 10px;
        margin: 0px;
	font-family: arial,helvetica;
	font-size: 12px;
	font-weight: normal;
        color: white;
        height: 30px;
        vertical-align: middle;
}
.mback {
     background-color: #f7f8ec;
}