/* background elements */
#backgroundElements .backEleLine{
	position: absolute;
	top: 519px;
	right: 0;
	width: 100px;
	background-color: #90877e;
	height: 1px;
}
#backgroundElements .backEleLine2{
	position: absolute;
	top: 519px;	
	left: 0;
	width: 100px;
	background-color: #90877e;
	height: 1px;
}
#backgroundElements .backEleVmediich{
	position: absolute;
	top: 229px;
	right: 0;
}
#backgroundElements .backEleShears{
	position: absolute;
	top: 512px;
	right: 0;
}



/* content */
#page .content{
	position: relative;
	padding-top: 105px;	
	padding-left: 183px;
}

#page .content .listItem{
	width: 640px;
    padding-bottom: 40px;
}

#page .content .listItem .dateContainer{
	font-size: 13px;
	font-style: italic;
	font-family: 'Georgia';
	color: #231f20;
	text-align: center;
}

#page .content .listItem .linkContainer{
	padding-top: 15px;
}

#page .content .listItem .linkContainer .lineTop{
	height: 8px;
	background-image: url('../images/half_circle_top.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom: #b0a4a0 1px solid;
	width: 290px;
	margin-left: 174px;
}

#page .content .listItem .linkContainer .link{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#page .content .listItem .linkContainer .lineBottom{
	height: 8px;
	background-image: url('../images/half_circle_bottom.png');
	background-repeat: no-repeat;
	background-position: center top;
	border-top: #b0a4a0 1px solid;
	width: 290px;
	margin-left: 174px;
}

#page .content .listItem .text{
	padding-top: 15px;
	padding-bottom: 45px;
}










