body {
	width: 900px;
	margin-top: 25px;
	padding: 0;
	background: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	color: #FFFFFF;
}


h1, h2, h3 {
	margin: 0;
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-weight: normal;	
	color: #FF66FF;
}

h1 { font-size:20pt;
	text-decoration:none;
	text-align: center;
	}

h2 { font-size: 16pt;
	text-decoration:none;
	}

h3 {font-size: 13pt;
	text-decoration:none;
 	}

p, ul, ol, li {
	margin-top: 0;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	text-decoration:none;
	font-weight: normal;
}

blockquote { }

a { color: #ff66ff;
	text-decoration:underline; 
	}

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}



#wrapper {
	width: 100%;
	margin: 0 auto;
}

/*------------------------------Header ----------------------------------*/


#header-wrapper {
}

#header {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	background-color:#FF66FF;
	
	}

/*------------------------------LOGO ----------------------------------*/	


#logo {
	width: 100%;
	height:100px;
	margin:0 auto;
	background-color: #000000;
	background-image: url(../img/logoPiccolo.png);
	background-repeat: no-repeat;
	background-position-x:center;
	background-position-y:center;
	background-position: left;
	}

#logo h1 { 	
	float: left;
	padding-top:20px;
	padding-left:170px;
	color: #ff66ff;
	font-size:40pt;
	text-decoration:none;
	text-align: center;
	}

/*------------------------------Menu ----------------------------------*/

#menu{ z-index: 1;
	position: relative;
	float: none;
	width: 100%;
	height: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}

#menu ul{
padding:0;
margin:0;
z-index: 1;
}

#menu li{
position: relative;
float: left;
list-style: none;
margin: 0;
padding:0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
z-index: 1;
}

#menu li a{
width:128.5px;
height: 30px;
display: block;
text-decoration:none;
text-align: center;
line-height: 30px;
background-color: #000000;
color: white;
z-index: 1;
}

#menu li a:hover{
background-color: #FF66FF ;
color:#000000;
z-index: 1;
}

#menu ul ul{
position: absolute;
top: 30px;
width: 100px;

display: none;
z-index: 1;
}


#menu ul li:hover ul{
position: absolute;
top: 30px;
width: 100px;
background-color: black;
color: white;

display: block;
z-index: 1;
}



/*------------------------------Page----------------------------------*/
#page {
      position: relative;
	width: 860px;
	margin: 0 auto;
	padding: 30px 30px 0px 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 10pt;
	color: #ffffff;
   }
#div1{
      width: 49%;
      float:left;
      }
      
#div2{
      width: 49%;
      float:right;
     padding-left:10px;
      }
      
#div1_1{
      width: 32.5%;
      float:left;
      text-align: center;

      }

#div1_2{
      width: 32.5%;
      text-align: center;
      float:left;
       padding-left:10px;

      }

#div1_3{
      width: 32.5%;
      float:left;
      text-align: center;
      padding-left:10px;

      }
/*------------------------------link ----------------------------------*/
  #link {
    	padding-left:170px;
    	font-size: 13pt;

         }

/*------------------------------Content ----------------------------------*/


#content {
	float: left;
	width: 800px;
}


/*------------------------------Footer  ----------------------------------*/


#footer {
	width: 100%;
 	height:30px;
	margin-top: 50px;
    position: bottom;
	padding: 0;
	text-align: center;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 8pt;
	color: #FFddFF;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
}

#footer a {
    text-align: center;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 8pt;
	color: #FF66FF;
}

