/* CSS Document
  

/*Body */

body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(images/background_sagra.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	
	}
	
#container {
	width: 760px;
	padding: 30px;
	padding-bottom: 5px;
	margin: 0 auto;
	
	}
	
/* Header */

#header {
	width: 730px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-bottom:20px;
	background-image:url(images/header.jpg);
	
	}
	
#up_header {
    width:730px;
	margin:0 auto;
	text-align:right;
	padding-bottom:3px;
    font-weight: bold;
	font-size:10px;

		
	}

#up_header a, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
#up_header a:hover {
	color: #000000;
	}

/* Navigazione */

#menu	{
	height: 20px;
	margin: 0;
	padding-left: 40px;
	background: url(images/tab_bottom.gif) repeat-x bottom;
	}

#menu li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#menu a:link, #menu a:visited {
	float: left;
	background: #f4f4f4;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
	}

#menu a:link.active, #menu a:visited.active	{
	border-bottom: 1px solid #fff;
	background: #FFF;
	color: #006b8b;
	}

#menu a:hover	{
	background: #fff;
	}
	
/* contenuto */

#content {
	width: 510px;
	margin-left:16px;
	}
	
#content h1 {
	font-size: 20px;
	font-family: "Adobe Caslon Pro", "Lucida Grande CE";
	color: #006b8b;
	}
	
#content h2 {
	font-size: 20px;
	font-family: "Adobe Caslon Pro", "Lucida Grande CE";
	color: #006b8b;
	}
	
#content h3 {
	font-size: 20px;
	font-family: "Adobe Caslon Pro", "Lucida Grande CE";
	color: #006b8b;
	}
	
	
#content a, a:visited {
	color: #0000a6;
	text-decoration: underline;
	}
	
#content a:hover {
	color: #0066CC;
	
	}
	
#content p {
    text-align:left;
	
    }
#level  {
    color:#000000;
	
	
	
    }
 

#level p {
    text-align:left;
	margin-left:3px;
	margin-right:3px;
	line-height:15px;
	
    }	
	

	
/* Sidebar */

#sidebar {
	width: 180px;
	float: right;
	clear: none;
	margin-top: 15px;
	margin-right:10px;
    border-left: 3px solid  #cccccc;
	border-bottom: 3px solid #cccccc;	

	}
	
#sidebar p {
	border-bottom: 3px solid #ccc;
	font-size: 14px;
	
	
	}
	
#sidebar ul {
    text-align:left;
	font-size: 12px;
	
	}
	
#sidebar a, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
#sidebar a:hover {
	color: #000000;
	}


	
	
	
/*Banner*/

.banner {
	
	margin-top:15px;
    height:350px;
	width:auto;
	
    }
	

/* Footer */

#footer {
	color: #666;
	text-align: center;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid  #ccc;
	size: 11px;
	padding-top:5px;
	padding-bottom:5px;
	
	
	}
	
#footer a, a:visited {
	color: #666666;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #000000;
	}

