body {
	font-family: MS Trebuchet, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	background: #ddd url(images/sfondo_pagina.gif) top left repeat-y;
}

#site {
	width: 1016px;
	background: #fff url(images/menu_sfondo_002.jpg) top left repeat-y;
}

#header {
	background: #ae0202 url(images/sfondo_giornico_font_002.jpg) top right repeat-y;
}

#header div.inner {
	height: 250px;
	background: url(images/chiesa.jpg) top left no-repeat;
	color: white;
}

#mainmenu {
	width: 175px;
	list-style: none;
	margin: 0;
	padding-left: 25px;
	float: left;
}

#mainmenu li a {
	display: block;
	padding: 10.5px;
	font: normal normal 14px MS Trebuchet, arial, helvetica, sans-serif;
	text-decoration: none;
	border-top: 1px solid #e1e0de;
}

#mainmenu li a:link,
#mainmenu li a:visited {
	color: #888;
}

#mainmenu li a:hover {
	color: gray;
	background: #eee;
}

#mainmenu li a.sel {
	color: #000;
	background: #e1e0de;
}

#con {
	border-bottom: 1px solid #e1e0de
}

#image {
	float: right;
	height: 250px;
}

#footer {
	font-size: 11px;
	font-family: trebuchet MS, arial, helvetica;
	color: #fff;
	background: #ae0202; 
	height: 30px;
	text-align: center;
	margin: 0;
	padding-top: 10px;
	border-top: 1px solid #fff;
	background: #ae0202 url(images/footer.jpg) bottom right repeat-y;
	clear: both;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:link, 
#footer a:visited {
	color: #a1a1a1;
}

#footer a:hover {
	color: #f33;
}



