/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-size: 13px;
	z-index: 0;
}
a:link {
	text-decoration: none;
	color: #330066;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #9999FF;
	font-size: 12px;
	text-align: center;
}
#container {
	position:relative;
	width:800px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	height: auto;
	z-index: 0;
}
#footer {
	position: relative;
	width: 100%;
	overflow: auto;
	z-index: 0;
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 25px;
	letter-spacing: 2px;
}

#header {
	height:42px;
	width: 684px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #996600;
	position: absolute;
	top: 0px;
	z-index: 0;
	}
#logo{
	position: absolute;
	border-left-width:thin;
	border-left-style:solid;
	border-left-color:#996600;
	margin-top: 2px;
	left: 684px;
	width: 115px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #996600;
	z-index: 0;
	}
#namebar {
	position:absolute;
	top:48px;
	width: 24px;
	z-index: 0;
	}
#content {
	position:relative;
	left: 24px;
	top: 44px;
	width: 645px;
	padding: 7px;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #996600;
	border-left-color: #996600;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #996600;
	z-index: 0;
	}
#menu {
	position: absolute;
	top:49px;
	left: 686px;
	z-index: 0;
	}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tabellaCont {
	height: 616px;
	width: 650px;
	overflow: auto;
	z-index: 0;
}
a {
	outline:none;
}

