* {
	margin: 0;padding:0;
}
html {
	background: #FFF url(images/bg2.png) repeat;
}
body {
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006600;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
}
/* LINKS */
a:link {
	color: #000;
}

a:visited {
	color: #000;
}
/**/

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}
/* intestazione */
#header {
	width: 963px;
	height: 138px;
	margin: 0 auto;
	background: url(images/bg_01.jpg) repeat-y top;
}
/* Menu */

#menu {
	/*float: right;*/
	float: left;
	margin: 100px 0 0 350px;
}
* html #menu {
	margin-left: 171px;
}
#menu ul {
	margin: 0 auto;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	border-bottom: 5px solid ;
	margin-left: 5px;
	padding: 2px 20px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#menu a:hover {
	color: #990000;
}

#menu .active a {
	color: #990000;
}

/* MENU BOTTOM */
#menubottom {
	margin: 0 auto;
	width: 670px;
}
* html #menubottom {
}
#menubottom ul {
	list-style: none;
	overflow: hidden;
}

#menubottom li {
}

#menubottom a {
	display: block;
	float: left;
	border-bottom: 1px solid ;
	margin-left: 10px;
	padding: 2px 25px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #ffff99;
}

#menubottom a:hover {
/*	color: #990000;*/
	color: red;
}

#menubottom .active a {
	/*color: lime;*/
	color: red;
}

/* Page */

#page {
	width: 963px;
	margin: 0 auto;
	background: url(images/bottom.jpg) no-repeat center top;
	padding-top: 50px;
	padding-bottom: 100px;
	overflow: hidden;
	min-height: 460px;
}
/* Footer */

#footer {
	height: 177px;
	padding: 10px 0 0 0;
	background: #000000 url(images/bg.png) repeat-x;
}

html>body #footer {
	height: 177px;
}

#legal {
	display: block;
	width: 100%;
	margin-top: 50px;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	color: #FFFFFF;
}
/********************************************/
/**********************/
/* DATAS */
.datas {
}
.datas img {
	border: 3px solid #333300;
}
.datas div {
	text-align: justify;
}

.datas div p {
	text-align:center;
	font-weight: bold;
	}

.datas .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	letter-spacing: 10px;
	/*border-bottom: 1px dashed #FFFFFF;*/
}

/* CONTENT */
#content {
	width:830px;
	margin: 0 auto;
	overflow: hidden;
}
#content p {
	padding-top: 15px;
}
/* tabella dei quadri galleria*/
.quadritable { 
	width: 850px;
	font-size: 11px;
	font-weight: bolder;
}
.quadritable tr {
}

.quadritable td {
	text-align: center;
	width: 150px;
	height: 120px;
	vertical-align: baseline;
	padding-bottom: 20px;
}
* html .quadritable td {
	height: 210px;
}
.quadritable td a{
	text-decoration: none;
}
.quadritable img {
}
