/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
font-family: "Times New Roman", Times, serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #004022;}
	
	
	a:link {
	color: #004022;
}
h1 {
	margin: 0 0 0 5px;
	color: #FFFFFF;
	font-weight: normal;
}

#wrapper {
	margin: 20px auto 0 auto;
	width: 803px;
	background-image: url(img/fondo.jpg);

}
#faux {
 background: url(faux-4-2-col.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
	width: 803px;
	height: 200px;
}
#rightcolumn {
	display: inline;
	margin: 10px;
	width: 250px;
	float: right;
	padding-top: 10px;
}
#leftcolumn {
	float: left;
	color: #333;
	padding: 0px;
	width: 521px;
	display: inline;
	position: relative;
}
#footer {
	width: 803px;
	clear: both;
	background-image: url(img/footer.jpg);
	height: 12px;
}
.clear { clear: both; background: none; }

.tras {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #65A684;
	margin-left: 20px;
}

.menu {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 12px;
	margin-left: 15px;
}


.menu:hover {
	color:#D8B300;
	text-decoration: underline;
}

#slide {
	float: right;
	z-index: 10;
}
.news {
	width: 475px;
	margin-left: 20px;
	background-color: #F2F6E3;
	padding: 10px;
	border-color: #BCCDA4;
	border-width: 2px;
	border-style: solid;
	margin-top: 10px;
}
.data {font-size: 11px}

.testo {
	font-size: 12px;
	text-align: justify;
}
.testo img{
	float: right;
	margin-left: 10px;
}

img { 
 border:0px;
}

.news a {
	color: #116F38;
	text-decoration: none;
}

.testo1 {
	color: #106833;
	font-size: 14px;
}

.testo2 {
	color: #797979;
	font-size: 14px;
}

.testo3 {
	font-size: 12px;
	color: #116D37;
}

