body {
	background: #262626;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #303030;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #303030; 
	padding: 0 0 3px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #303030;
}

.oneColFixCtrHdr #mainContent p{
	font: 12px/18px "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif;
	color:#c9c9c9;
}

.oneColFixCtrHdr #mainContent h2{
	font-size:18px;
	color:#fff;
}

.oneColFixCtrHdr #mainContent h3{
	font-size:10px;
	color:#fff;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#303030;
	border-top: 1px solid black;
	
	
}
.oneColFixCtrHdr #footer p {
	font-size: 9px;
	text-align: center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0;
}


		#menu{
		width:738px;
		background-color:#303030;
		border: 1px solid black;
		margin-bottom:3px;
		}
		/*stile generale delle liste*/
		#menu ul{
		margin: 0;
		padding:0;
		position: relative;
		height: 30px;
		width:100%;
		}

/*stile generale dei list item*/
		#menu li{
		list-style: none;
		float: left;
		padding:0 2px;
		background-color:#303030;
		}
		#menu ul, #menu li{
		background-color:#303030;
		}

/*Tab selezionato*/
		#menu selected{
		background-color:#000;
		}
		



/*style generale dei link*/
		#menu a{
		display:block;
		float:left;
		padding:0 15px;
		text-decoration:none;
		text-align: center;
		line-height: 30px;	
		font-family: Verdana;
		font-size: 9px;
		font-weight: bold;
		}
		/*style generale dei link sullo stato hover*/
		#menu ul :hover > a, #menu ul a:hover{
		height:26px;
		border-top:2px solid #303030;
		border-bottom:2px solid #303030;
		line-height:26px;
		}
		#menu ul :hover > a.sub{
		height:25px;
		border-bottom:none;
		line-height:20px;
		}
		/*stile link primo livello*/
		#menu ul a{
		color:#FFFFFF;
		}		
		#menu ul :hover > a{
		background-color:#767676;
		border-color:#303030;
		color:#000;
		} 	




/*style per Internet Explorer 6*/
		#menu table {
		position:absolute; 
		border-collapse:collapse; 
		top:0; 
		left:0;
		width:100%;
		}
		#menu a:hover{
		height:20px;
		border-top:5px solid #303030;
		border-bottom:5px solid #303030;
		line-height:20px;
		}
		#menu ul a.sub:hover{
		height:25px;
		border-bottom:none;
		line-height:20px;
		}
		#menu ul a:hover{
		background-color:#767676;
		border-color:#303030;
		color:#000;
		} 
