/* CSS Document */

#leftbar {
	position: absolute;
	top: 94px;
	z-index:4;
}

#leftcolumn {
	position: absolute;
	top: 345px;
	width: 300px;
	z-index:5;
	margin-left: 10px;
	color: #ffffff;
	font-size: 11px;
	line-height: 0.43cm
}

#maincolumn {
	position: absolute;
	margin-left: 370px;
	top: 130px;
	width: 380px;
	height: 400px;
	z-index:5;
	color: #1d4122;
	font-size: 11px;
}

div.frontheight {
	float:left;
	height: 488px;
	min-height: 468px;
	padding: 10px 10px 0px 10px;
	z-index:1;
}

span.leftheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

a.mainitem {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	color: #1d4122;
}

a.mainitem:hover {
	color: red;
}