/* CSS Document */
    a {
	color: #eeeeee;
	text-decoration: none;
    }
    a:hover {
	color: rgb(241,241,241);
	font-weight: bold;
	
    }
    body {
      margin: 0;
      padding: 0;
      font-family: Arial,Helvetica,sans-serif;
      font-size: 13px;
      color: #eeeeee;
      text-align: center;
      background: black url('../images/gradient.png') repeat-x;
      position: relative;      
    }
    #all {
      width: 900px;
      margin: 0 auto;
      text-align: left;      
    }
    #all #head {
	height: 260px;
	position: relative;
	background: #72747d url('../images/head.png') no-repeat;
	background-image: url("../images/gradient.png");
	font-family: Arial, Helvetica, sans-serif;
	}
	
    #all #head {
	height: 260px;
	position: relative;
	background: #72747d url('../images/head.png') no-repeat;
	background-image: url(../images/head.png);
	font-family: Arial, Helvetica, sans-serif;
    }
    #all #head p#top-ribbon {
	position: absolute;
	top: -16px;
	right: 620px;
	font-size: 12px;
	width: 244px;
	height: 93px;
	font-family: Arial, Helvetica, sans-serif;
	visibility: visible;
    }
    #all #head h1 {
	position: absolute;
	top: 31px;
	left: 32px;
	background: url('../images/h1-line.png') no-repeat center 48px;
	padding: 0;
	margin: 0;
    }
    #all #head h1 a {
      font-weight: bold;
      font-size: 36px;
      color: white;
      text-decoration: none;
    }
    #all #head h1 span {
      font-size: 14px;
      font-weight: normal;
      display: block;
      text-align: center;
      padding-top: 10px;
    }
    #all #head ul#menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 43px;
	width: 614px;
    }
    #all #head ul#menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 43px;
	font-weight: normal;
    }
    #all #head ul#menu li a {
	display: block;
	float: left;
	line-height: 43px;
	height: 43px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding: 0 10px;
	border-right: 1px solid #bcc2c1;
    }
    #all #head ul#menu li a:hover {
	text-decoration: underline;

    }
    #all h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 15px 20px;
	padding: 20px 0 6px 0;
	border-bottom: 1px solid white;
	text-align: left;
    }
    #all h3 {
      font-size: 17px;
      font-weight: bold;
      margin: 0 30px;
      padding: 30px 0 0 0;
    }
    #all p {
	margin: 0;
	padding: 18px 30px 0 30px;
	line-height: 150%;
	text-align: justify;
	font-size: 13px;
    }
    #all #footer {
      border-top: 10px solid #3c3d3f;
      margin: 35px 0 10px 0;
      padding: 0;
    }
    #all #footer p {
	color: #9c9c9c;
	font-size: 12px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
    }
   
    #all #footer p a {
      color: #9c9c9c;
      text-decoration: underline;
    }
    #all #footer p a:hover {
	color: rgb(255,255,255);
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    }
	
	#galleria img:{
		height:40px;
		width:auto;
	}
	
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menu_left_selection {
	font-size: 13.5px;
}
#all #footer table tr td {
	text-align: center;
}
