body {
	margin: 0;
	padding: 0;
	background: #521f07 url(images/bg.gif) repeat left top;
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
}

/*Background Content*/


           .top { 
              background-image: url('images/top.png'); 
              background-repeat: no-repeat; 
              background-position: top center; 
           }

           .wrapper { 
		      background-image: url('images/wrapper.png');
              border:0; 
			  width:1000px;
			  height:550px;
			  padding-left:185px;
			  padding-right:185px;
			  background-repeat: repeat-y; 
			  background-position:top center;
           }


           .footer{
              background-image: url('images/footer.png'); 
              background-repeat: no-repeat; 
              background-position: bottom center; 
              padding: 0px 0px 0px 0px; 
              margin:0;
           }
/*End Background Content*/
.header { 
   position: relative; 
   padding-top: 75px; 
   left: 180px;
   margin:0;
   
}

.header img{
   border:0;
   margin:0;
}

a{
	text-decoration: none;
	color: #4486C7;
}

a:hover {
	text-decoration: none;
	color: #3399FF;
}

#logo_banner { 
    position: absolute; 
	top: 60px; 
	right: 10px; 
	margin: 0px; 

}



        .topmenu {
            position: relative;
            height: 30px;
            padding: 0px;
            margin: 1px 0;
            overflow: hidden;
        }
                .topmenu li {
                    float: left;
                    list-style: none;
                }
				
				#border{
				    border-right: 1px solid #484848;
				}
                    .topmenu li.back {
                        background: url("images/lava.png") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .topmenu li.back .left {
                            background: url("images/lava.png") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .topmenu li a {
                        font: bold 12px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .topmenu li a:hover{
							color:#0033FF;
                        }
						
						.topmenu li a:active{
                           top:8px;
                        }

						.topmenu li a:focus {
                           top:8px;
                        }



#date { 
   position: absolute; 
   top: 48px; 
   margin: 0px; 
   color:#FFFFFF; 
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FF0000;
}

h1 {
	font-size: 2em;
	font-family: Arial;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

.post {
	margin-bottom: 15px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 38px;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #000000;
}

.post .title a {
	color: #32639A;
	border: none;
}

.post .meta {
	margin-bottom: 30px;
	padding: 5px 0px 15px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}




.calendarBox {
		position: relative;
		top: 30px;
		margin: 0 auto;
		padding: 5px;
		width: 508px;
		border: 1px solid #000;
	}

	.calendarFloat {
		float: left;
		width: 62px;
		height: 50px;
		margin: 1px 0px 0px 1px;
		padding: 1px;
		border: 1px solid #000;
	}


