html,body{
	margin: 0;
	padding: 0;
	background-color: #333;
	font-family: tahoma,sans-serif;
}

h1,h2,h3,h4,h5,h6,p,span,a,img {
	margin: 0;
	padding: 0;
	font-family: tahoma,sans-serif;
	font-size: px;
	color: #ddd;
	text-decoration: none;
}


/* TOP
---------------------------------------------------------*/
#top {
	height: 61px;
	padding-top: 12px;
	background-image: url("images/top_bg.gif");
	background-repeat: repeat-x;
}
#top .logo {
	width: 182px;
	height: 24px;
	/*position: absolute;*/
	margin: 24px 12px;
	background-image: url("images/lastampatop2.gif");
}
#top .menu_btn {
	/*position: absolute;*/
	margin: 12px;
}

#top .menu_btn {
	/*position: absolute;*/
	top: 15px;
	right: 12px;
}


/* MENU
---------------------------------------------------------*/
#main_menu {
	margin: 6px 0;
}
.btn {
	float: left;
	margin: 3px 3px;
	width: 71px;
	height: 64px;
	background-image: url("images/btn.gif");
	background-repeat: no-repeat;
	text-align: center;
}
.btn  a {
	display: block;
	font-weight: bold;
	line-height: 65px;
	color: #fff;
}

#home , #rss, #dayfax, #pk {
	background-image: none;
	background-repeat: no-repeat;	
	float: left;
	margin: 3px 3px;
	width: 65px;
	height: 85px;
}
#home p,#rss p,#dayfax p,#pk p  {
	font-size: 11px;
	font-weight: normal;
}

#sub_menu {
	padding-top: 12px;
	border-top: 1px solid #888;
}

/* SUB MENU
---------------------------------------------------------*/



/* CONTENT
---------------------------------------------------------*/
#content {
	margin: 12px 6px;
}
.primo_piano, .girata {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #888;
}

.data {
	font-size: 10pt;
	font-weight: normal;
	color: #eee;
}
.sezione {
	font-size: 12pt;
	font-weight: bold;
	color: #EB4846;
}
.titolo {
	font-size: 16pt;
	font-weight: normal;
	color: #fff;
}
.shot {
	width: 200px;
	margin: 3px 0;
	border: 1px solid #888;
}
.articolo {
	margin: 3px 0;
	font-size: 13pt;
	font-weight: normal;
	color: #eee;
}

#bottom_nav {
	height: 36px;
	background-image: url("images/bottomnav_bg.gif");
	background-repeat: repeat-x;
}
#bottom_nav .back_btn {
	width: 182px;
	height: 24px;
	position: absolute;
	margin: 24px 12px;
	background-image: url("images/lastampatop2.gif");
}
#bottom_nav .menu_btn {
	position: absolute;
	margin: 12px;
}
/* BOTTOM
---------------------------------------------------------*/
.link-versione-classica {
    padding: 12px 0;
    text-align:center;
    background: #666;
}

.link-versione-classica a {
     text-decoration: underline;
}

#bottom {	
    padding: 15px 0;	
}

#bottom p {
	text-align: center
}


/* CLASSI
---------------------------------------------------------*/
.clearing {
	clear: both;
}











