/*
Design by Flavio M sitopubblicato
*/

body {
	margin-top: 10px;
	background: #402000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	/*color: #757890;*/
	color: #FFFFFF;

}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	text-transform: none;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 25px;
	color: #FFB000;
}

h5 {
	font-size: 15px;
	color: #CFCFCF;
/*	line-height: 190%;*/
}

h6 {
	font-size: 22px;
	color: #FFC088;
	text-align: center;
}

h7 {
	text-align : justify;
	font-size: 13px;
	color: #CFCFCF;
}


/* Header */

#header {
	width: 870px;
	height: 240px;
	margin: 0 auto;
	background: url(images/bigl1.jpg) no-repeat left top;
}

/* Logo */

#logo {
	margin-left: 420px;
	color: #FFD700;
}

#logo h1 {
	padding-top: 20px;
}

#logo h2 {
	padding-top: 20px;
}

#logo h3 {
	padding-top: 11px;
	padding-left: 0px;
	color: #FFFF00;
}

/* Menu */

#menu {
	width: 870px;
	height: 50px;
	margin: 0 auto;
	border-bottom: 2px solid #000000;
}

#menu ul {
	margin: 0;
	padding: 20px 0px 0px 55px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	padding-left: 0px;
	padding-right: 42px;
	margin-left: 0px;
	text-transform: none;
	text-decoration: none;
	font-family: Arial, "Times New Roman", Times, serif;
	color: #FFD700;
}

#menu a:hover {
	color: #000000;
	text-decoration: underline;
}



/* Wrapper */

#wrapper {
	width: 890px;
	margin: 0 auto;
}



/* Page */

#page {
	width: 870px;
	margin: 0 auto;
	padding-top: 20px;
/*	background: url(images/sfondo2.jpg) repeat-y left top;*/
}

#page a {
	color : #EEEEEE;
}

/* Content (di Page)*/

.content {
	float: right;
	width: 540px;
/*	height: 350px;*/
	padding-left: 30px;
	padding-right: 20px;
	margin-left: 0px;
	margin-right: 0px;
	border-left: 2px solid #000000;
	text-align: justify;
}

.content1 {
	float: left;
	width: 730px;
/*	height: 350px;*/
	padding-left: 70px;
	padding-right: 70px;
	text-align: justify;
}


/* Menù Laterale */

#laterale {
	float: left;
	width: 245px;
	height: 320px;
	font-family: Tahoma, "Times New Roman", Times, serif;
	/*padding-left: 0px;
	padding-top: 0px;*/
	/*background: url(images/stemma.jpg) no-repeat center bottom;*/
}


#laterale a {
	float: left;
	/*text-align: justify;*/
	margin-left: 0pt;
	margin-right: 0pt;
	color: #DFDFDF;
	text-decoration: none;
}
#laterale a:hover {
	color: #FFD700;
	text-decoration: underline;
}



/* Footer */

#footer {
	width: 800px;
	margin: 120px;
/*	padding: 80px 0;*/
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #A0A0A0;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 12px;
	text-transform: none;
	text-align: center;
}

#footer a {
	color: #D6969B;
}
