html, body {
	width:100%;
	margin:0;
	padding:0;
}
body {
	background-color:#211911;
	background-image:url(../images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#onde {
	position:absolute;
	width:100%;
	top:60%;
	left:0;
}

#contenitore {
	width:950px;
	min-height:600px;
	margin-left:auto;
	margin-right:auto;
}

#menu {
	float:right;
	/*margin:0px 0px 0px 250px;*/
	margin:0;
	width:695px;
}
#menu ul, #menu li {
	margin:0;
	padding:0;
	list-style:none;
}
#menu li {
	float:left;
	width:139px;
	height:30px;
	margin:86px 0px 0px 0px;
	padding:22px 0px 12px 0px;
	text-align:center;
	background-image:url(../images/bg_menu_des.jpg);
	background-repeat:no-repeat;
}
#menu li.sel {
	background-image:url(../images/bg_menu.jpg);
}
#menu a {
	font-family:"Times New Roman", Times, serif;
	font-size:20pt;
	color:#1E0D0A;
	text-decoration:none;
}

#ciak {
	position:absolute;
	top:0px;
}

#sub {
	/*position:relative;
	top:0;*/
	float:left;
	width:240px;
	min-height:470px;
	/*padding:220px 25px 0px 25px;*/
	background-image:url(../images/bg_sub.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#sub h1 {
	margin:0px 25px 0px 25px;
	font-size:18pt;
	font-weight:normal;
}
#sub h2 {
	color:#DCA649;
	font-size:16pt;
	font-weight:normal;
	text-align:right;
	font-style:italic;
	border-bottom:2px #DCA649 solid;
	margin:5px 25px 5px 25px;
}
#sub p {
	color:#FFFFFF;
	font-size:10pt;
	text-align:center;
	margin:0px 25px 0px 25px;
}
#sub a {
	color:#FFFFFF;
	text-decoration:none;
}

#main {
/*	clear:both;
	margin:64px 0px 0px 255px;*/
	display:inline;
	margin-right:5px;
	float:right;
	width:685px;
	height:440px;
	background-color:#DCA649;
	opacity:0.7;
	filter:alpha(opacity=70);
}

#main_content {
	position:absolute;
	display:inline;
	/*margin-left:260px;
	float:right;
	margin-right:5px;*/
	/*margin-top:-440px;*/
	margin-left:20px;
	top:150px;
	padding:20px;
	width:641px;
	height:400px;
	overflow:auto;
	border-right:2px #dca64c solid;
	border-bottom:2px #dca64c solid;
	border-left:2px #dca64c solid;
}

#home_news {
	width:190px;
	float:left;
}
#home_news h1 {
	color:#F9E4B9;
	font-size:16pt;
	font-weight:normal;
	font-style:italic;
	margin:0;
}
#home_news p {
	font-size:12px;
}
#home_news a{
	color:#000000;
	text-decoration:underline;
}

#home_video {
	float:left;
	margin-left:15px;
}
#home_video h1 {
	margin:0px 0px 10px 0px;
	color:#F9E4B9;
	text-align:right;
	font-style:italic;
	border-bottom:2px #F9E4B9 solid;
}
#home_video h2 {
	margin:10px 0px 0px 0px;
	padding:0;
	float:left;
	font-size:16px;
	text-align:left;
}
#home_video p {
	margin:0;
	text-align:justify;
}

#elenco_news {
	float:left;
	width:200px;
	padding:3px;
	margin-left:5px;
}
#elenco_news h1 {
	color:#F9E4B9;
	font-size:16pt;
	font-weight:normal;
	font-style:italic;
}
#elenco_news p {
	font-size:12px;
}
#elenco_news a{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

#dettaglio_news {

}
#dettaglio_news h1 {
	margin:0px;
	color:#F9E4B9;
	text-align:right;
	font-style:italic;
	border-bottom:2px #F9E4B9 solid;

}
#dettaglio_news h2 {
	margin:10px 0px 0px 0px;
	padding:0;
	float:left;
	font-size:16px;
	text-align:left;
}
#dettaglio_news ul {
	margin:0;
	padding:0;
}
#dettaglio_news li {
	display:inline-block;
	margin:2px;
}
#dettaglio_news p {
	text-align:justify;
}
#dettaglio_news img {
	float:right;
	margin:10px 0px 10px 10px;
}
#dettaglio_news embed {
	float:right;
	margin:5px 0px 5px 10px;
}

#preview {
	width:143px;
	height:80px;
	border-style:solid;
	border-width:3px;
	border-color:#FFFFFF;
	background-position:center;
}

#clear {
	clear:both;
}
#pagine {
	font-weight:bold;
}
#pagine a {
	color:#F9E4B9;
}

.input_text {
	width:250px;
}
.input_textarea {
	width:250px;
	height:80px;
}
.input_submit {
	width:250px;
}