﻿html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #676F72;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
div#bigBox {
	height: 100%;
}
div#colonnaSx {
	float:left;
	width:200px;
	height: 100%;	
	border-right: 1px solid #8F8F8F;
	background-image: url('image/sfondo_menu.gif');
}
div#colonnaDx {
	float:right;
	width:200px;
	height: 100%;	
	border-left: 1px solid #8F8F8F;
	background-image: url('image/sfondo_menu.gif');
}

div#main {
	position: relative;
	overflow: auto;
	height: 100%;
}

h1 {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: normal;
}

img {
	border: 0;
}
a, a:hover, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
}

div#logo {
	margin-top: 30px;
	margin-left: 5px;
}

div#menu {
	margin-left: 20px;
	margin-top: 30px;
}
div#menu a {
	display: block;
	line-height: 20px;
	margin-bottom: 8px;
}
div#menu a, div#menu a:hover, div#menu a:visited {
	color: #F8B20C;
	font-size: 15px;
	font-weight: bold;
}
div#menu a div {
	color: white;
	border-right: 2px solid white;
	width: 25px;
	float: left;
	margin-right: 10px;
}
div#menu a:hover {
	font-size: 18px;	
}
div#menu a.selected {
	text-decoration: underline;
}
div#pitv {
	text-align: center;
	font-size: 9px;
	margin-top: 30px;	
}
a#contatto {
	display: block;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
	color: #F8B20C;
	font-size: 15px;
	font-weight: bold;
}

div#slogan {
	font-size: 13px;
	font-style: oblique;
	color: #CCCCCC;
	font-weight: bolder;
	text-align: center;
}
div#scrollBox {
	margin: 70px 10px 10px 10px;
}
