@charset "utf-8";
/* DIADE */

/* CORPO */
html,body{
margin:0px;
padding:0px;
height: 100%;
background-color:#FCFCFC;
}
body{
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
div#cont {
position:relative;
width:100%;
height: auto !important;  /* FF2 & IE7 */
height: 100%;      /* IE5.x & IE6 */
min-height: 100%;  /* FF2 & IE7 */
}
div#header {
width:100%;
height:120px;
margin:0;
background-color:#FFFFFF;
background-image:url(images/back_header.jpg);
background-repeat:repeat-x;
}
div#content{
width:100%;
height:100%;
margin:0;
background-color:#FCFCFC;
background-image:url(images/background.jpg);
background-repeat:repeat-x;
}
div#page {
margin:0 auto;
width:980px;
padding:50px 20px 80px 20px;
position:relative;
}
div#header_cont {
margin:0 auto;
width:980px;
}
div#logo {
float:left;
}
div#footer{
width:100%;
height:121px;
background-color:#97060C;
background-image:url(images/back_footer.jpg);
background-repeat:repeat-x;
bottom:0; /* stick to bottom */
}
div#footercont {
margin:0 auto;
width:980px;
text-align:right;
}

.top{
	text-align: right;
	float:right;
}
/* MENU */
div#menu {
margin-top:44px;
width: 770px;
float:left;
}
ul {
list-style-image: none;
list-style-type: none;
margin: 0;
padding:0px 0px 0px 25px;
}
li{
display: inline;
margin: 0;
padding: 0;
}

/* TESTO */
a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

p{
color: #646059;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 20px;
font-size: 12px;
text-align: justify;
}

h1{
	color:#990000;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 24px;
	font-variant: normal;
}
h2{
	color:#4F0000;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 14px;
	font-variant: normal;
}