body {
	background:#C3DEE4;
	font-size:12px;
	font-family: Helvetica, "Times New Roman", Times, serif;
	color:#333;
	}
.menuTop {
	margin: 5px auto;
	width: 782px;
}
.wrapper {
	clear:both;
	margin: 0 auto;
	width: 782px;
	background:#FFFFFF url(../img/bgWrapper.gif) repeat-x top;
}
.header {
	width: 782px;
	padding-top:5px;
	height:220px;
	margin-bottom:1px;
	display:block;
	overflow:hidden;
}
.header .lCol {
	width:196px;
	height:220px;
	float:left;
	background:url(../img/bgLcolHeader.jpg) repeat-y top;

}
.header .lCol div {
	width:95px;
	margin:20px auto;
}

.header .rCol {
	width:586px;
	float:left;
}

.galleriaTestata {width:586px; height:220px; display:block;}


.content {
	width: 782px;
}
.footer {
	width: 782px;
	color: #333;
	background:#0E80B1 url(../img/bgFooter.gif) no-repeat bottom;
	height:43px;
	border-top:1px solid #8FABB5;
}
.outerFooter {
	width:765px;
	margin:15px auto 0;
	font-size:10px;
	color:#666;
}
/*other*/

p, span, h1, h2, h3, select, textarea {
	line-height:1.5em;
}
h1, h2, h3 {
	font-size:12px;
	font-weight:bold;
	padding-bottom:7px;
}
h2, h3 {
	color:#695851;
}
h3 {
	font-size:10px;
}
a {
	color: #0E80B1;
}
a:hover {
	color: #005EAB;
}
.cornice {
	float:left;
	border:	#ccc 1px solid;
	margin:0 15px 8px 0;
	padding:3px;
}
.thumb {
	display: block;
	width: 144px;
	height:	96px;
	cursor:pointer;
	float:left;
}
.thumb img {
	position:absolute;
	z-index:1;
}
.thumb.vert {
	width:144px;
	height:216px;
}

.ln {
	background:url(../img/dotted.gif) repeat-x bottom;
	
}
/* forms */
input, select, textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:10px;
	padding: 3px;
}
select {
	text-transform:capitalize;
	padding:2px;
}
option {
	margin:3px 0;
	text-indent:8px;
	text-transform:capitalize;
}
/* fullText */

.fullText {
	text-align:justify;
	line-height:1.5em;
}
.fullText h1, .fullText h2, .fullText h3 {
	text-align:left;
	padding-bottom:.8em;
}
.fullText p {
	padding-bottom:1em;
}
.fullText ul {
	
	padding:0 0 .5em 1.3em;
}
.fullText ol {
	padding:0 0 .5em 2em;
}
.fullText li {
	padding:0 0 .8em;
}
.fullText li li {
	padding:0 0 .3em;
}
.fullText ul ul {
	padding:.6em 0 0 1.3em;
}
.fullText br {
	line-height:1em;
}
.fullText h1 a, .fullText h2 a, .fullText h3 a {
	text-decoration:none;
}

.content .fullText strong {
	color:#0E80B1
}
.content .fullText li {
	background-image: url(../img/arrowBlu.gif);
	background-repeat: no-repeat;
	padding-left:18px;
	background-position: 0 4px;
}
.content .fullText ul {
	list-style:none;
	padding:0 0 .5em 0;
}

