html,body
{
	margin: 0;
	padding: 0;
	/*font-family: 'Times New Roman', Times, serif;*/
	color: #5e7e0a;
	z-index: 1;
	background: #313301 url('/images/bg.jpg') repeat-x left top;
}


* 	{outline: none;}


img {border:0;}


@font-face
{
	font-family: 'Revival';
	src: url('http://prova.agriturismolaloggia.com/font/tt1068m_.TTF');
}



/* ------- DIV -------  */
.DecoTopSX
{
	width: 110px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 999;
	background: url('/images/deco_topsx.png') no-repeat left top;
}

.DecoTopDX
{
	width: 67px;
	height: 108px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 485px;
	z-index: 999;
	background: url('/images/deco_topdx.png') no-repeat left top;
}

.DecoBottomDX
{
	width: 170px;
	height: 230px;
	position: absolute;
	top: 230px;
	left: 50%;
	margin: 0 0 0 485px;
	z-index: 999;
	background: url('/images/deco_bottomdx.png') no-repeat left bottom;
}

.DecoBottomSX
{
	width: 255px;
	height: 185px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 600;
	background: url('/images/deco_bottomsx.png') no-repeat left bottom;
}

.Content
{
	width: 990px;
	height: 100%;
	z-index: 990;
	background: url('/images/bg_content.png') repeat-y scroll left top;
}

.MenuPrincipale
{
	width: 966px;
	height: 215px;
	margin: 0 0 0 -483px;
	text-align: center;
	position: absolute;
	top: -5px;
	left: 50%;
	z-index: 995;
}

.MenuPrincipale .Links
{
	text-align: left;
	position: relative;
	top: 26px;
}



/* ------- TABELLE -------  */
table
{
	font: 15px 'Times New Roman', Times, serif;
	color: #503307;
}

.Testi
{
	font: 15px 'Times New Roman', Times, serif;
	color: #503307;
	text-align: justify;
	padding: 10px 50px;
}

.Titolo
{
	font: 31px 'Revival', 'Times New Roman', Times, serif;
	color: #ffffff;
	text-align: right;
	padding-right: 40px;
	padding-bottom: 13px;
	background: url('/images/bg_titolo.jpg') repeat-x left top;
}

.TitoloEvento
{
	font: 23px 'Revival', 'Times New Roman', Times, serif;
	color: #503307;
	text-align: left;
	padding: 7px 0;
}

.Footer
{
	font: 10px Arial, Geneva, Helvetica, sans-serif;
	color: #503307;
	width: 970px;
	height: 20px;
	text-align: left;
	padding-left: 10px;
}



/* ------- LINK -------  */
a.Small:link, a.Small:active, a.Small:visited
{
	font: 10px Arial, Geneva, Helvetica, sans-serif;
	color: #503307;
	text-decoration: none;
}
a.Small:hover
{
	font: 10px Arial, Geneva, Helvetica, sans-serif;
	color: #503307;
	text-decoration: underline;
}

a:link, a:active, a:visited
{
	color: #503307;
	text-decoration: none;
}
a:hover
{
	color: #503307;
	text-decoration: underline;
}