body {
	background-image:url(../images/template/header.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	background-color:#fff;
}

#wrapper {
	/*
	background-image:url(../images/template/nuova_edizione.gif);
	background-position:right top;
	background-repeat:no-repeat;
	*/
}

#header {
	height:120px;
	overflow:hidden;
}

#header h1 {
	margin:0;
	padding:0;
	float:left;
}

#header ul#menuSuperiore {
	float:right;
	list-style-type:none;
	width:auto;
	height:40px;
	padding-top:35px;
}

#header ul#menuSuperiore li {
	float:left;
	height:40px;
}

#header ul#menuSuperiore li a {
	float:left;
	height:40px;
	line-height:40px;
	color: #8D9FD8;
	text-decoration:none;
	font-weight:normal;
	padding:0 30px;
	font-size:1.2em;
}

#header ul#menuSuperiore li a:hover {
	color:#fff;
}

#content {
	padding-top:30px;
}

#footer {
	margin-top:30px;
	padding-top:10px;
	border-top:1px solid #ccc;
	color:#777;
	background-image:url(../images/template/header.gif);
	background-repeat:repeat-x;
	background-position:center -135px;	
}

#footer a {
	color:#888;
}

#footer a:hover {
	color:#666;
}

div.box_small {
	background-image:url(../images/template/sfondo_box.gif);
	background-position:top left;
	background-repeat:repeat-y;
	margin-top:10px;
}

div.box_small .header {
	margin:0;
	padding:0;
	height:30px;
	background-image:url(../images/template/header_box.gif);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:30px;
	padding:0 10px;
	color:#000;
}

div.box_small .header a {
	color:#000;
	text-decoration:none;
}

div.box_small .header a:hover {
	color:#333;
	text-decoration:none;
}

div.box_small_content {
	background-image:url(../images/template/footer_box.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:7px;
}

div.box_small a {
	text-decoration:none;
}

div.box_big {
	background-image:url(../images/template/sfondo_box_big.gif);
	background-position:top left;
	background-repeat:repeat-y;
	margin-top:10px;
}

div.box_big .header {
	margin:0;
	padding:0;
	height:30px;
	background-image:url(../images/template/header_box_big.gif);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:30px;
	padding:0 10px;
	color:#000;
}

div.box_big .box_big_title a {
	color:#000;
	text-decoration:none;
}

div.box_big .box_big_title a:hover {
	color:#333;
	text-decoration:none;
}

div.box_big_content {
	background-image:url(../images/template/footer_box_big.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

div.box_big_content form {
	padding:10px;
}