/* IMPOSTAZIONI LAYOUT GENERALE */
@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: "Gill Sans", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
}



p {
	font-family:Gill Sans, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
current {
	color:#FF0000;
	text-decoration : none;
	font-weight: normal;
}
h2 {
	color:#FFFFFF;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size:120%;
	font-variant: normal;
	font-weight: normal;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}
h3 {
	font-family: Gill Sans, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 110%;
	color:#FFFF99;
	font-weight: 100;
	padding: 0px 0px;
	padding-left: 50px;
	padding-right: 50px;
}
a:link {
	color:#FFFFFF;
	text-decoration : none;
}
a:visited {
	color:#FFFFFF;
	text-decoration : none;
}
a:active {
	color:#FF0000;
	text-decoration : none;
}
a:hover {
	color : Red;
}



/* IMPOSTAZIONI LAYOUT DEL'AREA CONTENUTI */
#container {
	color:#555555;
	position: relative;
	width: 900px;
	text-align: left;
	background:#000000;
	
	margin-right: auto;
	margin-left: auto;
	
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #FFFF99;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #FFFF99;
} 
 
#container_gallery {
	position: relative;
	width: 900px;
	text-align: left;
	height: 400px;
	background:#000000;
	
	margin-right: auto;
	margin-left: auto;
	
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #FFFF99;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #FFFF99;
} 



/* IMPOSTAZIONI LAYOUT DELLA BARRA DI NAVIGAZIONE */

#navigation_bar {
	position:relative;
	width: 900px;
	font-family: Gill Sans, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	margin-top: 200;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 20px;
	background:#000000;
}

/* BARRA INDIRIZZI */
/* HOME */
#home {
	position: absolute;
	width: 100px;
	left: auto;
	text-align: center;
	right: auto;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #FFFF99;
}
/* PROGRAMMA */
#costantini {
	position: absolute;
	width: 100px;
	left: 100px;
	text-align: center;
}
/* MATERIALI */
#lavori {
	position: absolute;
	width: 100px;
	left: 200px;
	text-align: center;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
/* GALLERY */
#storie {
	position: absolute;
	width: 100px;
	left: 300px;
	text-align: center;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
/* CONTATTI */
#contatti {
	position: absolute;
	width: 100px;
	left: 400px;
	text-align: center;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #FFFF99;
}



/* IMPOSTAZIONI LAYOUT GALLERY VIDEO */
 
#mainContent_3 {
	position:absolute;
	left: 0px;
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	width:200px;
	font-size: 100%;
	top: 0px;
	margin-left: 20px;
	height: 500;
}

#mainContent_link {
	position:absolute;
	bottom: 0px;
	left: 0px;
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	width:200px;
	font-size: 100%;
	margin-left: 20px;
}

#mainContent_movie {
	position:absolute;
	left: 280px;
	bottom: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	width:600px;
	height: 400px;
	font-size: 100%;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
