/*
	HOME
*/

body {
	background: #D2D2D2 url("background.jpg") center top no-repeat;
	text-align:	center;
	margin:		0;
	padding:	0;
	font-size:	12px;
	font-family: Verdana, Arial, sans-serif;
}
a img {
	border: 0;
}

#wrapper {
	position:	relative;
	margin:		28px auto 0 auto;
	text-align: left;
	color:		white;
	width:		972px;
}

#navigation {
	width: 			234px;
	float:			left;
}
#header {
	margin-bottom:	16px;
}
.menu {
	margin-bottom:	16px;
}
.menu ul {
	border-top:		1px solid black;
	list-style: 	none;
	margin: 		0;
	padding:		0;
}
.menu li {
	border-bottom:	1px solid black;
	font-size: 		10px;
	line-height: 	20px;
	color:			black;
}
.menu a {
	display:		block;
	color:			black;
	text-decoration: none;
	padding-left:	8px;
}
.menu a:first-letter {
	font-size: 		6px;
}
.menu a:hover {
	background:		#D2D2D2;
}

#container {
	margin-left:	4px;
	width:			524px;
	float:			left;
}
#content {
	margin-top:		8px;
}
#the_content {
	*margin-top:	-2px;
	padding:		0 16px;
	background:		#e96d18;
	color:			#333;
}
#the_content p {
	margin: 		0px;
	padding-bottom: 1em;
}
/*
	aggiunto roberto 
*/
#the_content a {
	color:			#666;
	text-decoration: underline;
	font-weight:bold;
}
#the_content a:hover {
	color:			#000;
}
/*
	fine aggiunto roberto 
*/
#news {
	margin-top:		8px;
}
#news_content {
	*margin-top:	-4px;
	padding:		0 16px;
	background:		white;
	color:			#333;
/*	font-weight:bold;*/
}
#news ul {
	list-style: 	none;
	margin:			0;
	padding:		0;
}
#news li {
	line-height:	18px;
}
#news a {
	color:			#333;
	text-decoration: none;
}
#news a:visited {
	color:			#333;
}
#news a:hover {
	color:			#333;
	border-bottom:	1px dotted #333;
}

#sidebar {
	margin-top: 	52px;
	width:			200px;
	float:			right;
}
#primary_box {
}
#primary_box_content {
	*margin-top:	-2px;
	padding:		0 16px;
	background:		#e96d18;
	color:			#333;
}
#secondary_box {
	margin-top:		8px;
}
#secondary_box_content {
	*margin-top:	-2px;
	padding:		0 16px;
	background:		white;
	color:			#333;
}

#footer {

/*	background: url("foot_bkg.png");*/
	
	float:			none;
	clear:			both;
	padding:		8px 10px;
	margin:			0 224px 0 256px;
	color:			#999999;
	font-size:		10px;
	text-align:		right;
}

/*#footer_content {
	background-color:#FFFFFF;
	}*/

#footer a {
	color:			#999999;
	text-decoration: none;
}
#footer a:hover {
	color:			#999999;
}

.alignright {
	display: block;
	float: right;
	margin: 12px 0px 12px 12px;
}
.alignleft {
	display: block;
	float: left;
	margin: 12px 12px 12px 0px;
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 1em auto;
}