body {
	font:11pt Times;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	background-image: url('../img/fondo_4.jpg');
}

.cleaner {
	clear:both;
}

p {
	font:14pt Times;
}

a {
	color: #FEEA00;
	text-decoration: underline;
	border: 0;
}

a img {
	border: 1px solid #FEEA00;
}

a:hover {
	color: #F94F57;
	text-decoration: none;
}

h1 {
	font-size: 17pt;
	margin: 4px 0;
	padding: 0;
}

h2 {
	font-size: 15pt;
	margin: 4px 0;
	padding: 0;
}

div#container{
	width:1000px;
	margin: 0 auto;
	padding:0;
}

div#header{
	height:272px;
	margin: 0;
	padding: 0;
}

div#menu{
	height:65px;
	background-image: url('../img/fondo_menu.jpg');
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
}

table#tb_menu {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table#tb_menu td {
	padding: 26px 10px 0 10px;
}

table#tb_menu td#mn_active {
	background-image: url('../img/sel_menu.gif');
	background-repeat: no-repeat;
	background-position: center 10px;
}

table#tb_menu td a {
	display:block;
	color: #440B02;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

table#tb_menu td#mn_active a {
	color: #FBF5BB;
	text-decoration: none;
}

table#tb_menu td a:hover {
	color: #FBF5BB;
}


div#main {
	text-align: left;
	padding: 0;
	margin: 10px 0 0 0;
}

.titolo_parag {
	background-image: url('../img/fondo_titolo.jpg');
	background-repeat: repeat-x;
}

.bt_ovale, .bt_ovale a {
	color: #67120D;
	font-weight: bold;
	text-decoration: none;
}

.bt_ovale {
	text-align: center;
	padding-top: 8px;
	width:135px;
	height: 36px;
	background-image: url('../img/ovale.gif');
	background-repeat: no-repeat;
}


div#footer {
	padding:0px;
	margin:20px 0 20px 0;
	background-image:url('../img/fondo_footer.gif');
	background-repeat:repeat-x;
	background-position:left top;
	clear: both;
}

#newsletter {
	margin-bottom:5px;
	padding:5px;
	border-bottom:1px yellow solid;
	background-color:#951009;
	background-color:#292929;
	font-size:16px;
}

#newsletter form {
	float:right;
	margin:0px;
	padding:0px;
}