﻿@import url("layout.css");
body {
	font-family: calibri,Arial,sans-serif;
	color: #000;
	background-color: #e0e0e0;
	background-image: url('../images/Body3.jpg');
	background-repeat: repeat-x;
	font-size: 15px;
	
}

#wrap {
		width: 100%;
		margin: 0 auto;

}	
#header {
	clear: both;
	margin: 20px 0 0 0px;
	height: 45px;
}
#header h1 {
	width: 250px;
	margin: 0 0 10px 10px;
	float: left;
}

#header p {
	width: 500px;
	float: right;
	text-align: left;
	color: #a0a0a0;
	margin: 0 20px 10px 0;
	font-size: 0.8em;
	line-height: 1.2em;
}


#container {
	width: 785px;
	margin: 0 auto;
	background-image: url('../images/containerb.jpg');
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 760px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: hidden;
	background-color: #fff;
	height: 215px;
}
#sidebar {
	font-family: calibri,Arial,sans-serif;
	font-size: 100%;
	float: left;
	width: 145px;
	
	
	position: relative;
	clear: both;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	display: inline;
	z-index: 9;
	}

#sidebar2 {
	font-family: calibri,Arial,sans-serif;
	font-size: 100%;
	float: left;
	width: 140px;
	height: 80px;
	background-color: #f4f4f4;
	clear: both;
	

	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	
	display: inline;
}


#content {
	float: left;
	width: 600px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 760px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #f3f3f3;
	
	border-bottom-width: medium;
	border-bottom-color: #E6E6E6;
	font-size: 1.1em;
	font-weight: bold;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
}
/* Stili per la struttura */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #3f4118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #E0E0DC;
}
/* Stili per il piè di pagina */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #3f4118;
	text-decoration: none;
}
#footer a:hover {
	color: #3f4118;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


