body {
	background-color: #513f35;
	background-repeat: repeat-x;
	background-image: url(../images/back_programma.png);
}
#header {
	background-image: url(../images/head_programma.jpg);
	background-repeat: no-repeat;
	}
.narrowcolumn {
	background-image: url(../images/content_top_programma.png);
	background-repeat: no-repeat;
	}
.narrowcolumn_bottom {
	background-image: url(../images/content_bottom_programma.png);
	background-repeat: no-repeat;
	}
#sidebar {
	background-repeat: no-repeat;
	background-image: url(../images/sidebar_top_programma.png);
	}
#sidebar_bottom {
	background-repeat: no-repeat;
	background-image: url(../images/sidebar_bottom_programma.png);
}
#sidebar ul li {
	display: block;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 12px;
	width: 200px;
	color: #6ea5a9;
	list-style-type: none;
	list-style-image: none;
	}
#sidebar li a {
	display: block;
	color: #b1a587;
	}
#sidebar li a:hover {
	display: block;
	color: #f4f2ec;
	}
