body {
	background-image: url(../galeria/fundos/Colore-Movimento.jpg);
	background-color: #FFF;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

body.noScroll { 
	background-image: url(smallPic.jpg); 
	background-attachment: fixed;
}

div {
	border-radius: 5px;
	}
	
span{
	font-weight:bold;
}
	
#header {
	z-index: 1;
	position: relative;
	width: 1000px;
	height: 310px;
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
	}



#footer {
	position: relative;
	height: 50px;
	width: 1000px;
	text-align: center;
	margin-right:auto;	
	margin-left: auto;
	margin-top: 10px;
	background-color: #444444;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #ffffff;
	clear: both;
}

#name {
	position: relative;
	z-index: 100;
	margin-top: 8px;
	margin-bottom: 10px;
	margin-left: 5px;
	text-align: center;
	font-size: 35px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: white;

}

#email{
	margin-right: 5px;
	padding-top: 5px;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	color: #000000;
}

h4 {
	margin-left: 35px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	font-family: Verdana, sans-serif;
	font-size: 20px;
}



li {
	list-style-type: round;
}


#footer p a{
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}


#footer p {
	position: relative;
	padding-top: 15px;
}

.navbox {
	position: relative;
	float: left;
	margin: auto;
}

ul.nav {
	list-style: none;
	display: block;
	width: 200px;
	position: relative;
	background: no-repeat;
	background-size: 50% 100%;
	margin: 35px 0px 0px -10px;
}

li {
	margin: 5px 0 0 0;
}

ul.nav li a {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	background: #444444 no-repeat;
	opacity:0.90;
	color: #FFFFFF;
	padding: 7px 15px 7px 15px;
	border-top-right-radius: 10px;
 	border-bottom-right-radius: 10px;
	width: 110px;
	display: block;
	text-decoration: none;
	box-shadow: 2px 2px 4px #888;
}

ul.nav li a:hover {
	background: #CC3300 no-repeat;
	color: #FFFFFF;
	padding: 7px 20px 7px 30px;
	opacity:0.72;

}

ul.nav li div{
	background: #CC3300 no-repeat;
	color: #FFFFFF;
	padding: 7px 20px 7px 30px;
	border-top-right-radius: 10px;
 	border-bottom-right-radius: 10px;
	border-top-left-radius: 0px;
 	border-bottom-left-radius: 0px;
	width: 110px;
	display: block;
	font-weight: bold;
	box-shadow: 2px 2px 4px #888;
	opacity:0.72;
}

/**********************IMAGES************************/
div.img
  {
	position: relative;
	display: inline-block;
	margin-top: 15px;
	height:77%;
	width: 1000px;
	text-align:center;
  }

 .tximageleft {
	float:left;
	margin-right:20px;
	margin-left: 35px;
	margin-bottom: 5px;
	margin-top: 5px;
	}

.tximageright {
	float:right;
	margin-right:35px;
	margin-left:20px;
	margin-bottom: 5px;
	margin-top: 5px;
	}
	
.tximagecenterhigh{
		margin-right:auto;
		margin-left:auto;
		margin-bottom: 5px;
		margin-top: 35px;
		display: block;
	}
	
.tximagecenterlow{
		margin-right:auto;
		margin-left:auto;
		margin-bottom: 5px;
		margin-top: 10px;
		display: block;
	}