DIV#leftbar
{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 210px;
}
DIV#latest H1
{
	font-size: medium;
	margin-top: 1px;
	margin-bottom: 1px;
}
DIV#latest P
{
	margin-top: 1px;
	margin-bottom: 1px;
}
DIV#main
{
	position: absolute;
	top: 5px;
	left: 225px;
	width: 600px;
}
H1.section
{
	font-size: medium;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid white;
}
DIV#main P
{
	width: 95%;
}
