﻿@import url("layout.css");
body {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-image: url("../images/background_tile.gif");
	background-repeat: repeat;
}
#container {
	border-right: 2px solid #595959;
	border-bottom: 2px solid #595959;
	border-left: 2px solid #595959;
	background-color: #fff;
}
#masthead {
	text-align: left;
	background-color: #fff;
	background-image: url("../images/masthead_image.jpg");
	background-repeat: no-repeat;
}
#navigation {
	border-top: 3px solid #fff;
	border-bottom: 0px solid #2C364F;
	background-color: #77C615;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 600
	padding: 15px;
	background-image: url("../images/sfondol.jpg");
}
html>body #column_l {
	width: 600;
	padding: 0 15px;
	background-image: url("../images/sfondol.jpg");
}
#column_l a {
	font-weight: none;
	text-decoration: underline;
	color: #000;
	display: block;
	padding: 5px;
}
#column_l a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #77C615;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-top: 5px;
	background-image: url("../images/footer-back.jpg");
	background-repeat: repeat;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Titolo */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 0;
	margin-left: 1em;
}
/* Struttura */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: underline;
	color: #2C364F;
	display: block;
	padding: 5px;
	border-right: 1px solid #2C364F;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: overline;
	color: #fff;
	border-right: 1px solid #2C364F;
	background-color: #2C364F;
}
/* Tipografia sito */
h1 {
	font-size: xx-large;
	color: #77C615;
}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #77C615;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #2C364F;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #2C364F;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #2C364F;
}
h6 {
	font-size: xx-small;
	font-style: none;
	color: #2C364F;
.img_foto a:link,.img_bordo_foto a:visited {width:100px; float:left; margin:5px; padding: 2px; border: 3px solid #77C615}
.img_foto a:hover {padding: 2px; border: 3px solid #2C364F}

/* Piè di pagina */
#footer p {
	background-color: #77C615;
}
#footer p {
	font-size: x-small;
	color: #000;
}
/* Collegamenti */
a {
	color: #a27;
	text-decoration: underline;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}