.articlelinks a:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #606E19;
	text-decoration: none;
	line-height: 8px;
	padding-left: 12px;
}
.articleheading {
	font-family: Arial;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #606e19;
	padding: 8px;
}
.articlehead {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-left: 12px;
}

#articlecontent {
	height: 100%;
	width: 670px;
	margin-left: 10px;
	margin-top: 0px;
	position: absolute;
}
#articlesbody {
	width: 970px;
	padding: 0;
	position: relative;
	background-image: url(imgs/contentbg.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: 3500px;
}

#articlelbg {
	width: 970px;
	padding: 0;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: 3200px;
	background-image: url(imgs/contentbgplain.jpg);
}
#sidebararticle {
	height: 3100px;
	width: 250px;
	float: right;
	margin-top: 10px;
	margin-right: 28px;
	margin-bottom: 12px;
	margin-left: 0px;
	position: absolute;
	left: 686px;
}
#articlelbg #contentmain #article {
	margin: 0px;
	padding: 3px;
}
