	
	#newheader { background: url("images_page/pag_header.jpg") repeat-y center top;}
	#newbody { background: url("images_page/pag_body.jpg") repeat-y center top; }
	#newfooter { background: url("images_page/pag_footer.jpg") no-repeat center top; }
	
	#box1 { background: url("images_page/box_sfumato.png") no-repeat left top; }
	#box2 { background: url("images_page/boxsmall_sfumato.png") no-repeat left top; }
	
	#sfondo { background: url("images_page/sfondo.gif") no-repeat right top; }
	#sfondo1 { background: url("images_page/sfondo1.gif") no-repeat right top; }


/*menu*/

#menubg{
filter: alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
color: #999999;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px times;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FFFFFF;
}


/*menu end*/


.background {
	background-color: #7D113D;
}
.dotted-bot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.dotted-top {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}

.frame {
	border: medium solid #333333;
}

.scritto {
	font-family: arial;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
.scritto_dotted {
	font-family: arial;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	border-bottom:1px dotted #333333;
}
.scrittowhite {
	font-family: arial;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}
.scrittowhitesmall {
	font-family: arial;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 18px;
}
.scrittopurple {
	font-family: arial;
	font-size: 26 px;
	color: #990033;
	line-height: 22px;
}
.title {
	font-family: times;
	font-size: 24px;
	color: #333333;
	line-height: 18px;
	border-bottom:1px dotted #333333;
}
.title_mid {
	font-family: times;
	font-size: 16px;
	color: #333333;
	line-height: 18px;
	border-bottom:1px dotted #333333;
}
a {
	color: #990033;
}

p {
	font-family: arial;
	font-size: 18px;
	color: #666;
	line-height: 24px;
}


