/* CSS Document */

html,body{
margin: 0;
padding:0;
height:100%; 
}

body{
font-family: georgia;
font-size: 12px;
text-align: center;
background-image:url(images/bg_line.jpg);
background-repeat:repeat-x;
}

a {
text-decoration:none;
}

div#container{
position:relative; 
width: 800px; 
height: 100%;
margin: 0 auto;
text-align: left; 
}
	
body>div#container{height:auto;min-height:100%}

div#footer{
	color:#834e3d;
	font-size:10px;
	position:absolute;
	bottom:0;
	width: 100%;
	padding: 0.1em 0;
	text-align:right;
	background-image:url(images/rigagialla.gif);
	background-repeat:repeat-x;
	visibility: visible;
}

div#content {
	color:#365100;
}

div#header {
width:800px;
height:370px;
}

div#separatore {
width:800px;
height:1px;
background-image:url(images/rigagialla.gif);
background-repeat:repeat-x;
margin-top:10px;
}

div#separatore2 {
padding: 0em 0em 6em;
width:800px;
height:1px;
background-image:url(images/rigamarrone.gif);
background-repeat:repeat-x;
}

div#separatore2:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0px;
  visibility: hidden;
}

div#news {
margin:5px;
height:251px;
width:276px;
color:#000000;
}

.news {
	color:#723623;
	font-size:14px;
	font-weight:bold;
}


.linknews {
	font-size:10px;
	color:#723623;
	text-decoration:none;
}

.verde {
	color: #306f38;
	font-weight: bold;
}

.linkcredit {
	color:#000000;
	font-weight:bold;
	}
a.linkcredit:hover {
background-color:#000000;
color:#FFFFFF;
}

