/*----------------------------------------------------------------------------------------------------------------------------------*/
  *{
    margin: 0;
    padding: 0;
  }
  body{
    padding-top: 10px;
    background: #ffffff;
    text-align: center;
    font: 12px Arial, Helvetic,sans serif;
    color: #384A8A;
	line-height:1.3em;

	
	}
   a:link {
	font:11px tahoma;
	color: #047fb8;
	text-decoration: none;
}
a:visited {
	font: 11px tahoma;
	color: #047fb8;
	text-decoration: none;
}
a:hover {
	font: 11px tahoma;
	color: #36488A;
	text-decoration: underline;
	cursor: crosshair;
    font-weight: bold;
    position: relative; top: 1px; left:1px;
        
        
}
a:active {
	font: 11px tahoma;
	color: #36488A;
	text-decoration: none;
    font-weight: bold;
}

 
  #container{
    margin: 0 auto;
    width: 740px;
    background: #384A8A url(immagini/content_gcm.jpg) center top repeat-y;
    text-align: left;
  }
  h1{
    color: #666;
    font-size: 11px;
    font-weight: normal;
  }
  h2{
    color: #fff;
    font-size: 30px;
  }
  h3{
    color: #384A8A;
    font-size: 20px;
	text-align: center;
	background-color:#eee;
	line-height:1.2em;
  }
  h4{
    color: #384A8A;
    font-size: 12px;
	font-family: Arial;
  }
  fieldset{
    border: 0;
  }
 
  #picture {
	float: left;
	width: 158px;
	
}

 #picture1 {
	float: left;
	width: 110px;
	
}
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #header{
    width: 740px;
    height: 260px;
    background: #384A8A url(immagini/GCM_logo.gif) center top no-repeat;
    text-align: center;
  }
  h1#logo{
    padding-top: 15px;
    background: transparent url(immagini/page_title_ornament.gif) center bottom no-repeat;
  }
  h1#logo a{
    color: #384A8A;
    text-decoration: none;
  }
  h1#logo a:hover{
    text-decoration: underline;
  }
  #header h2{
    float: left;
    padding: 167px 0 0 40px;
  }
  #barWrapper{
    clear: both;
    padding: 0 10px;
    height: 24px;
    background: #384A8A;
  }
  #barWrapper form{
    float: left;
    width: 25%;
  
  }
  ul#mainNav{
    float: left;
    border-right: 1px solid #ffffff;
    list-style: none;
  }
  ul#mainNav li{
    float: left;
    border-left: 1px solid #ffffff;
	
  }
  ul#mainNav a{
    display: block;
    padding: 2px;
    width: 114px;
    color: #fff;
    font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
    text-align: center;
	text-decoration:none;;
  }
  ul#mainNav a:hover{
    background: #ffffff;
    color: #384A8A;
  }
  
  
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #contentWrapper{
    clear: both;
    padding: 20px;
	padding-top:50px;
    background: transparent url(immagini/top_content_gcm_01.jpg) no-repeat;
  }
  #addColumn{
    float: left;
    width: 190px;
	border-right: 1px solid #384A8A;
	padding-right: 2px;
  }
  #addColumn h4{
    padding-left: 15px;
    background: transparent url(immagini/quadrato_gcm.jpg) left center no-repeat;
  }
  #addColumn p{
    margin-bottom: 20px;
    color: #384A8A;
  }
  #content{
    margin-left: 210px;
	margin-right: 10px;
  }
  #content h3{
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
	border-top: 1px solid #eee;
	padding-top: 5px;
  }
  #content p{
    margin-bottom: 20px;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #footer{
    clear: both;
    height: 50px;
    background: transparent url(http://thedaworld.altervista.org/provaGCM/footer_gcm_01.jpg) no-repeat;
    text-align: center;
    color: #384A8A;
    font-size: 10px;
	font-family: arial;
  }
  #footer a{
    color: #888;
    text-decoration: none;
  }
  #footer a:hover{
    color: #666;
    text-decoration: underline;
  }
  ul#metaLink{
    background: transparent url(immagini/page_footer_ornament.gif) center top no-repeat;
    list-style: none;
  }
  ul#metaLink li{
    display: inline;
  }
  li.validate{
    margin-right: 5px;
  }
  li.copyright{
    margin-left: 5px;
  }
/*----------------------------------------------------------------------------------------------------------------------------------*/
  .clearFix{
    clear: both;
  }
    