/******* Reset *******/
html, body, form, p, a, ul, ol, li, div, br, input, 
button, textarea, h1, h2, h3, h4, h5, strong {
	margin: 0;
	padding:0;
	border: 0;
}

img { 
	border: 0; 
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: underline;
}

ul, ol {
	list-style: none;
}

/******* End Reset *******/

/******* Start *******/

body {
	background-color:#d7d0c8;
	color:#2a2424;
	font-size:12px;
	font-family: Arial,Helvetica;
}

#header {
	width:742px;
	padding:0 0 10px 0;
	border-bottom: 5px solid #0061a0;
}

#contenitore {
	width:740px;
	margin:20px auto;
}

#contenuto {
	width:700px;
	margin:0 auto;
	background-color:#fff;
	border:1px solid #2a2424;
	padding:20px;
	line-height: 22px;
}

#contenuto a{
	color:#2a2424;
}

#contenuto a:hover{
	color:#0061a0;
}

#contenuto a:active, #contenuto a:visited, #contenuto a:link{
	color:#0061a0;
}


#contenuto p{
	padding: 5px 0 5px 0;
}



#footer {
	width:700px;
	text-align:center;
	font-size:11px;
	margin: 10px 0 0 0;
}

.feed {
	float:left;
	width:300px;
	height:auto;
	margin:0 0 50px 30px;
}

.feedTitle{
	font-size:20px;
	font-weight:bold;
}
