.clear{
clear: both;
}

body{
/* background: #fff url(../img/body.gif) center top no-repeat; */
font-family: Arial, sans-serif;
cursor: default;
margin: 0;
padding: 12px 0;
}
	* html body{
	padding: 27px 0;
	}

#header{
background: url(../img/logo.jpg) center top no-repeat;
width: 959px;
margin: 0 auto;
/* padding: 4px 0 0 0; */
height: 180px;
/* border: 1px solid; */
}
	#header h1{
	border: 0px;
	}
		#header h1 a{
/* 		background: url(../img/logo.jpg) center center no-repeat; */
		display: block;
		width: 955px;
		height: 119px;
/* 		position: absolute; */
/* 		top: 15px; */
		}
			#header h1 span{
			display: none;
			}

#body{
width: 955px;
margin: 10px auto 0 auto;
}

#left-column{
clear: left;
float: left;
width: 20px;
}
	#left-column .menu-side{
	background: url(../img/menubg.jpg) left top repeat-y;
	text-align: center;
	margin: 0 0 20px 0;
	}
		#left-column .menu-side #menu-side-top{
		width: 200px;
		height: 15px;
		background: url(../img/menubgtop.jpg) left top no-repeat;
		}
		#left-column .menu-side #menu-side-bottom{
		width: 200px;
		height: 15px;
		background: url(../img/menubgbottom.jpg) left bottom no-repeat;
		clear: both;
		}

#content{
padding: 10px;
/* border: 1px solid #beceeb; */
width: 695px;
font-size: 12px;
line-height: 1.5em;
text-align: justify;
/* background: url(../img/top.jpg) top left no-repeat; */
margin: 0 0 0 230px;
}
	#content #subpages{
	background-color: #fff;
	float: right;
/* 	margin: -10px -10px 15px 20px; */
/* 	padding: 5px 15px 5px 5px; */
	padding: 10px;
	border: 2px solid #4f87ba;
	min-width: 150px;
	}
		#content #subpages h3{
		margin: 3px;
		color: #ed1b24;
		font-weight: normal;
		font-size: 16px;
		}
		#content #subpages ul{
		margin: 10px 0 5px 20px;
		padding: 0;
		list-style-image: url(../img/triangolino_scuro.gif);
		}
			#content #subpages ul a{
			color: #333;
			text-decoration: none;
			}
			#content #subpages ul a:hover{
			text-decoration: underline;
			}

	#content .subtitle{
	margin: 20px 40px;
	color: #333;
	}

	#content .travels_list {
	}
		#content .travels_list td{
		vertical-align: top;
		padding: 2%;
		width: 45%;
		}

	.nomenu {
	display: inline !important;
	background: transparent !important;
	border: 0 !important;
	}


/* Configurazione base della pagina */
body{
color: #2e2d73;
}

h1{
color: #ed1b24;
text-shadow: 0px 1px 3px #fc0;
font-size: 22px;
font-weight: normal;
border-bottom: 1px solid #4f87ba;
/* background: #f1f6fa; */
/* padding: 5px; */
}

h2{
color: #ed1b24;
font-size: 20px;
font-weight: normal;
}

h3{
color: #ed1b24;
font-size: 18px;
font-weight: normal;
}

h4{
color: #315A9D;
font-size: 16px;
font-weight: normal;
}

strong{
/* color: #ed1b24; */
}

a{
color: #244273;
}
	a:hover{
	color: #900;
	}
	a img {
	border: 0;
	padding: 5px;
	text-decoration: none;
	}

.form{
width: 100%;
}
	.form label{
	white-space: nowrap;
	cursor: pointer;
	}
	.form input{
	width: 95%;
	}
	.form select{
	width: 95%;
	}
	.form textarea{
	width: 95%;
	}



#copyright{
width: 770px;
margin: 0 auto;
text-align: center;
font-size: 12px;
color: #CCC;
}
	#copyright a{
	color: #BBB;
	}
