@charset "utf-8";
/* CSS Document */

body {	
	padding:0;
	margin:0;
	background-color:#FBFECD;
	background-image:url(Images/bg.png);
	background-repeat:repeat-x;
	min-width: 750px;
}


#container {
	margin:0 auto;
	width:942px; /*cambia questo valore per posizionare il div contenitore a differente distanza dai lati*/
	min-height:800px;
}


#header {
	height:768;
    text-align: left;
    margin-bottom: 30px;
}

#flash {
	width: 733px;
	height: 360px;
	background-image:url(Images/bg_flash.png);
	background-repeat:no-repeat;
	background-position:top;
	float:right;
}

img.withoutborder {
	border: none;
}
	
#logo {
	width:209px;
	height:360px;
	background-image:url(Images/logo.png);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
}


#navcontainer{
	font-family: Arial,Sans-Serif;
	float:left;
	width:100%;
	height:70px;
	background-image:url(Images/menu4.png);
	background-repeat:no-repeat;
	background-position:top;
}

#navlist{
	width: 100%;
	text-align:left;
	margin: 0 auto;
	padding-top:9px;
	padding-left:5px;
	text-indent: 0;
	list-style-type: none;
}

#navlist li{
	padding-top: 0;
	margin-top: 0;
	text-indent: 0;
	display: inline;
}

#navlist li a{
	letter-spacing: -1px;
	text-decoration: none;
	color: #FFF;
	font-size: 1em;
	padding: 0 2px;
}

#navlist li a:hover,#navlist a#current{
	color: #FFF;
	border-top: none;
	font-size: 1.5em;
}

#navlist a#current { color: #ffcc66; }

#article{
	width:100%;
	height:auto;
	float:left;
}

#hea{
	width:100%;
	height:95px;
	background-image:url(Images/box_header.png);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	
}

#hea #top{
	float:inherit;
	height:100%; 
	width:100%;  
	background-repeat:no-repeat; 
	background-position:center;
}

#hea #top img {
	margin-left:20px;
	margin-top:5px;
}

#bod{
	width:100%;
	height:auto;
	min-height:100px;
	background-image:url(Images/box_meta.png);
	background-position:top;
	background-repeat:repeat-y;
	float:left;
}

table#sample {
	width:935px;
	margin-left:5px;
}

table#sample td {
	text-align:center;
	height:50px;
}

.data {
	vertical-align:top;
	background-image:url(Images/tab.png);
	background-repeat:no-repeat;
	background-position:top;
    color: #00000;
	width:130px;
}

.toprow {
    font-style: italic;
	background-image:url(Images/tab_top.png);
	background-repeat:no-repeat;
}

.leftcol {
    font-weight: bold;
    width: 185px;
	background-image:url(Images/tab_large.png);
	background-repeat:no-repeat;
}

#bod p {
	margin-left:20px;
	margin-right:28px;
	text-align:justify;
}

#foo{
	width:100%;
	height:100px;
	background-image:url(Images/box_footer.png);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
}
