/* BODY */
body {
	margin: 0;
	padding: 0;
	background:#000000;
}
/* CORPO - Container generale e contenitori interni*/
#container{
	width:1000px;
	margin:0px auto;
}
#header{
	width:1000px;
	height:335px;
	background: url(/images/css/header.jpg);
}
#center{
	width:1000px;
	background: url(/images/css/sfondo.jpg);
}
#centerContent{
	padding-left:59px;
	padding-right:76px;
	color:#000;
	clear:both;
}
#centerContent p{
	margin: 0;
}
#menu{
	padding-left:59px;
	padding-right:76px;
	height:30px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	clear:both;	
}
#menu ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: block;
	height:10px;
}
#menu a{
	text-decoration:none;
	color:#09C;
}
#menu a:hover{
	text-decoration:none;
	color:#000;
}
#menu .pressed{
	color:#999;
}
.sx{
	float:left;
}
.dx{ 
	float:right;
	margin-left:20px;
}
.divider{
	width:20px;
}
.contentBig{
	border:solid 1px #CCC;
	padding:3px;
	margin-bottom:10px;
	clear:both;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	line-height:20px;
	text-align:justify;
}
.contentSmallsx{
	border:solid 1px #CCC;
	float:left;
	padding:3px;
	margin-right:8px;
	margin-bottom:10px;
	width:275px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	height:330px;
	line-height:20px;
	text-align:justify;
}
.Titolo{
	font-family:"Courier New", Courier, monospace;
	font-size:18px;	
	color:#09C;
}
.Titolo2{
	font-family:"Courier New", Courier, monospace;
	font-size:14px;	
	color:#09C;
}
.contentSmalldx{
	border:solid 1px #CCC;
	float:right;
	padding:3px;
	margin-left:8px;
	margin-bottom:10px;
	width:275px;
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	height:330px;
	line-height:20px;
	text-align:justify;
}
.contentSmallcx{
	border:solid 1px #CCC;
	float:left;
	padding:3px;
	margin-bottom:10px;
	width:275px;	
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	height:330px;
	line-height:20px;
	text-align:left;
}
.contentSmall2c{
	border:solid 1px #CCC;
	float:right;
	padding:3px;
	margin-bottom:10px;
	width:565px;	
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	line-height:20px;
	text-align:justify;
}
#footer{
	width:1000px;
	height:46px;
	background: url(/images/css/footer.jpg);
	margin-top:0px;	
}
#footer a{
	text-decoration:none;
	color: #666;
}
#footerContent{
	padding-left:59px;
	padding-right:76px;
	padding-top:10px;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	text-align:center;
	color:#999;
}
#search{
	margin-left:767px;
	height: 46px;
	width:211px;
	margin-top:0px;
}

#search #searchbox{
	width: 154px;
	height: 46px;
	background: url(/images/css/searchbox.jpg) repeat-x;
	margin: 0px;
	border:none;
	float:left;
	padding-top:15px;
	padding-left:48px;
}
#search #searchbtn{
	width: 55px;
	height: 46px;
	background: url(/images/css/searchbtn.jpg) no-repeat;
	border:none;
	margin: 0px;
	cursor:pointer;
	float:left;
	margin-left:-48px;
}
#search #searchbtn:hover{
	width: 55px;
	height: 46px;
	background: url(/images/css/searchbtn2.jpg) no-repeat;
	border:none;
	margin: 0px;
	cursor:pointer;
	float:left;
	margin-left:-48px;
}
