@import url("menu_top.css");
A:link {
	text-decoration: underline;
	color:#000
} 
A:visited {
	text-decoration: underline;
	color:#000
}
A:hover {
	text-decoration: none;
	color:#78574F
}
#pag {
	position: absolute;
	color: #FFF;
	left: 10px;
	top: 10px;
	font-size: 20px;
}


* {
	padding:				0;
	margin:					0;
	border:					0px none;
}
html {
	height: 100%;
}

ul, ol {
	list-style-type:		disc;
}

a {
	font-weight:			bold;
	text-decoration:		none;
	outline:				none;
}

.link a, .link a:active, .link a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	color: #473229;
	padding-right: 2px;
	padding-left: 2px;
}
.link a:hover {
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #78574F;
	color: #FFF;
	background-color: #78574F;
	padding-right: 2px;
	padding-left: 2px;
}
p {
	line-height:			16px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}
h3, h4, h5  {
	font-weight:			normal;
	padding-bottom:			10px;
	margin-bottom:			15px;
}


h3 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #04506E;
	background-color: #9CCDE0;
	color: #044C68;
	font-size: 120%;
	padding: 3px;
}

h5 {
	font-size:				12px;
	margin-bottom:			8px;
	text-transform:			uppercase;
	font-weight: bold;
	color: #4e4e4e;
	font-variant: small-caps;
}

div.clear {
	clear:					both;
	line-height:			0;
	height:					0px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	margin: 0px;
	color: #725241;
	background-image: url(../images/layout/sf.jpg);
	background-position: center top;
	font-size: 12px;
	line-height: 18px;
}
/* / fine css standard */
#wrapper {
	width: 775px;
	height: 582px;
	margin-left: -387px;
	margin-top: 10px;
	position: absolute;
	background-image: url(../images/layout/content.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	left: 50%;
}
#wrapper h1 {
	font-size: 20px;
	color: #654943;
	margin-bottom: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 0px;
	padding: 0px;
}
#wrapper h2 {
	text-align: center;
	margin-top: 0px;
	font-size: 15px;
	color: #78574F;
	margin-bottom: 10px;
}


#wrapper #head {
	height: auto;
}
#wrapper #head #logo {
	width: 300px;
	height: 219px;
	float: left;
	text-align: center;
	margin-top: 15px;
}
#wrapper #head #logo #scrittalogo {
	margin-top: 18px;
}

#wrapper #head #tematica {
	float: right;
	width: 435px;
	height: 219px;
	margin-top: 15px;
	overflow: hidden;
	margin-right: 10px;
}
#wrapper #head #tematica .copertura {
	position: absolute;
	top: 15px;
	left: 330px;
	z-index: 1000;
}

#wrapper .content {
	text-align: justify;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#wrapper .content i {
	font-size: 10px;
	line-height: 10px;
}
#wrapper .content i #dove {
	float: left;
	margin-right: 10px;
}


#wrapper .content #foot {
	background-color: #F4EFD9;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	font-size: 12px;
	text-align: center;
	color: #654943;
	margin-bottom: 0px;
}

