* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: url(../immagini/bg.jpg);
	font: normal 13px Verdana, Arial, sans-serif;
	color: #666666;
}

a {
	text-decoration: underline;
	color: #999;
}

a:hover {
	text-decoration: underline;
	color: #f00;
}

/* Boxed */

.title {
	background: url(../immagini/img4.gif) no-repeat right center;
	border-bottom: 3px solid #CFCFCF;
}

.boxed1 .title {
	font: bold 100% "Trebuchet MS", Verdana, Arial, sans-serif;
}

.boxed1 .content {
	background: url(../immagini/img05.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed2 .title {
	font: normal 182% "Trebuchet MS", Verdana, Arial, sans-serif;
}

.boxed2 .content {
	background: url(../immagini/img06.gif) repeat-x left bottom;
	padding: 20px;
}



/* Header */

#header {
	width: 760px;
	height: 161px;
	margin: 0 auto;
	background: url(../immagini/sfondo.jpg) no-repeat 100% 50px;
	border-bottom: 5px solid #f00;
}

/* Logo */

#logo {
	float: left;
	width: 240px;
	height: 160px;
	background: #999 url(../immagini/logo.jpg) no-repeat;
	text-align: center;
}

#logo h1 {
	font: bold 16px Verdana, Verdana, Arial, sans-serif;
	color: #fff;
}

#logo h2 {
	font: bold 11px Verdana, Verdana, Arial, sans-serif;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	width: 520px;
	height: 50px;
	background: #F4F4F4;
}

#menu ul {
	height: 5px;
	width: 520px;
	background: #F4F4F4;

	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	background: #F4F4F4;
	padding: 15px 10px 0 15px;
	font-size: 10px;
	border-top: 5px solid #333;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #DCDCDC;
	border-top-color: #999;
}

#menu .active a {
	background: #FFA800;
	border-top-color: #333;
}

#menu a b {
	text-decoration: underline;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #fff url(../immagini/img03.gif) repeat-y;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 480px;
	padding: 20px;
	border-bottom: 1px solid #FFFFFF;
}

#content p, #content ol, #content ul {
	line-height: 152%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px;
}

/* News */

#news {
	padding-top: 10px;
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	font-size: 92%;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 85%;
}

/* Welcome */

#welcome {
	margin-bottom: 20px;
}


/* Footer */

#footer {
	background: #f4f4f4;
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #f00;
}

#footer p {
	text-align: center;
	font-size: 77%;
}