body {
	margin: 0;
	padding: 0;
	background: #fff;
}
img {
	border: 0;
	font: 0 arial;
}
#main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#header, #headerlink, #subscribe, #feed, #topcontainer, #navigation, #bottomcontainer, #commentform, h3, div.sociable, .moreposts, .next a, .previous a, .comment {
	display: none;
}

#middlecontainer {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background: #fff;
}
#content {
	position: relative;
	float: left;
	left: 45px;
	top: 0;
	margin: 0 auto;
	padding: 0;
	width: 590px;
	font: 13px Tahoma, Geneva, sans-serif;
	color: #000;
}



/* Posts */
.posts {
	margin: 0 auto 0px auto;
	padding: 0;
	width: 575px;
}
.posts h2 {
	margin: 0 auto 5px auto;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
}
.posts a {
	color: #000;
	text-decoration: none;
}
.posts a:hover{
	text-decoration: none;
	color: #000;
}
.posts small a{
	text-decoration: none;
	color:#000;
}
.posts small a:hover{
	color:#000;
	text-decoration: none;
}
.posts p{
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 140%;
}
.posts p a{
	color: #000;
	text-decoration: underline;
}