/* CSS Document */

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font-size: 100.01%;
	color: #FFFFFF;
	background-image: url('images/sfondo_stelle_4_web.png');
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Tahoma, Geneva, sans-serif;
}
#wrapper {
	width:900px;
	background-color:#;
	border: 1px ridge #000000;
	margin: 40px auto;
}
#banner {
	height: 100px;
	background-image: url('images/11kms_banner_2.png');
	background-repeat: no-repeat;
	border-bottom: 4px solid #FFF;
	margin-bottom: 4px;
}
#nav {
	background:#C00;
	margin-top: 5px;
	border-top: 2px solid #000000;
	border-bottom: 1px;
	margin-bottom: 6px;
	
} /*ul means unordered list */
#nav ul{
	padding-bottom: 3px;
}
#nav ul li{
	display: inline;
}
#nav ul li a{
	font-size: .9em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 28px;
	text-align: center;
}
#nav ul li a:hover{
	color: #000000;
}
#nav_2 {
	background:#E6E6E6;
	margin-top: 0px;
	border-top: 0px solid #000000;
	border-bottom: 0px;
	margin-bottom: 6px;
} /*ul means unordered list */
#nav_2 ul{
	padding-bottom: 1px;
}
#nav_2 ul li{
	display: inline;
}
#nav_2 ul li a{
	font-size: .8em;
	color: #000;
	text-decoration:none;
	padding: 0 28px;
}
#nav_2 ul li a:hover{
	color: #C00;
}
#container {
	margin-top: 1px;
	margin-bottom: 6px;
	height: 400px;
	padding: 0px;
	font-size: 100.01%;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #;
	background-repeat: no-repeat;
	background-position: top left;
}
#container p{
	font-size: .8em;
	margin-bottom: 1px;
}
#container_2 {
	height: 400px;
	margin-bottom: 7px;
	font-size: 100.01%;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url('images/dietro_grigio_video_1.png')
}
#container_2 p{
	font-size: .8em;
	margin-bottom: 1px;
}
#container_3 {
	width:800px;
	background-color:#;
	border: 1px ridge #000000;
	margin: 40px auto;
}
#video_container {
	padding: 50px;
	margin-left: 140px;
}

#footer {
	height: 40px;
	background-image: url('images/footer_1.png');
	background-position:bottom;
}
#footer p{
	font-size: .7em;
	color: #000;
	padding: 13px;
	text-align: center;
}
