@import url("tHeader.css");
@import url("tMenu.css");
@import url("tFooter.css");
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center; /* Explorer: per effettuare il centramento */
	background-color: #DEDEDE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0; /* Explorer: per evitare che alcuni spazi siano per forza grandi come il font */
	color: #666666;
}
#container {
	height: 100%;
	width: 870px;
	margin: 0 auto;  /* Altri Browser: per effettuare il centramento */
	background: url(../img/template/container_borders.jpg) top left repeat-y;
}
#page {
	width: 860px;
	margin: 0 auto;
	text-align: left; /* Explorer: per effettuare il centramento */
}
/* CONTENTS */
#contents {
	width: 100%;
	margin-top: 6px;
}
#contents-left {
	display:inline; /* Explorer 6. Per evitare il bug del double margin*/
	width: 610px;
	float: left;
	margin-left: 10px;
}

#contents-right {
	display:inline; /* Explorer 6. Per evitare il bug del double margin*/
	width: 220px;
	float: right;

	margin-right: 10px;
	text-align: center;	
}

#right_boxes {
	background-color: #ffcc00;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.right_box {
	padding-top: 10px;
}
.right_box a {
	text-decoration: none;
}
.right_box img {
	border: none;
}

.right_box_fading {
	background: url(../img/template/fading.jpg) top left repeat-x;
	height: 60px;
}
