body ,html{
	margin: 0 auto;
	padding: 0;
	background: #333399 url(./img/bg.gif) repeat;
}

h2 {
	color: #ffffff;
	font-family: Papyrus;
	font-size: 26pt;
	font-weight: bold;
}

img {
	border: 0;
}

li {
	margin-left: -7px;
}

.int {
	color: #f8d635;
	font-family: Tahoma;
	font-size: 15pt;
}

#intestazione {
	background: url(./img/logo.png) no-repeat;
	height: 123px;
	padding-left: 120px;
	margin: 20px 0 30px 30px;
	position: relative;
}

#contenuti {
	margin: auto;
	width: 901px;
}

/* Menu */
#menu-o li {
	padding-top: 5px;
	text-align: center;
	list-style-type:none;
	margin-right: 20px;
	float: left;
	background: url(./img/bg_menu-o.png) no-repeat;
	height: 25px;
	width: 100px;
}

#menu-o1 li {
	padding-top: 5px;
	text-align: center;
	list-style-type:none;
	margin-left: 20px;
	float: left;
	background: url(./img/bg_menu-o.png) no-repeat;
	height: 25px;
	width: 100px;
}

#menu-s li {
	line-height: 14px;
	padding-left: 10px;
	list-style-type:none;
	float: left;
	background: url(./img/bg_menu-s.png) no-repeat;
	height: 30px;
	width: 106px;
}

#menu-c a, #menu-o1 a, #menu-d a, #menu-o a, #menu-s a {
	font-family: sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

#menu-c li:hover, #menu-o1 li:hover, #menu-d li:hover, #menu-o li:hover, #menu-s li:hover {
	background-position: 0 -30px;
}

#menu-c li {
	line-height: 14px;
	text-align: center;
	list-style-type:none;
	float: left;
	margin-left: -35px;
	background: url(./img/bg_menu-c.png) no-repeat;
	height: 30px;
	width: 160px;
}

#menu-d li {
	line-height: 14px;
	text-align: right;
	padding-right: 2px;
	list-style-type:none;
	float: left;
	margin-left: -35px;
	background: url(./img/bg_menu-d.png) no-repeat;
	height: 30px;
	width: 116px;
}

#content-as {
	background: url(./img/bg_content-as.png) no-repeat;
	width: 15px;
	height: 14px;
}

#content-ad {
	background: url(./img/bg_content-ad.png) no-repeat;
	width: 15px;
	height: 14px;
}

#content-bs {
	background: url(./img/bg_content-bs.png) no-repeat;
	width: 15px;
	height: 14px;
}

#content-bd {
	background: url(./img/bg_content-bd.png) no-repeat;
	width: 15px;
	height: 14px;
}

#content-a {
	background: #ffffff url(./img/bg_content-a.gif) repeat-x;
	height: 14px;
}

#content-b {
	background: #ffffff url(./img/bg_content-b.gif) repeat-x;
	height: 14px;
}

#content-s {
	background: #ffffff url(./img/bg_content-s.gif) repeat-y;
	width: 15px;
}

#content-d {
	background: #ffffff url(./img/bg_content-d.gif) repeat-y;
	width: 15px;
}

#foot-c {
	background: url(./img/foot.png) repeat-x;
	height: 105px;
	clear: both;
	text-align: center;
	color: #333333;
	border-left: 1px solid #ff9933;
	border-right: 1px solid #ff9933;
}

#foot-as {
	background: url(./img/foot-as.png) no-repeat;
	width: 12px;
	height: 12px;
}

#foot-a {
	background: url(./img/foot-a.png) repeat-x;
	width: 871px;
	height: 12px;
}

#foot-ad {
	background: url(./img/foot-ad.png) no-repeat;
	width: 12px;
	height: 12px;
}

/* Contenuto */

.con {
	text-align: center;
	background: #ffffff;
}

#stampa  {
	float: left;
	font-family: sans-serif;
	font-size: 8pt;
	margin-bottom: 7px;
	background: #ffffff url(./img/bg_stampa.gif) repeat-x;
}

#stampa a {
	color: #000000;
	text-decoration: none;
}

