html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}


body {
	background: #FFFFFF;
}


div#main {
margin-top: 10px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-align: left;
	background: #FFFFFF;
}


h1 {
	position: absolute;
	width: 745px;
	text-align: right;
	padding-right: 15px;
	font-size: 12px;
	color: #CCCCCC;
}


div#header {
	display: block;
	width: 760px;
	height: 70px;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 1px;
	
}

div#logo {
	width: 257px;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	
}

div#menu {
  margin-top: 40px;
	/*width: 503px;*/
	height: 70px;
	float: right;
	
	
	 
}

div#menu a {
	 padding-top: 10px;
	 color: Black;
	 padding-right: 10px;	 
	 padding-left: 10px;
	 font-size: 12px;
	 font-weight: bold;
	 text-decoration: none;
	height: 30px;
		 
	 
}

div#menu a:hover {
	color: #9E9E9E;
	/*background-color: #E4E4E4;*/
	background: url(../img/menuactive.gif) center repeat-x;
	 
}

h2{
	font-size: 15px;
}

div.testo{
	font-size: 12px;
}



.cta a {
 font-weight: bold;
 color: #BD0000;
 text-decoration: none;
 height: 10px;
 /*background-color: #EB2525;*/
 border: 1px solid #CC1213;
	 padding: 0px 3px;
}

.cta a:hover {
	 background-color: #C7C7C7;
}


div#footer {
	border-top: 1px dotted #CCCCCC;
	padding-top: 5px;
	margin-top: 10px;
	/*display: block;*/
	overflow: hidden;
	color: #CCCCCC;
	font-size: 12px;
			
}
div#footer ul {
	list-style: none;
	
}

div#footer ul li {
	/*padding-left: 8px;*/
	padding-right: 15px;
	display: inline;
	color: #CCCCCC;

}

div#footer a {
	color: #A0A0A0;
	text-decoration: none;
	font-weight: bold;
	
}

div#footer a:hover {
	color: #C40000;
}

div#about {
/*	margin-top: 3px;*/
	padding-top: 10px;
	border-top: 1px dotted #EEEEEE;
	width: 760px;
	overflow: auto;
	padding-bottom: 10px;
	font-size: 11px;
	color: #868686;
	text-align: center;
	
}

div#about a {
	text-decoration: none;
	color: #868686;
	padding-right: 10px;
}
