/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
      background: #000000;
	/*background-image: url(images/sfondo1.jpg);*/
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #555E4F;
}

h1{
   font-size:36px;
   text-align:center;
   margin:0;
}

h2{
    font-size:18px;
    text-align:center;
	margin: 0;
}

/* Header */

#header {
	width: 700px;
	margin: 0 auto;
	color: #808080;
}

#header h1 {
	float: left;
	margin: 0px 0 0 0px;
	font-size: 50px;
	letter-spacing: -7px;
}

#header h2 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 18px;
	letter-spacing: -2px;
}


a {
	color: #000000;
	text-decoration: none;
}

/*a:visited{
    color: #db1212;
	text-decoration: none;
}*/

a:hover {
    color: #FF0000;
	text-decoration: underline;
}

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 190px;
	padding: 15px 0px;
	background-color: #FED700;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #B5B5B5;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000 ;
}

#menu1 a:hover {
	background-color: #8A8A8A;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	color: #FFFFFF;
}


/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	border: 10px solid #00000;
	border-top: none;
	background: #9AC1D2;
    /*COLORE CARATTERI BLU*/
    color:#0c25dd;
}

#content2 {
	width: 800px;
	margin: 0 auto;
	border: 10px solid #00000;
	border-top: none;
	background: #000000;

}

#colOne {
	float: left;
	width: 190px;
	margin-top: 20px;
/*	padding: 0 10px 0 20px;*/
    padding: 10px 10px 0 20px;
}

#colTwo {
	float:inherit;
	margin-top: 20px;
    margin-left:270px;
    width: 440px;
/*	padding: 0 20px 0 40px;*/
    padding: 10px 10px 0px 0px;


       
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -1px;
	/*color: #808080;*/
    color:#2947fb;
}


#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}



div.margin-news{
  margin-top: 120px;
  float:left;
}

