/*Generale*/

body {
	background-image:url(images/bkground.jpg);
	background-repeat:repeat-x;
	margin: 20px 0;
	padding: 0;
	font: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

h1, h2, h3, h4, h5, {
	margin: 0;
	padding: 0;
	color: #aa0000;
}

h2 { font-size: 1.6em; }

h3 { 
	font-size: 1.2em;
	margin-top: 50px;
	text-align: center;
	color: #aa0000;
}

h5 {
	font-size: 110%;
	text-align: center;
	color: #f3edda;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 110%;
	padding: 5px;
	border-bottom: 1px solid #f3edda;
} 

h6 {
	font-size: 70%;
	text-align: center;
	color: #f3edda;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 120%;
}

p {
	font-size: 100%;
	font-family:"Times New Roman", Times, serif;
	text-align:justify;
}

blockquote, ul, ol {
	line-height: 180%;
	text-align: justify;
	font-size: small;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
	list-style:none;
	padding:5px;
	border-bottom: 1px solid #f3edda;
}

a {
	text-decoration:none;
	color: #f3edda;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border: none;
}

.img_content {
	padding-top: 0px;
	padding-left: 10px;
}

/* Header */

#header {
	width: 770px;
	height: 220px;
	margin: 0 auto;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	border-top: 10px solid #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	width: 220px;
	height: 220px;
	background:url(images/header_logo.jpg);
}


/* Menu */
#fastmenu {
	display:block;
	background-color:#FFFFFF;
	color:#000000;
}

#menu {
	float: right;
	width: 550px;
	height: 220px;
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
}

/* Content */

#content {
	width: 770px;
	margin: 0 auto;
	background-image:url(images/fullcontent_bg.jpg);
	background-repeat:repeat-y;
	border-bottom: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	line-height:1.5em;
}

#content_annuario {
	width: 770px;
	margin: 0 auto;
	background-color:#000000;
	border-bottom: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	line-height:1.5em;
}

#colOne {
	float: right;
	width: 550px;
	background-image:url(images/pergamena.jpg);
	background-repeat:repeat;
}

#colOne_annuario {
	float: right;
	width: 400px;
	background-color: #000000;
	color: #f3edda;
}

#colOne .top-head {
	padding: 30px 0 0 20px;
}

#colOne .content {
	padding: 30px;
}

#colTwo {
	float: left;
	width: 190px;
	margin-left:15px;
	background-color:#4d4d4d;
}

#colTwo_annuario {
	float: left;
	width: 360px;
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-y;
}

#colTwo .top-head {
	padding: 5px 0 0 20px;
}

#colTwo .content {
	padding: 20px 20px 10px 20px;
}

#contatore {
	padding-top: 100px;
}

p.indirizzo {
	text-align:center;
	line-height: 20%;
}

p.associazione {
	color: #aa0000;
	text-align:center;
}

p.annuario {
	text-align:center;
	line-height: 100%;
}
	
#extra {
	height: 10px;
}

table {
	border:none;
	color: #f3edda;
	font-family:"Times New Roman", Times, serif;
}
/* Footer */

#footer {
	width: 790px;
	height: 30px;
	margin: 0 auto;
	border-top: 1px solid #999999;
}

#footer p {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}

#footer a {
	color:#666666;
	text-decoration: none;
}
