﻿  /* CSS layout */
body {
    margin: 0;
	padding: 0;
	color: #4E4E4E;
	height:1130px;
    margin-top: 20px; 
    margin-bottom: 20px;
    background-image:url('../sfondi/bg_index.jpg');
    background-attachment:fixed;
    
}
#wrapper{
width: 900px;  /*valore d'esempio*/
position: absolute; /*permette di posizionare con proprieta left e margin*/
left: 50%; /*l'angolo destro di wrapper sara al 50% della larghezza della finestra del browser*/
margin-left: -450px; /*meno metà di width per postare wrapper verso la sinistra  e centrarlo*/
}
#masthead {
width:900px;
height:407px;
background-image:url('../sfondi/index.jpg');
background-repeat:no-repeat;background-color:white;
margin-bottom:3px;

}


#top_nav {
width:900px;
height:30px;
margin-bottom:0px;
background-color:white;



}

#container {
	width: 900px;
	height: 550px;
	margin-top:4px;
	background-color:white;
	padding-top:15px;
-moz-box-shadow: 0 1px 10px rgba(0,0,0,1);

-webkit-box-shadow: 0 1px 10px rgba(0,0,0,1);

-khtml-box-shadow: 0 1px 10px rgba(0,0,0,1);

box-shadow: 0 1px 10px rgba(0,0,0,1);


}

#left_col {
	width: 185px;
	height:500px;
	float: left;
	margin-top:-1px;
	margin-left:5px;


}

#btdemo{
	width: 175px;
	height:46px;
	float: left;
	background-image:url('../immagini/demo_mp3.png');
	background-repeat:no-repeat;
}

#btelenco_canzoni{
	width: 175px;
	height:46px;
	float: left;
	background-image:url('../immagini/elenco_canzoni.png');
	background-repeat:no-repeat;
}
#btfoto_video  {
	width: 175px;
	height:46px;
	float: left;
	background-image:url('../immagini/foto_video_matrimoni.png');
	background-repeat:no-repeat;
}

#bottoni_sx {
margin-left: 3px;
margin-top: 15px;
margin-top: 0px
}

#page_content {
    width:670px;
    height:500px;
	margin-left: 204px;
	border:solid 1px  #D6D6D6;
	margin-top:3px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 8pt;
	letter-spacing:1px;
	text-align:justify;
	background-color:white;
	padding: 5px 5px 5px 5px;
	margin-top:0px;

}

#footer {
clear : both;
background-color : white;
width : 880px;
height : 130px;
font-family : "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
font-size : 8pt;
text-align : center;
padding : 10px 10px 10px 10px;
margin-top : 5px;
border : 1px solid gray;
-moz-box-shadow: 0 1px 10px rgba(0,0,0,1);

-webkit-box-shadow: 0 1px 10px rgba(0,0,0,1);

-khtml-box-shadow: 0 1px 10px rgba(0,0,0,1);

box-shadow: 0 1px 10px rgba(0,0,0,1);

}

#titoletti1 {
color : #dc319e;
font-weight : bold;
}
#titoletti2 {
color : #dc319e;
font-weight : bold;
}
#titoletti3 {
color : #dc319e;
font-weight : bold;
}


#intestazione_contenuti {
	width: 100%;
	height: 30px;
	background-color: #EDEDEE;
	border-top:opx;
}
	
#contenuti1{
	width: 653px;
	margin-left:7px
	}
#contenuti2{
	width: 653px;
	margin-left:7px
	}
#contenuti3{
	width: 653px;
	margin-left:7px
	}

#stampatello {
width:418px;
margin-top:195px;
font-family:arial narrow;
font-size:10pt;
color: #333333;
float:right;
margin-right:10px;
text-align:justify; 
}
h1 {
font-size:8pt;
font-style:italic;
text-transform:lowercase;
margin-left:7px;

}
