@import "imagebox.css"; 

* {
	border: 0; 
	margin: 0;
	padding: 0;
}

html, body 
{
	text-align: center;
	height: 100%;
}

body {
	 background-color: #050e3d; 
	 font: 62.5%/1.5 Verdana, sans-serif; 
}

h1, h2, h3, h4 {
	color:#333;
	font-weight: bold;
}

h1 {
	margin: 1.5em 0 0.5em;
	text-align:center;
	font-size: 2.2em; 
}

h2 {
	margin: 0.5em 0 0.5em;
	text-align:left;
	font-size: 1.8em; 
}

h3 {
	margin: 0.75em 0 0.5em;
	text-align: left;
	font-size: 1.6em; 
}

h4 {
	margin: 0.5em 0 0.5em;
	text-align: left;
	font-size: 1.4em; 
}

img { border: 0 }

.neutraText_book {
	font-size: 16px;
	text-align: left; 
	line-height: 1.2em; 
	font-weight: normal; 
}

#container1
{
	 position: relative;
	 width: 100%;
	 height: 100%;
	 margin: 0;
	 text-align: center;
}

#content 
{
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	margin-left: -400px;
	margin-top: -300px;
	background-color: #050e3d; 
}

.clear {
	clear: both;
	height: 1px; 
	overflow: hidden; 
}
	

div#main {
	position: absolute;
	left: 0; 
	top: 0; 
	width: 630px; 
	height: 600px; 
	float: left; 
	margin-left: 0;
	text-align: center; 
	overflow: hidden; 
}

div#mediaplayer {
	position: absolute; 
	left: 175px; 
	top: 450px;
}

div#main.home { width: 800px }

.sfondo {
	background: #050E3D url('../media/img/com/sfondo_main.png') repeat-y top left; 
}

a#homelink { 
	margin: 320px 0 0 0; 
	float: left; 
}

div#img_cont {
	display: block; 
	position: absolute; 
	width: 300px;
	left: 243px; 
	top: 90px; 
	/*margin: 116px 0 0 243px; 
	/**/
}

div#img_cont a{
	display: block; 
	float:left; 
	margin: 4px 6px; 
}

div#rightbar {
	position: absolute;
	width: 170px; 
	height: 600px; 
	left: 630px;
	top: 0; 
	overflow: hidden; 
	text-align: center; 
	background: url('../media/img/com/sfondo_menu.jpg'); 
}

div#rightbar.home { 	background: none; }

ul#menu {
	margin-top: 120px; 
	list-style-type: none; 
	font-size: 18px; 
}

#menu li {
	padding-bottom: 40px; 
}

#menu li a{
	color: #D6E0C3; 
	text-decoration: none; 
}

#menu li.current a {
	color: #76A4C0;
}

#menu li a:hover {
	color: white;
}

#menu li.lang {
	font-size: 11px; 
	padding-bottom: 0; 
}

#menu li.hidden {
	display: none; 
}

/* * * * PAGINE * * * * */

#news_wrap {
	position: absolute; 
	left: 136px; 
	width: 448px; 
	height: 475px; 
	padding: 16px; 
	overflow-x: auto;
	text-align: left; 
}

.news_row {
	clear: both; 
	margin: 16px 0; 
}

.news_row a {
	float: left; 
	margin-right: 12px; 
}

#musica_txt, #bio_txt {
	margin-left: 123px; 
	padding: 32px; 
	text-align: left; 
}

#musica_txt p, #bio_txt p {
	font-size: 14px; 
}

.tn_wrap {
	position: relative; 
	float: left; 
	width: 120px;
	height: 120px; 
	margin: 12px; 
	text-align: left; 
}

.tn_wrap a {
	position: absolute; 
	width: 124px; 
	text-align: center; 
	bottom: 0; 
}

#footer {
	position: absolute;
	width: 800px; 
	right: 0; 
	bottom: -14px; 
	overflow: hidden; 
	color: #8888AA; 
	font-size: 9px; 
}

#footer a {
	text-decoration: none; 
	font-weight: bold; 
}

#footer a:link, #footer a:visited {
	color: #BBBBFF; 
}

#footer a:hover, #footer a:active {
	color: #FFFFFF;  
}

/* DO NOT WRITE BELOW THIS LINE */
