/* Copyright 2007 Lightage */ 
html, body{
	background: #973A11 url("gfx/back.jpg") repeat-x; 
	margin: 0; 
	padding: 0;
	text-align: center; 
} 

input, textarea {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #64482D;
}

table {
	width: 730px;
	border: 1px solid #ccc;
}


td {
	border: 1px solid #ccc;
	font-size: 13px;
}

#pagina{
	width:760px;
	min-height: 350px; 
	text-align: left;
	padding: 0;
	margin: 0 auto 0 auto; 
	background: #ffffff; 
} 

#sopra{
	width:760px;

	padding: 0px;
	text-align: center; 
}

#sopra img {
	padding: 4px;
	border: 1px solid #676767;
}

#sopra UL {
	margin: 0; 
	padding: 0;
	height: 25px;
	background: url("gfx/back_menu.jpg") no-repeat;
	padding-top: 8px;
}

#sopra LI {
	display:inline;
	padding: 10px;
}

#sopra LI A {
	font-family: Georgia, Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #555;
}

#sopra LI A:hover {
	color: #999;
}


#sotto{
	float: left;
	width:760px;
	height: 25px;
	padding-top: 5px;
	font-family: Georgia, Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #64482D;
}

#sotto a {
	color: #64482D;
	text-decoration: none;
}

#sotto a:hover {
	color: #64482D;
	text-decoration: underline;
}

#colonnasx {
	float: left; 
	display:inline; 
	position: relative; 
	width:419px;
	padding: 18px;
	font-family: Georgia, Arial, Verdana;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #515151;
}

#colonnasx h1 {
	background: url("gfx/bullet.jpg") no-repeat;
	background-position: 0 -8px;
	padding: 0;
	color: #880000;
	font-family: Georgia, Arial, Verdana;
	font-size: 20px;
 	text-align: left;
	height: 20px;
	padding-left: 50px;
}

#colonnasx h2 {
	background: url("gfx/bullet2.jpg") no-repeat;
	background-position: 0 -8px;
	padding: 0;
	color: #880000;
	font-family: Georgia, Arial, Verdana;
	font-size: 14px;
 	text-align: left;
	height: 20px;
	padding-left: 50px;
}
#colonnasx h3 {
	background: url("gfx/bullet.jpg") no-repeat;
	background-position: 0 -8px;
	padding: 0;
	color: #880000;
	font-family: Georgia, Arial, Verdana;
	font-size: 20px;
 	text-align: left;
	height: 20px;
	padding-left: 50px;
}
.li a {padding: 0;
	color: #880000;
	font-family: Georgia, Arial, Verdana;
	font-size: 20px;
 	text-align: left;
	height: 20px;
	padding-left: 50px;
	}
#colonnasx a:link, a:active, a:visited {
	color: #64482D;
	text-decoration: underline;
}

#colonnasx a:hover {
	color: #64482D;
	text-decoration: none;
}


#colonnadx{
	width: 300px;
	margin: 70px 0 0 0;
	float: right;
	position: relative;
	font-family: Georgia, Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	color: #333;
}

#colonnadx img {
	padding: 4px;
	border: 1px solid #676767;
}

#colonnadx img:hover {
	padding: 4px;
	border: 1px solid #ababab;
	opacity: .9;
	filter: alpha(opacity=90);
}

h1{  font-size: 24px;
     color:#A70103;
     font-family:"Monotype Corsiva",Arial,Verdana;
}
h2{  font-size: 18px;
     color:#336600;
     font-family:"Monotype Corsiva",Arial,Verdana;
}
p {
	font-size: 12px;
	color:#555555;
	font-family:Arial,Verdana;
	margin-right: 15px;
	margin-left: 15px;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

