body
	{
	background:  #a6a6a6 url(bg.gif) top center repeat-y; 
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6;
	color: #222;
	}
	
	#header {
	margin-left: auto;
	margin-right: auto;
    margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px 10px 0px 10px;
	color: #fff;
	width: 646px;
	height: 114px;
	background-image: url(testata.gif);
	background-position: center;
	background-repeat: no-repeat;
	}
	
	#container {
	width: 666px;
	margin: 5px auto 10px auto;
	background-position: center;
	background-repeat: repeat-y;
	}

#sidebar {
	float: right;
	margin: 0;
	padding: 10px 20px 15px 20px;
	color: #fff;
	width: 165px;
	}

#content {
	padding: 15px;
	width: 415px;
	}

.content {
	padding: 0;
	width: 350px;
	}
	
#tabs {
	  width: 666px;
	  height: 31px;
	  margin: 0px auto 10px auto;
      background:#103C9C;
      font-size:93%;
      line-height:normal;
      }
	  
    #tabs ul {
	margin-top: 10px;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      padding:5px 15px 4px 6px;
      color:#103C9C;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF721D;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }