

body {
	margin: 0;
	text-align: center;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-repeat:repeat;
	background-position:top center;
	background-image:url(img/bg.png);

}
#container {
width: 760px;
margin: 35px auto;
margin-top: 150px;
}

#header {
	/*background: #fff;*/
	width: 760px;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size:32px;
	font-family: "Trebuchet MS", sans-serif;
	text-align: left;
	font-weight:bold;
}

#content {
	background: #aaa;
	float:left;
	width: 760px;
	height: 400px;
	text-align: left;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(img/first.jpg);
}

#sidebar {
background: #ccc;
float: right;
width: 120px;
}

#footer {
background: #fff;
float: right;
width: 100%;
}

#w3c {
	
	float: right;
	width: 15%;
	background-repeat:no-repeat;
	background-position:right;
	background-image:url(img/css_icon.gif);
	margin-right: 10px;
	height: 15px;
}

#rss {
	
	float: right;
	width: 80px;
	background-repeat:no-repeat;
	background-position:right;
	background-image:url(img/flashplayer.gif);
	margin-right: 10px;
	height: 20px;
	text-align: bottom;
	color: #666666;
	text-decoration: none;
	list-style: none;
}


.iframe { 
width: 250px; 
height: 370px;
float: right;
overflow: auto;
border: 0px solid #000;
padding: 5px;
margin-top: 10px;
margin-right: 10px;
}


/* ---------------  colori  ----------------------------*/

.red {color: #c43917}
.gray {color: #666666}


/* ---------------  Inizio css menu  ----------------------------*/

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
margin-left: 0px;

}

#nav-menu li
{
float: left;
margin: 0 0.20em;


}

#nav-menu li a
{
/*background: url(background.gif) #fff bottom left repeat-x;*/
height: 2em;
/*line-height: 2em;*/
float: left;
width: 6em;
display: block;
border-right: 0.1em solid #dcdce9;

text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:100%
}



#nav-menu li a:hover
{
/*background: url(background.gif) #fff bottom left repeat-x;*/
height: 2em;
/*line-height: 2em;*/
float: left;
width: 6em;
display: block;
border-right: 0.1em solid #dcdce9;
color: #000;
text-decoration: none;
text-align: center;
}




