@charset "utf-8";
body {
	background-color: #D2D1D0;
	background-image: url(../images/bg-page.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#sottotestata {
	background-image: url(../images/sub-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 362px;
}
#navbar {
	background-image: url(../images/navbar-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 46px;
	padding-left: 170px;
}
#corpo {
	background-image: url(../images/layout_05.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 25px;
	padding-left: 25px;
	color:413D36;
	font-family: "Century Gothic", Georgia;
	font-size: 15px;

}
#corpo h1 {
	color:413D36;
	padding-top: 0px;
	font-family: "Century Gothic", Georgia;
	font-size: 28px;
	line-height: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#corpo h3 {
	color:413D36;
	padding-top: 0px;
	font-family: "Century Gothic", Georgia;
	font-size: 18px;
	line-height: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;

}

#top-corpo{
	background-image: url(../images/layout_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
}#bottom-corpo {
	background-image: url(../images/layout_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}

/* Menu */
#menu{
	width: 100%;
	font-family: "Century Gothic", Georgia;
	font-size: 15px;
}
#menu ul{
	margin: 0;
	padding-left: 0;
	list-style: none;
	text-align: center;

}
#menu li{
font-size: 15px;
display: inline;
margin: 0;
padding: 0;
}
#menu a:link, #menu a:visited{
	float:left;
	color: #000000;
	margin-top:1px;
	text-decoration: none;
	width:145px;
	height:33px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	padding-top: 0.3em;
	padding-right: 0em;
	padding-bottom: 0.3em;
	padding-left: 0em;
}
#menu a:hover, #menu a:focus, #menu a:active, #menu a.active{
color: #ffffff;
background: url(../images/active.gif) 0 0 no-repeat;
}

.link{
color:#383630;
text-decoration:none;
}
