* {
	padding: 0px;
	margin: 0;
}

body {
	color: #333333;
	padding: 2% 0;
	font-family: tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FF99CC;
	background-image: url(img/bg3.jpg);
}

a {
	color: #990033;
	text-decoration: underline;
}
a:hover {color: #ff3366;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #CC0066; padding: 8px 0 2px;}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: normal;
	font-variant: normal;
	color: #CC0066;
}
h1 a {
	text-decoration: none;
	color: #999999;
}
h1 a:hover {
	text-decoration: none;
	color: #990066;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}
h3 {font: bold 1.2em serif,sans-serif;}

blockquote {
	background: url('img/quote2.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}

img {border: 1px solid #CC0066;}

label {display: block;}

li {line-height: 1.5em;}

p {padding: 2px 0 10px;}

small,.small {font: normal 0.9em sans-serif;}

ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	width: 770px;
	background-color: #FF99CC;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
#container {
	background: #FBF9F4;
	font-size: 1.3em;
	line-height: 1.3em;
	width: 770px;
	border: 6px solid #CC3366;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* header */
.title {
	background-color: #E2DED4;
}
.title h1 {
	padding: 10px 0 10px 18px;
	font-family: Georgia, "Trebuchet MS", sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.header {
	height: 220px;
	background-image: url(img/header_i.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CC3366;
}

/* navigation */
.navigation {
	background: #DED9D0 url(img/nav.gif) repeat-x;
	height: 41px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cc3366;
}
.navigation a {
	background: #FFF url(img/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #333333;
	float: left;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #cc3366;}

/* main */
.main#two-columns {background: #FFF url(img/two-columns.gif) repeat-y;}

/* bottom */
.bottom {
	background: #DCDAC9 url(img/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	color: #EED;
	padding: 10px;
	background-color: #6d0c4f;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 33%;}
.content {
	padding-top: 18px;
	padding-right: 15px;
	padding-bottom: 18px;
	padding-left: 20px;
}
.left {float: left;}
.right {float: right;}
/* .right .content {padding: 18px 12px 12px;} */

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #553;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}

#articoli {
	padding-top: 20px;
}

#articoli img{
	margin-right: 5px;
}

ol#gallery{ }

ol#gallery li{
	float:left;
	padding: 0;
	list-style-type: none;
	margin: 0;
}

ol#gallery h3{
	margin: 0;
	color: #333333;
	text-align: left;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 2;
	font-weight: normal;
}

ol#gallery a{
	display: block;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
}

ol#gallery a:hover{ color: #fff; /*hack per ie5.5 e le regole sotto*/ }

ol#gallery a img{ border: 1px solid #CC3366}

ol#gallery a:hover img{
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
} 

#text_left {
	display:block;
	float:left;
	width:350px;
	padding-bottom: 15px;
	padding-top: 10px;
}

#text_left img {
	border: 1px solid #FFFFFF;
	margin-bottom: 15px;
}

#text_right {
	display:block;
	float:right;
	width: 350px;
	padding-top: 10px;
}
#text_right img {
	border: 2px solid #CC3366;
}
.tit {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #990066;
	font-weight: bold;
}
.block li a#active {
	color: #553; /* 553*/
	background-color: #BFBDA6;
}
