html,body
  {
  margin:0;
  padding:0
  }

 body
 {
   font: 100.01% "Trebuchet MS",Verdana,Arial,sans-serif;
   color: #555;
   text-align:center;
   background: #FFFFFF url(images/background_plus.jpg) repeat-y center
 }

  h1
  {
    margin: 0;
    padding: 30px 0 10px 5px;
    font-size: 300%;
    color: <b></b>#FF744C
  }

  h2,h3,h4
  {
    margin:0;
    padding-left: 5px;
    line-height: 30px;
    color: #333
  }

  h2
  {
    font-size: 160%
  }

  h3
  {
    font-size:130%
  }

  h4
  {
    font-size:120%
  }

  p
  {
    margin: 0 5px;
    padding: 0 0 0.7em;
/*    text-align: justify; */
  }

  .old
  {
    margin: 0 5px;
    padding: 0 0 0.7em
  }

  .left
  {
    margin: 0 5px;
    padding: 0 0 0.7em;
    text-align: left;
  }

  .right
  {
    margin: 0 5px;
    padding: 0 0 0.7em;
    text-align: right;
  }

  .center
  {
    margin: 0 5px;
    padding: 0 0 0.7em;
    text-align: center;
  }

  div#container
  {
	 width:960px;
    margin: 0 auto;
    text-align:left;
  }

  div#header
  {
    background: #FFFFFF; /*url(Sfondo_SE.jpg);*/ text-align:center
  }

  div#main
  {
    float:left;
    width:730px;
  }

  div#content
  {
    float:right;
    width:530px;
    font-size: 93%;
    text-align: justify;
  }

  div#nav
  {
    float:left;
    width:200px;
    font-size:80%
  }

  div#nav1
  {
    float:left;
    width:200px;
    font-size:100%;
    background: #CCDDF8
  }

  div#counter
  {
    float:left;
    width:200px;
    font-size:100%;
  }

  div#extra
  {
    float:right;
    width:230px;
    height:350px;
    font-size:95%
  }

  div#extra1
  {
    float:right;
    width:225px;
    font-size:95%;
    background: #FFFFCC
  }

  div#footer
  {
    clear:both;
    width:100%;
    padding-top:5px;
    font-size: 60%;
    text-align:center;
    background: #FFFFCC;
  }

	div#sourcecode
	{
		background-color: #E5E5E5;
		font-family: courier, fixed, monospace;
		font-size: 85%;
		/*font-style: italic;*/ 
		text-align: left;		
	}

  div#tagcloud
  {
    float:right;
    width:225px;
    background: #FFFFCC
  }

	.smallestTag 
	{ 
	  font-size: 100%; 
	  color: red	
	}
	.smallTag 
	{
	  font-size: 120%; 
	  color: navy
	}
	.mediumTag
	{
	  font-size: 150%; 
	  color: orange	
	}
	.largeTag 
	{
	  font-size: 175%; 
	  color: lime	
	}
	.largestTag 
	{
	  font-size: 200%; 
	  color: black	
	}

/* start menu minitabs */
   ul#menu
   {
     list-style: none;
     margin: 0;padding: 7px 0;
     border-bottom: 1px solid #CCC;
     font-weight: bold;
     text-align: center;
     white-space: nowrap
   }

   ul#menu li
   {
     display: inline;
     margin: 0 3px
   }

   ul#menu a
   {
     text-decoration: none;
     padding: 0 0 3px;
     border-bottom: 4px solid #FFF;
     color: #999
   }

   ul#menu li#current,ul#menu li#current a
   {
     border-color: #F60;
     color:#06F
   }

   ul#menu a:hover
   {
     border-color: #F60;
     color: #666
   }
/* end menu minitabs */

   * html ul#menu li
   {
    padding: 0 4px 0  0
   }
/* hack per IE5.x e IE6 */

   *:first-child+html ul#menu li
   {
     padding: 0 4px 0 0
   }
/* hack per IE7 */

 A:link, A:visited
 {
   text-decoration: none;
   color: Navy;
 }
 

	
