/*=== Setup ===*/
*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	margin: 30px 30px;
	color: #000000;
	background: #ffffff;
	font: 10px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	text-decoration: none;
}
input,select,textarea{
	border: #969696 1px solid;
	padding: 2px;
	color: #000000;
	font-size: 11px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
h1{
	font: 32px/28px "Arial Black",Impact,sans-serif;
	text-align: left;
}
h2{
	font: 32px/28px "Arial Black",Impact,sans-serif;
	text-align: left;
}
h3{
	padding: 0 0 5px;
	font-size: 14px;
	text-align: left;
}
h4{
	padding: 0 0 5px;
	font-size: 14px;
}
h5{
	padding: 0 0 5px;
	margin: 0 40px 0 15px;
	font-size: 11px;
        font-weight: bold;
	text-align: justify;
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 955px;
}
/*=== Header ===*/
#header{
	margin: 0 0 4px;
	height: 215px;
}
.logo{
	float: left;
}
/*=== Footer ===*/
#foot
{
	clear: both;
	margin-top: 0px;
	text-align: center;
}
/*- Banner -*/
#header .banner{
	margin: 0 0 4px 0;
	float: left;
	width: 728px;
	height: 90px;
	overflow: hidden;
}
/*- Cat Box -*/
#header .box{
	width: 204px;
	float: right;
        padding: 9px 7px;
	border: 2px solid #5a5a5a;
	background: #e6e6e6;
	font-size: 10px;
	line-height: 10px;
	height: 193px;
	overflow: hidden;
}
#header .box h2{
	padding: 0 0 5px 0;
	background: #e6e666;
	color: #000000;
	font-size: 28px;
	line-height: 32px;
        font-weight: light;
}
#header .box p{
	line-height: 13px;
}
/*=== Content Columns ===*/
.columns{
	padding: 0 0 10px 0;
}
/*--- Left Column ---*/
.leftcol{
	margin: 5px 0 0;
	width: 152px;
	float: left;
        font-size: 10px;
        line_height: 10px;
        height: 399px;
        overflow: hidden;
}
/*--- Center Column ---*/
.centercol{
	width: 575px;
	float: left;
	margin: 0 0 0 1px;
}
/*--- Right Column ---*/
.rightcol{
	width: 222px;
	float: right;
}
/*=== Styling Boxes ===*/
/*- Main Text Box -*/
.columns .box{
	width: 139px;
	margin: 0 0 15px 0;
	text-align: left;
        overflow: hidden;
}
.columns .box p{
	padding: 0 0 10px 0;
	line-height: 11px;
}
/*- Main output Box -*/
.box2{
	float: left;
	padding: 10px 15px;
	margin: 0 0 2px 0;
	color: #000000;
	border: 2px solid #000000;
	background: #e6e6e6;
	font-size: 14px;
	text-align: left;
	overflow: auto;
	width: 541px;
	height: 400px;
}
.box2 a{
	color: #000000;
	text-decoration: none;
}
.box2 a:hover{
	color: red;
	text-decoration: none;
}
.box2 h1{
	font-size: 44px;
        line-height: 44px;
        padding: 0 0 19px 0;
}
.box2 h2{
	font-size: 28px;
        line-height: 28px;
	text-align: left;
        padding: 0 0 19px 0;
}
/*- Approfondimento -*/
.box3{
	background: #ffffff;
	border-left: 2px solid #5a5a5a;
	border-top: 2px solid #5a5a5a;
}
.box3.hits{
	height: 404px;
        padding: 9px 7px;
        font-size: 10px;
        line-height: 11px;
	text-align: left;
	overflow: hidden;
}
.box3.hits h2{
	padding: 0 0 5px 0;
	background: #e6e666;
	color: #000000;
	font-size: 28px;
	line-height: 32px;
}
/*=== Lists ===*/
ul.simple{
	padding: 20px 15px 0 20px;
}
.simple li{
	margin: 0 0 12px;
	padding: 0 0 0 10px;
	background: url(../images/red.png) no-repeat left top;
}
.simple li a{
	text-decoration: none;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	line-height: 1px;
	height: 1px;
}
