body {
	color: #858585;
	padding: 0;
	margin: 0;
	font: 12px Arial, Tahoma, sans-serif;
	background: #fff url('bg-body.gif') top left repeat-x;
}

/** {
    margin: 0; 
    padding: 0;
    font-size: 12px; 
    font-family: Verdana, Tahoma, Arial, sans-serif;
    color: #796f65;
    line-height: 16px;
}*/

#top1{
	background:#246289;
	height:22px;
}

#top2{
	background: #fff;
}

#top3{
	height:25px;
	background-color:#246289;
	color:#fff;
	font: bold 18px 'Century Gothic';
}


#top4 {
	height:18px;
	padding:3px 0 3px 10px;
	font-family:'Century Gothic';
	font-size:12px;
	text-decoration:none;
	color:#246289;
}

#frase_top{
	padding:10px;
}

#content_container {
	clear:both;
	width:100%;
	background: url(bg_content_container.gif) top left repeat-y;
	
}

#content {
	clear:both;
    width: 762px;
    margin: 0px auto; 
    text-align: left;
	float:left;
}

#content p{
	clear:both;
	text-align:justify;
	font: normal 11px/16px 'Verdana';
	color:#246289;
	margin: 0;
	padding: 0px 10px 8px 15px;


}

#content h1{
	text-align:center;
	font: bold 20px 'Century Gothic';
	margin: 0 0 5px 0;
	color:#246289;

}

#content h2{
	font: normal 14px 'Century Gothic';
	margin: 0 0 5px 0;
	padding: 0px 0 5px 0;
	letter-spacing: -1px;
	border-bottom: 1px dotted #ccc;
	text-align:center;
	color:#246289;

}

#content h3 {
	font: bold 14px 'Century Gothic';
	margin: 0 0 5px 0;
	padding: 0px 0 5px 0;
	letter-spacing: -1px;
	border-bottom: 1px dotted #ccc;
	text-align:center;
	color:#246289;

}

#content ul {
	font: normal 11px/15px "verdana";
	color: #246289;
	margin: 0px;
	padding: 2px 0;
	list-style-image: url("bullet.gif");
}

#content li {
	margin: 3px 0 0px 80px;
	padding: 0;
}



#left-column {
    float: left;
    width: 489px;
    margin-top: 4px;
}

#left-padding {
    padding: 11px 13px 15px 12px;
    border-right: 1px solid #e7e7d2;
}

#right-column {
    float: right;
    width: 240px;
    margin-top: 4px;
	background:url(../img/bg_right_column.jpg) top left repeat-y;
}

#right-padding {
    padding-left: 5px;    
}

a, a:hover{
	font-family:'Century Gothic';
	font-size:12px;
	color:#246289;
}


/*********************************
* Lists 
*********************************/

ul.list {
    list-style: none;
    margin-top: 5px;
}

ul.list li {
    background: url(bullet.gif) no-repeat 0 4px;
    padding-left: 17px;
    padding-bottom: 8px;
    color: #246289;
}


.photo-content-left {
	float:left;
	border: 1px solid #cccccc;
	padding: 3px 3px 3px 3px;
	margin-right: 3px;
}


#container {
    width: 415px;
    border: 5px solid #848383;
    background: #EEE2CC url(../img/fade.jpg) top left no-repeat;
    color: #796f65;
}

#container div.padding {
    padding: 10px;
}

#container div p {
    color: #796f65;
	font-size: 11px;
}

#carica_testo {
	clear:both;
	color:#246289;
	font-size: 11px;
	padding: 5px;


}


/* -- Begin hiding from IE -- */
html>body #value-padding {
    display: table;
}

html>body #centered {
    display: table-cell;
    vertical-align: middle;
}

/* -- Begin IE-specific Hacks -- */
* html #centered {
    margin-top: 10px;
}

* html #centered p {
    
}
/* -- End Hacks -- */

/*********************************
* Footer Definitions
*********************************/

#footer {
    clear: both;
    height:75px;
	top: 0;
	left: 0;
	background:#246289;
	border-top: #626262 1px solid;
}

#footer div, #footer div a {
    font-size: 12px;
	font: 'Verdana';
	text-decoration:none;
	color:#fff;
}

#footer-left {
	color:#626262;
	float:left;
    padding: 12px 5px 20px 10px;
}

#footer-right {
	color:#fff;
    float: right;
    padding: 12px 10px 20px 0;
}

#footer-right a:hover{
	color:#fff;
	text-decoration:underline;
    padding: 12px 10px 20px 0;
}

#footer-right a:visited{
	color:#fff;
    padding: 12px 10px 20px 0;
}


