html {height: auto;}
#bg {
	display: none;
	position: relative;
}
body {
	background-image: url(pics/blog_background.jpg);
	background-repeat: repeat;
	height: auto;
}
.content {
	z-index:auto;
	padding-top:0px;
}
.main {
	margin-top:0px;
}

.blog {
	width				: 800px;
	margin			: 0 auto;
	padding			: 0;
	margin-bottom  : 30px;
}
.blog_title {
	margin-bottom: 0px;
	background-color: white;
	background-repeat: repeat-x;
	padding-top : 6px;
	padding-bottom : 12px;
	padding-left : 29px;
	padding-right : 27px;
	color:maroon;
	text-align: center;
}
.blog_post {
	padding-bottom: 10px;
	margin-bottom: 25px;
	background-color: white;
	overflow:hidden;
	padding-left : 25px;
	padding-right : 25px;

}
img {
	margin-top: 4px;
	margin-bottom: 4px;
	clear:both;
}
