/* CSS Document */
/* -----------------------------------*/ 
/* ---------->>> RESET CSS <<<-----------*/ 
/* -----------------------------------*/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

strong {
color:#333333;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

.elenco {
list-style-image:url(images/dot.gif);
margin-left:15px;
vertical-align:bottom;
margin-bottom:12px;
}

a:link, a:visited {
color:#8D9200;
text-decoration: none;
font-weight:bold;
}

a:hover, a:active {
color:#B3B300;
text-decoration: underline;
font-weight:bold;
}



* { padding: 0; margin: 0; }

body {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
		 color: #666666;
	margin: 0;
line-height: 20px;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
 .index{
 	background-image: url(images/bkgh.jpg);
	background-repeat: repeat-x;
	background-position: left top;

 }
 .box{
 width:253px;
 	background-image: url(images/box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right:3px;
	float:left;
	padding:40px 20px 0px 20px;
}
 
#wrapper { 
 margin: 0 auto;
 width: 890px;
}

#header {
 color: #333;
 width: 890px;
 float: left;
 height: 100px;
 background: url(images/header.jpg) no-repeat;
}

#leftcolumn { 
 width: 338px;
 float: left;
}

#content { 
 float: left;
 width: 552px;
text-align: justify;
}

#footer { 
 width: 890px;
 clear: both;
 margin-top:40px;
}

.abstract{
color:#333333;
height: 180px;
font-weight:bold;
overflow:hidden;
margin-bottom: 40px;
padding-top:20px;
	 padding-left:30px;
	 padding-right:30px;
}

.paragrafo {
	 padding-top:20px;
	 padding-left:30px;
	 padding-right:30px;

}

#menu {
width:338px;
margin:0px;
padding-bottom:20px;
}

#menu ul{
list-style-type:none;
}

#menu li{
list-style-type:none;
margin: 0;
	padding: 0;
	border: 0;
}


.titolo {
color:#8D9200;
font-size: 18px;
font-weight:bold;
text-align:right;
	 padding-right:30px;

}

.sottotitolo {
color:#000000;
font-size: 14px;
font-weight:bold;
margin-bottom:15px;
text-align:right;
	 padding-right:30px;

}

.titolino {
color:#000000;
font-size: 14px;
font-weight:bold;
margin-bottom:15px;
}

.gallery{
text-align:right;
}
