/********* Верхний колонтитул **********/
#pageHeader {
	position: relative;
	height: 80px;
}

.lineContainer {
	position: relative;
}

#pageHeader .leftLine {
	background-image: url('images/tll.gif');
}

#pageHeader .rightLine, #pageFooter .rightLine {
	background-image: url('images/trl.gif');
}

.leftLine, .rightLine {
	position: absolute;
	top: 0px;
	height: 5px;
	background-repeat: repeat-x;
}

.leftLine {	
	width: 426px;
	left: 0px;
	background-image: url('images/tll2.gif');
}

.rightLine {
	width: 334px;
	left: 426px;
	background-image: url('images/trl2.gif');
}




/************/
/* Content */
/**********/
#leftContentPart {
	width: 426px;
	float: left;	
}

#leftContentPart ul {
	margin-left: 0px;
	padding-left: 15px;
}

#leftAnnotColumn {
	float: left;
	width: 210px;
	text-align: left;
}

#leftAnnotColumn p {
	padding-right: 10px;	
}

#rightAnnotColumn {
	float: right;
	width: 210px;
	position: relative;
	left: 6px;
}

#rightContentPart {
	width: 332px;		
	float: right;
}

#rightBlock {
	padding: 0px 20px 1px 20px;
	margin: -40px 0px 0px 0px;
	text-align: left;
}

.date {
	color: #D57800;
}

.year {
	color: #7E977A;
}

.newsItem a {
	background-image: url('images/dotted_line.gif');
	background-position: left;
	background-repeat: repeat-y;
	padding: 0px 0px 0px 10px;
	width: 220px;
	position: relative;
	display: block;
	top: -16px;
	left: 62px;	
}

.eventItem a, #leftAnnotColumn a, #rightAnnotColumn a {
	color: #D57800;
}
