@charset "utf-8";
html {
	background-attachment: scroll;
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	background-attachment: scroll;
	background-image: url(../img/bkg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}
img{
padding: 0 5px 0 5px;

}
#container {
	width: 960px;
	margin: 0 auto;
}
#header {
	background-attachment: scroll;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 143px;
	padding-left: 260px;
	padding-top: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #330;
	font-style: italic;
	text-align: center;
}
#header h2 {
	font-size: 30px;
	margin: 0px;
	padding: 0px;
}
#nav ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#nav li {
	background-image: url(../img/nav_button.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	padding-left: 10px;
}
#nav a {
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}
#nav a:hover {
	color: #966;
}
#nav ul.sottomenu {
	margin-bottom: 10px;
}
#nav li.sottomenu {
	background-image: none;
	line-height: normal;
	height: 1.5em;
}
#nav .sottomenu a {
	color: #330;
	font-size: 18px;
	line-height: normal;
}
#nav .sottomenu a:hover {
	color: #966;
}
#header h1 a {
	font-size: 60px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #330;
}
#corpo {
	background-attachment: scroll;
	background-image: url(../img/bkg_corpo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#left {
	float: left;
	width: 250px;
}
#right {
	float: right;
	width: 140px ;
}
.sidebar_box {
	margin-bottom: 20px;
}
.sidebar_box_top {
	background-attachment: scroll;
	background-image: url(../img/box_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
}
.sidebar_box_content {
	color: #fff;
	background-color: #330;
	padding-left: 10px;
	padding-right: 10px;
}
.sidebar_box_bottom {
	background-attachment: scroll;
	background-image: url(../img/box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
}
#content {
	margin: 0px 160px 20px 260px;
}
.post {
	text-align: justify;
	padding-bottom: 40px;
}
.post a {
	color: #330;
}
.post a:hover {
	color: #000;
}
.post h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #966;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
.post .autore {
	font-size: 11px;
	color: #000;
	margin-bottom: 20px;
}
.post_notes {
	font-variant: small-caps;
	color: #330;
	text-align: right;
	margin-top: 20px;
}
.post_notes a {
	text-decoration: none;
}
#footer {
	background-attachment: scroll;
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	clear: both;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer .footer_col {
	float: left;
	width: 33%;
}#footer .footer_col ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer .footer_col h4 {
	font-size: 24px;
	font-weight: normal;
	color: #330;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
#footer .footer_col a {
	color: #666;
	text-decoration: none;
	font-size: 18px;
}
#footer .footer_col a:hover {
	text-decoration: underline;
}
#footer .copy {
	clear: both;
	padding-top: 20px;
	color: #000;
	font-size: 14px;
}

