/* backgrounds */
.background_top {
	background: url(../images/bits/background_top.gif) repeat-x top left;
}
.background_logo {
	background: url(../images/pictures/background_logo.jpg) no-repeat top right;
}
.background_content {
	background: #F9F9F9;
}
.background_bottom {
	background: url(../images/bits/background_bottom.gif) repeat-x top left;
}
.background_footer {
	background: url(../images/bits/background_footer.gif) no-repeat top left;
	font-weight: bold;
	padding: 3px 0px 0px 0px;
}
.logo {
	background: url(../images/logos/logo.gif) no-repeat top left;
}

/* boxes */
.section_content {
	padding: 75px 0px 0px 40px;
}
.section_left {
	padding: 75px 0px 0px 35px;
}
.box_news_top {
	background: url(../images/bits/box_news_top.gif) no-repeat top left;
	height: 39px;
}
.box_news_middle {
	background: url(../images/bits/box_news_middle.gif) repeat-y top left;
}
.box_news_bottom {
	background: url(../images/bits/box_news_bottom.gif) no-repeat top left;
	height: 45px;
}
