#newstext {
	float: left;
	margin-top: 10px;
	margin-left: 50px;
	height: 270px;
	width: 430px;
	overflow: auto;
}
#maintextblock p {
	width: 240px;
}
#maintextblock {
	height: 270px;
	width: 300px;
	overflow: auto;
}
#newstext p {
	width: 400px;
	margin-left: 0;
}

.newsentry {
	display: none;
}
h2 {
	margin-bottom: 30px;
}
#sitebody {
	height: 550px;
}