body {
	color: #858585;
	padding: 0;
	margin: 0;
	font: 12px Arial, Tahoma, sans-serif;
	background: #fff url('../seo-img/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: url(../seo-img/bg-top1.gif) top left repeat-y;
	height:22px;
}

#top2{
	background: url(../seo-img/bg-top2.gif) top left repeat-y;
}

#top3{
	height:25px;
	background-color:#2e53ab;
	color:#fff;
	font: bold 18px 'Century Gothic';
}


#top4{
	height:18px;
	padding:3px 0 3px 10px;
}

#frase_top{
	height:45px;
	background: url(../seo-img/logo-top.gif) bottom left no-repeat;
}

#content_container {
	clear:both;
	width:100%;
	background: url(../seo-img/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:#333;
	margin: 0;
	padding: 0px 10px 8px 15px;


}

#content h1{
	text-align:center;
	font: bold 20px 'Century Gothic';
	margin: 0 0 5px 0;

}

#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;

}

#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;

}

#content ul {
	font: normal 11px/15px "verdana";
	color: #666;
	margin: 0px;
	padding: 2px 0;
	list-style-image: url("../seo-img/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;    
}


/*********************************
* Lists 
*********************************/

ul.list {
    list-style: none;
    margin-top: 5px;
}

ul.list li {
    background: url(../seo-img/bullet.gif) no-repeat 0 4px;
    padding-left: 17px;
    padding-bottom: 8px;
    color: #796f65;
}


.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:#796f65;
	font-size: 11px;
	padding: 5px;


}

#banner-photo {
width:762px;
height:298px;
border:1px solid #cccccc;
padding:0px 0px 0px 0px}


/* -- 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;
	/*width:100%;*/
	top: 0;
	left: 0;
	background:#2e53ab url('../seo-img/bg_footer.gif') top left no-repeat;
	border-top: #000099 1px solid;
}

#footer div, #footer div a {
    font-size: 12px;
	font: 'Verdana';
	text-decoration:none;
}

#footer-left {
	color:#000099;
	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;
}



