@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FAFEFF;
	margin: 0px;
	background-image: url(i/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#header {
	background-image: url(i/sfondo.gif);
	height: 84px;
	background-repeat: repeat-x;
	padding-left: 400px;
}
h1 {
	font-family: ArtBrushMedium;
	color: #165485;
	font-size: 50px;
	padding-left: 20px;
	text-shadow: 0px 2px 3px #999;	
}
h2 {
	font-family: TabithaRegular;
	color: #165485;
	font-size: 18px;
	padding-left: 30px;
	text-shadow: 0px 2px 3px #999;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#txt {
	width: 768px;
	color: #333;
	margin: auto;
	padding-bottom: 50px;
	text-align: left;
}
#footer {
	height: 47px;
	text-align: center;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: auto;
	width: 768px;
}
#footer a {
	color: #17202D;
}
#ph img {
}
.txt a {
	color: #036;
	font-weight: bold;
}
.txt a:hover {
	color: #CFD7DA;
}
.txt a:visited {
	color: #036;
}
.txt a:visited:hover {
	color: #CFD7DA;
}
.red {
	color: #00FF00;
}
.txtpic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
}
.txtpic a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
#ph td {
	background-image: url(i/bkimg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

