body {
	margin: 9px 0 0 0;
	padding: 0;
	background: #08007B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(images/img01.jpg);
	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 {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}
/* LINKS */
a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}
/**/

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-left: 349px;
	margin-top: 49px;
}
* html #menu {
	margin-left: 171px;
}
#menu ul {
	margin: 0;
	padding: 45px 0 0 0;
	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: #000033;
}

#menu a:hover {
	color: #990000;
}

#menu .active a {
	color: #990000;
}

/* MENU BOTTOM */
#menubottom {
	margin: 0 auto;
	width: 800px;
	padding-bottom: 22px;
}
* html #menubottom {
	margin-left: 171px;
}
#menubottom ul {
	margin: -52px auto;
	list-style: none;
}

#menubottom li {
	display: inline;
}

#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;
}

#menubottom .active a {
	color: lime;
}

/* Page */

#page {
	width: 963px;
	margin: 0 auto;
	background: url(images/bottom.jpg) no-repeat;
	padding-top: 50px;
	height: 860px;
}
/* Footer */

#footer {
	height: 400px;
	min-height: 74px;
	padding: 10px 0 0 0;
	background: #000000 url(images/img01.jpg) repeat-x;
}

html>body #footer {
	height: auto;
}

#legal {
	clear: both;
	padding-top: 60px;
	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;
	height: 780px;
	margin: 0 auto;
}
#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;
}
* html .quadritable td {
	height: 210px;
}
.quadritable td a{
	text-decoration: none;
}
.quadritable img {
	display: block;	
	margin: 0 auto;
	margin-bottom: 12px;
	vertical-align: middle;
}