@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
}
#container {
	width:987px;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	height: 198px;
	width: 986px;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	text-align: center;
}
#navbar {
	height: 40px;
	width: 986px;
	float: none;
	text-align: center;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#column_left {
	float: left;
	width: 245px;
	margin-top: 10px;
	padding: 0px;
	margin-left: 5px;
	text-align: justify;
}
#column_right {
	float: right;
	width: 720px;
	margin-top: 10px;
	margin-right: 5px;
	padding: 0px;
	text-align: justify;
}
#divisorio {
	height: 38px;
	width: 1px;
	float: left;
	background-image: url(/images/nav_bar/divisorio/divisorio.jpg);
	background-repeat: no-repeat;
}
#home_btn {
	height: 38px;
	width: 197px;
	float: left;
}
#free_shop_btn {
	height: 38px;
	width: 196px;
	float: left;
}
#tam_tam_btn {
	float: left;
	height: 38px;
	width: 196px;
}
 #media_center_btn {
	float: left;
	height: 38px;
	width: 196px;
}
#contatti_btn {
	float: left;
	height: 38px;
	width: 197px;
}
#riquadro {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px;
	border: 1px solid #383838;
	margin: 5px;
	background-color: #FFC;
}
#footer {
	clear: both;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-top-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
}
