body {
	margin: 0px;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #000000;
	background-color: #BDFBAE;	
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #000000;
	text-decoration: none;
	font-size: large;	
}

a:hover {
	color: #FF0000;
	text-decoration: none;
	border: 0px;	
	
}

img{
  border: 0px;
  
}

img:hover{
  border: 0px;
}

/* Header */

#header {
	margin: 0px;
	height: 125px;
	background: url(images/linea.gif) repeat-x left top;	
	text-align: center;		
	
}

#header h1
{
	display: block;
	width: 950px;
	padding: 0px 0 0 0px;
	margin: 0em auto;
}

#header h2 {
	width: 950px;
	font-weight: bold;
	font-size: 14px;
	margin: 0em auto;
	padding-left: 15px;
}

#header a {
	text-decoration: none;
	
}

/* Menu */

#menu
{
	padding: 1em 0,1em 0,1em 1em;
	font-size: 0.9em;
	text-align: center;
}

#menu ul
{
	display: block;
	width: 950px;
	margin: 1em auto;
	list-style: none;
	padding-left: 0.1px;
}

#menu li
{
	display: inline;
}

#menu li a
{
	color: #CAFFCA;
	font-weight: bold;
	text-decoration: none;
	padding: 0.15em 0.45em 0.15em 0.45em;
}



/* Content */

#content {
	width: 950px;
	margin: 0 auto;
	
}

#colOne {
	float: left;
	width: 130px;
	padding: 20px 10px;
	text-align: center;
	
}

#colOne ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#colTwo {
	float: left;
	width: 600px;
	padding: 30px 20px;
	font-size: medium;
}

#colThree {
	float: left;
	width: 130px;
	padding: 20px 10px;
	text-align: center;
}

#colThree ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#content h1, #content h2 {
	color: #004400;
	background-color: #BDFBAE;
	font-weight: bold;
	text-decoration: none;
	padding: 0.25em 0.75em 0.25em 0.75em;
}

/* Footer */

#footer {
	padding: 3px 0px;
	background: url(images/linea-giu.gif) repeat-x left;	
	height: 80px;
}

#footer p {
	margin: 0px;
	padding-top: 10px;
	text-align: center;
	color: #BDFBAE;
}

#footer a {
	color: #FFFFFF;
}

