@charset "utf-8";
/* CSS Document */

html, body{
	margin:0 auto;
}

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:70%;
	background:url(/images/sfondo.jpg) repeat-x top;
	padding:0;
	text-align:center;
	color:#666;
}
h2{
	font-size:11px;
	color:#666;
	font-weight:normal;
}
input{
	border:#CCC 1px solid;
}
textarea{
	border:#CCC 1px solid;
}
a:link, a:visited{
	color:#09C;
	text-decoration:underline;
}
a:hover{
	color:#999;
	text-decoration:underline;
}
#container{
	width:960px;
	margin:0 auto;
}
#header{
	width:960px;
	float:left;
}
#menu{
	float:left;
	width:960px;
	height:40px;
	padding:10px 0px 0px 0px;
	margin:20px 0 0 0;
	background:url(/images/sfondo_menu.jpg) no-repeat top;
}
#testata{
	float:left;
	width:960px;
}
#main{
	float:left;
	width:960px;
	margin:0 auto;
}
#main_sx{
	float:left;
	width:386px;
}
#main_dx{
	float:left;
	width:574px;
}
#preghiera{
	background:url(/images/sfondo_preghiera.jpg) repeat-y;
	width:960px;
	float:left;
}
#contatti{
	background:url(/images/sfondo_preghiera.jpg) repeat-y;
	width:960px;
	float:left;
}
#richiesta_preghiera{
	float:left;
	width:870px;
	padding:10px 10px 10px 80px;
	text-align:left;
}
#footer{
	width:960px;
	float:left;
}
