body {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 920px;
	height: 100%;
	background-color: #fff;
	text-align: center;
	overflow-y: scroll;
}
img {
	border: 0 solid;
}
.clear_float {
	clear: both;
}
.black {
	color: #000;
}
.orange {
	color: #f45712;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 0.8em;
}
.smaller {
	font-size: 0.7em;
}
.uppercase {
	text-transform: uppercase;
}
	#images_array {
		display: none;
	}
	#container {
		position: relative;
		margin: auto;
		padding: 0;
		width: 825px;
		height: 100%;
		background-color: transparent;
		z-index: 20;
	}
		#logo {
			position: relative;
			margin: 50px 0 0 0;
			width: 100%;
			height: 176px;
			background: url('../images/urka_logo.png') top center no-repeat transparent;
		}
		#main_nav {
			position: relative;
			margin: 50px 0 0 50%;
			left: -200px;
			width: 400px;
			background-color: transparent;
			}
			.main_nav_button {
				position: relative;
				margin: 0;
				float: right;
				height: 30px;
				background-color: transparent;
				text-align: center;
			}
				.main_nav_button div {
					display: block;
					position: relative;
					margin: auto;
				}
				#cose_btn {
					width: 91px;
					margin-right: 23px;
					background: url('../images/cose_off.png') top left transparent;
				}
				#cose_btn.btn_over {
					background: url('../images/cose_over.png') top left transparent;
				}
				#cose_btn.btn_on {
					background: url('../images/cose_on.png') top left transparent;
				}
				#progetti_btn {
					width: 103px;
					margin-right: 23px;
					background: url('../images/progetti_off.png') top left transparent;
				}
				#progetti_btn.btn_over {
					background: url('../images/progetti_over.png') top left transparent;
				}
				#progetti_btn.btn_on {
					background: url('../images/progetti_on.png') top left transparent;
				}
				#servizi_btn {
					width: 94px;
					margin-right: 32px;
					background: url('../images/servizi_off.png') top left transparent;
				}
				#servizi_btn.btn_over {
					background: url('../images/servizi_over.png') top left transparent;
				}
				#servizi_btn.btn_on {
					background: url('../images/servizi_on.png') top left transparent;
				}
					#cose_btn_a {
						margin-top: 5px;
						width: 53px;
						height: 20px;
					}
					#progetti_btn_a {
						margin-top: 2px;
						width: 77px;
						height: 26px;
					}
					#servizi_btn_a {
						margin-top: 2px;
						width: 62px;
						height: 21px;
					}
					#cose_btn_a,
					#progetti_btn_a,
					#servizi_btn_a {
						cursor: pointer;
					}
					.btn_on #cose_btn_a,
					.btn_on #progetti_btn_a,
					.btn_on #servizi_btn_a {
						cursor: default;
					}
				#dashed_line {
					position: relative;
					float: right;
					margin: 15px 50px 0 0;
					width: 310px;
					height: 0;
					border-bottom: 1px dashed #000;
				}
		#content {
			position: relative;
			margin: 25px 0 0 0;
			width: 100%;
			height: 255px;
			clear: both;
			background-color: transparent;
			font-family: tahoma, sans-serif;
			font-size: 15px;
			line-height: 24px;
		}
			.content_section {
				position: relative;
				margin: 0;
				background-color: transparent;
				text-align: right;
				overflow: hidden;
			}
				.l_col {
					position: relative;
					float: left;
					width: 45%;
					margin-right: 5%;
				}
				.r_col {
					position: relative;
					float: left;
					width: 45%;
					text-align: left;
				}
					.main_block {
					}
					.other_block {
						margin-top: 20px;
					}
			#cose {
				position: relative;
				width: 825px;
				left: -462px;
				margin-left: 50%;
				padding-top: 10px;
			}
				.guida_cover {
					position: relative;
					display: block;
					float: left;
					width: 133px;
					height: 172px;
				}
				.download_section {
					position: relative;
					margin-left: 158px;
				}
					#scarica_btn {
						position: relative;
						display: block;
						width: 78px;
						height: 24px;
						background: url('../images/scarica_on.png') top left transparent;
					}
					#scarica_btn:hover {
						background: url('../images/scarica_over.png') top left transparent;
					}
					#leggi_btn {
						position: relative;
						display: block;
						width: 113px;
						height: 26px;
						background: url('../images/leggi_on.png') top left transparent;
					}
					#leggi_btn:hover {
						background: url('../images/leggi_over.png') top left transparent;
					}
			#servizi {
				position: relative;
				width: 400px;
				left: -250px;
				margin-left: 50%;
			}
			#progetti {
				position: relative;
				width: 400px;
				left: -250px;
				margin-left: 50%;
			}
	#footer {
		position: relative;
		margin: 0 0 0 0;
		width: 100%;
		height: 60px;
		clear: both;
		background-color: #fff;
		border-top: 1px dashed #000;
		font-family: tahoma, sans-serif;
		font-size: 12px;
		color: #808080;
		line-height: 19px;
		z-index: 10;
	}
		#footer_inner {
			position: relative;
			margin: auto;
			width: 920px;
			height: 60px;
			background-color: transparent;
		}
			#footer img {
				float: left;
				margin: 5px 10px 0 0;
				border-left: 3px solid #fff;
				border-right: 3px solid #fff;
			}
			#footer img.principi_attivi {
				border: 0px solid;
			}
			#footer_info {
				position: relative;
				margin: 10px 0 0 20px;
				width: 440px;
				float: left;
				text-align: left;
			}
