body {
	margin: 0px;
	padding: 0px;
	background: #F5F5ED url("../images/bg_main.jpg") top left repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #B13413;
}

h2 {
	font-size: 1.6em; margin-bottom: 0;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0; margin-bottom: 0;
}

/* Header */

#header {
	width: 750px;
	height: 200px;
	margin: 0 auto;
	background: url(../images/img1.jpg) no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 140px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 750px;
	height: 41px;
	margin: 0 auto;
	background: #37AEF2 url(../images/img2.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: url(../images/img3.gif);
	color: #FFFFFF;
}
#menu a.social:link, #menu a.social:visited, #menu a.social:hover { display: block; float: left; height: 14px; padding: 0 0 27px 6px !important; background: none !important border: 0 !important; }
#menu a.social img { height: 41px; border: 0; border: 0 !important; }

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
	background: url(../images/img4.gif);
}

#colTwo {
	float: right;
	width: 590px;
	padding: 0 10px 0 0px;
}

#colThree {
	float: right;
	width: 130px;
	padding: 20px 10px 0 10px;
}

/* Footer */

#footer {
	width: 730px;
	height: 16px;
	margin: 0px auto;
	padding: 10px;
	background: url(../images/img6.gif) top left repeat-x;
	font-size: smaller;
}

#footer * {
	color: #FFFFFF;
}


/* AGGIUNTE... */
/* ************** */
.red {
	color: #F9E722;
}

.photos {
	margin-bottom: 15px;
}
.photos a {
	width: 118px;
	height: 140px;
	float: left;
	/* background: #C8DA80; */
	background-color: #95B122;
	text-align: center;
	color: #A2A3A6;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin-right: 14px;
	margin-bottom: 14px;
}
.photos>a {
	min-height: 140px;
	height: 142px;
}
.photos a.last {
	margin-right: 0;
}
.photos a:hover {
	/* color: #B13413; */
	color: #FFFFFF;
}
.photos a:visited{
	color: #567200;
}
.photos a span {
	display: block;
	padding-top: 2px;
}
.photos a>span {
	padding-top: 3px;
}

/* ************** */
A IMG {
	BORDER-RIGHT: #567200 1px solid; BORDER-TOP: #567200 1px solid; BORDER-LEFT: #567200 1px solid; BORDER-BOTTOM: #567200 1px solid;
}
A {
	COLOR: #94aebb; TEXT-DECORATION: none;
}
A:hover {
	VISIBILITY: visible;
}
A:hover IMG {
	BORDER-RIGHT: #FFFFFF 1px solid; BORDER-TOP: #FFFFFF 1px solid; BORDER-LEFT: #FFFFFF 1px solid; BORDER-BOTTOM: #FFFFFF 1px solid;
}
a:link {
	border-bottom: 1px dotted #567200;
	text-decoration: none;
	/* color: #3284B5; */
	color: #567200;
}

/* ************** */
.cleaner {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

.bluebox {
	/* background-color: #E1E1D9; */
	background: url(../images/bg_bluebox.gif) top left repeat;
	border: 1px solid #979797;
	clear: both;
	padding: 7px 10px 9px 8px;
	width: 550px;
	position: relative;
	margin-bottom: 18px;
}
.bluebox .big {
	background-color: #95B122;
	float: left;
	margin-left: 40px;
}
.bluebox .big img {
	padding: 5px;
}

/* ************** */
/* ************** */
label {
	font-size: 0.9em;
}

fieldset {
	border: 1px solid #979797;
	padding: 10px;
}

legend {
	font-weight: bold;
	color: #B13413;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

.box {
	/*background-color: #FFFFFF; */
	background: url(../images/img.gif) top left repeat;
	/* border: 2px solid #278FC0;   */
	clear: both;
	padding: 0;
	width: 574px;
	position: relative;
	margin-bottom: 8px;
}

