body  {
	/*background: url(../images/fondo.jpg) no-repeat;*/
	background: url(../images/fondo.jpg) repeat;
	font: 10px Verdana,Tahoma,Arial,sans-serif;
	color: #000000;
	margin: 0 auto; 
	padding: 0;
	text-align: center; 
}
.thrColFixHdr #container { 
	width: 902px;
	/*background: #FFFFFF;*/
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
.thrColFixHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* questo padding corrisponde all'allineamento a sinistra degli elementi nei div sottostanti. Se in #header viene utilizzata un'immagine anziché un testo, può essere utile rimuovere il padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* azzerando il valore margin dell'ultimo elemento del div #header si evita la compressione del margine, con la creazione di uno spazio inspiegabile tra i div. Se il div è circondato da un bordo, questo accorgimento non è necessario perché anche il bordo impedisce la compressione del margine */
	padding: 10px 0; /* l'uso del valore padding al posto di margin consente di distanziare l'elemento dai bordi del div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* poiché questo elemento è mobile, occorre specificare una larghezza */
	width: 150px; /* la larghezza effettiva di questo div, nei browser conformi agli standard, o la modaltià standard di Internet Explorer includerà i valori padding e border in aggiunta alla larghezza */
	height: 2500px;
	/*background: #EBEBEB;*/ /* il colore di sfondo verrà visualizzato per tutta la lunghezza del contenuto all'interno della colonna, ma non oltre */
	padding: 15px 10px 15px 20px; /* il padding consente di distanziare dai bordi il contenuto del div */
}
.thrColFixHdr #sidebar2 {
	float: right; /* poiché questo elemento è mobile, occorre specificare una larghezza */
	width: 150px; /* la larghezza effettiva di questo div, nei browser conformi agli standard, o la modaltià standard di Internet Explorer includerà i valori padding e border in aggiunta alla larghezza */
	height: 2500px;
	/*background: #EBEBEB;*/ /* il colore di sfondo verrà visualizzato per tutta la lunghezza del contenuto all'interno della colonna, ma non oltre */
	padding: 15px 10px 15px 20px; /* il padding consente di distanziare dai bordi il contenuto del div */
}
.thrColFixHdr #mainContent { 
	margin: 0 200px; /* i margini destro e sinistro di questo elemento div creano le due colonne esterne sui lati della pagina. Indipendentemente dalla quantità di contenuto presente nei div delle barre laterali, lo spazio della colonna rimane inalterato. È possibile rimuovere questo margine sinistro se si desidera che il testo del div #mainContent riempia lo spazio delle barre laterali quando il contenuto di ciascuna di esse finisce. */
	padding: 0 10px; /* ricordare che i valori padding e margin corrispondono rispettivamente allo spazio interno ed esterno al riquadro div  */
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* questo padding corrisponde all'allineamento a sinistra degli elementi nei div sovrastanti. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	margin: 0; /* azzerando il valore margin del primo elemento del footer si evita il rischio di compressione del margine, con la creazione di uno spazio tra i div */
	padding: 10px 0; /* il padding di questo elemento crea uno spazio, così come avverrebbe specificando un valore margin, senza il problema della compressione del margine */
}
.fltrt { /* questa classe può essere utilizzata per rendere mobile un elemento a destra nella pagina. L'elemento reso mobile deve precedere l'elemento al quale deve essere affiancato sulla pagina. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* questa classe può essere utilizzata per rendere mobile un elemento a sinistra nella pagina.*/
	float: left;
	margin-right: 8px;
}
.clearfloat { /* questa classe deve essere inserita in un elemento div o break e deve essere l'elemento finale prima della chiusura di un contenitore che deve contenere per intero un elemento mobile */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* questo padding corrisponde all'allineamento a sinistra degli elementi nei div sovrastanti. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	margin: 0; /* azzerando il valore margin del primo elemento del footer si evita il rischio di compressione del margine, con la creazione di uno spazio tra i div */
	padding: 10px 0; /* il padding di questo elemento crea uno spazio, così come avverrebbe specificando un valore margin, senza il problema della compressione del margine */
}

/*****************/
/*   MAIN BODY   */
/*****************/
/*

/**************/
/*   HEADER   */
/**************/

/*** Header main banner ***/
#header-banner {
	width: 900px;
	height: 114px;;
	float: CENTER;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
        border: none;
	background: url(http://www.baghdadmarathon.it/bannergrande.png) no-repeat;
}

/*** Header navigation top ***/
#header-nav-top {
	float: right;
	margin: 7px 0.2em 0em 0em;
	padding: 0em;
}

 #header-nav-top ul {	
	margin: 0em;
	padding: 0em;
	list-style: none;
}	

#header-nav-top li {
	float: left;
	white-space: nowrap;
	border-left: solid 0.1em rgb(150,150,150);
}

#header-nav-top li a {
	display: block; 
	margin: 0em;
	padding: 0em 0.5em 0em 0.5em;
	background-color:green;
	color: rgb(150,150,150);
	text-decoration: none;
}

#header-nav-top a:hover, #header-nav-top .selected {
	background-color: inherit;
	color:black;
	text-decoration: none;	
}

#header-nav-top .img-flag {
	height: 12px;
	display: inline;
	margin: 0em;
	padding: 0em;	
	border: none;
}

/*** Header navigation bottom ***/
#header-nav-bottom {
	float: center;
	width: 900px;
	height: 2.0em;
	margin: 0em;
	padding: 0em;
	border-top: solid 0px rgb(69,136,176);		
	border-bottom: solid 0px rgb(69,136,176);			
	line-height: 2.0em;
	background-color: rgb(139,65,10);
  
}

#header-nav-bottom ul {	
	margin: 0em;
	padding: 0em;
    float: center;
	list-style: none;
	font-weight: bold;
	font-size: 1.1em;
        	
}	

#header-nav-bottom li {
	float: left;
	white-space: nowrap;
}

#header-nav-bottom li a {
	display: block;
	margin: 0em;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 1px rgb(255,255,255);	
	background-color: inherit;
	color: rgb(255,255,255);
	text-decoration: none;
}

#header-nav-bottom a:hover, #header-nav-bottom a.selected {
	margin: 0em;
	padding: 0em 1.0em 0em 1.0em;
	border-right: solid 1px rgb(0,0,0);	
	background-color: inherit;
	color: rgb(0,0,0);
	text-decoration: none;
}


/***   Buffer between heading and content area   ***/
#buffer {
	clear: both; 
	float: left;
	width: 90.0em;
	height: 2.0em;
	margin: 0em;
	padding: 0em;
	background-color: inherit;
}

/***********************/
/***   LEFT COLUMN   ***/
/***********************/
#left-column-first {
	clear:both;
	float: left;
	width: 13em;
	margin: 0.2em;
	padding: 0em;
	color: rgb(100,100,100);
}

#left-column {
	clear:both;
	float: left;
	width: 16em;
	padding: 0em;
	border-right: solid 0.1em rgb(200,200,200);		
	background-color: rgb(242,242,242);
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
}


#left-column ul {	
	width: 15.8em;
	float: left;
	list-style: none;
	margin: 0em;
	padding: 0em;	
	border-bottom: solid 0.1em rgb(200,200,200);
}	

#left-column li {
	margin: 0em;
	padding: 0em;
}

#left-column li.left-nav-title {
	display: block;
	text-align: right;	
	margin: 0em;
	padding: 0.3em 0.7em 0.9em 0.6em;
	background-color: inherit;
	color: rgb(50,50,50);
	text-transform: uppercase;
	font-weight: bold;
	height: 1.3em;
	font-size: 1.1em;
}

#left-column li a {
	display: block;
	text-align: right;	
	padding: 0.3em 0.7em 0.2em 0.6em;
	border-top: solid 0em rgb(215,215,215);
	border-left: solid 0.5em rgb(255,255,255);		
	background-color: inherit;
	color: rgb(125,125,125);
	text-decoration: none;
	height: 1.3em;
	font-size: 1.1em;
}

#left-column li.left-nav-group a {
	display: block;
	text-align: right;	
	padding: 0.3em 0.7em 0.2em 0.6em;
	border-top: solid 0.1em rgb(215,215,215);
	border-left: solid 0.5em rgb(255,255,255);		
	background-color: inherit;
	color: rgb(250,250,250);
	text-decoration: none;
	font-weight: bold;
	height: 1.3em;
	font-size: 1.1em;
}	
	
#left-column a:hover, #left-column .selected {
	text-align: right;
	border-left: solid 0.5em rgb(34,166,225);				
	background-color: inherit;	
	background-color: rgb(224,244,181);	
	color: rgb(0,0,0);
	text-decoration: none;
}

#left-column li.left-nav-group a:hover, #left-column li.left-nav-group .selected {
	text-align: right;
	border-left: solid 0.5em rgb(34,166,225);		
	background-color: rgb(224,244,181);
	color: rgb(0,0,0);
	text-decoration: none;
}

/*** Images ***/
#left-column-first .img-left-nav {
	height: 50.0em;
	width: 15.9em;
	margin: 0em;
	padding: 0em;
	border: none;
}

/*************************/
/***   MIDDLE COLUMN   ***/
/*************************/
#middle-column {
	float: left;
	width: 501em;
	/*width: 54.0em;*/
	margin: 0em;
	padding: 0em 2.0em 0em 2.0em;
	background-color: inherit;
	color: rgb(100,100,100);
}
#middle-columnbis {
	float: left;
	width: 40.0em;
	margin: 0em;
	padding: 0em 2.0em 0em 2.0em;
	background-color: inherit;
	color: rgb(100,100,100);
}

/***   Pagetitle   ***/
#pagetitle {
/*	float: left; */
	width: 39.0em;
	margin: 0.3em 0em 1.0em 0em;
	padding: 0em;
	background-color: inherit;
	color: rgb(100,100,100);
}

#pagetitle p {
	padding: 0em;
	margin: 0em;
	font-weight: bold;
	font-size: 1.1em;
}

/*** Standard title and box option ***/
.middle-column-title-standard {
/* clear: both; */
	display: block;
        float: center;
	margin: 0em 0em 0.0em 0.0em;
	padding: 0.1em 0em 0.1em 0em;	
	border-bottom: solid 0.367em rgb(128,64,0);
        border-left: solid 0.367em rgb(128,64,0);
        border-right: solid 0.367em rgb(128,64,0);
        border-top: solid 0.367em rgb(128,64,0);	
	background-color: rgb(250,250,250);
	color: #000000;
        text-align: center;
	font-weight: bold;
	font-size: 1.2em;
        text-decoration: none;
}
.middle-column-title-standard-right {
/* clear: both; */
        width: 24.1em;
	display: block;
        float: center;
	margin: 0em 0em 0.0em 0.0em;
	padding: 0.1em 0em 0.1em 0em;	
	border-bottom: solid 0.367em rgb(128,64,0);
        border-left: solid 0.367em rgb(128,64,0);
        border-right: solid 0.367em rgb(128,64,0);
        border-top: solid 0.367em rgb(128,64,0);	
	background-color: rgb(250,250,250);
	color: #000000;
        text-align: center;
	font-weight: bold;
	font-size: 1.2em;
        text-decoration: none;
}
.middle-column-title-standarda {
/* clear: both; */

	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.1em 0em 0.1em 0em;	
	border-bottom: solid 0.367em rgb(102,102,102);	
	background-color: rgb(249,243,232);
	color: #000000;
        text-align: center;
	font-weight: bold;
	font-size: 1.4em;
        text-decoration: none;
}
.middle-column-title-standardq {
/* clear: both; */
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0em;	
	border-bottom: solid 0.367em rgb(102,102,102);	
	background-color: rgb(249,243,232);
	color: #000000;
       text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
.middle-column-title-standardw {
/* clear: both; */
	display: block;
	margin: 0em 0.9em 0.5em 0.9em;
	padding: 0.2em 0em 0.2em 0em;	
	border-bottom: solid 0.367em rgb(102,102,102);	
	background-color: rgb(249,243,232);
	color: #000000;
       text-align: right;

	font-size: 0.6em;
}
.middle-column-title-standarde {
/* clear: both; */
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0em;	
	border-bottom: solid 0.367em rgb(102,102,102);	
	background-color: rgb(249,243,232);
	color: #000000;
       text-align: center;
	font-weight: bold;
	font-size: 0.9em;
}
.middle-column-title-standard2 {
/* clear: both; */
        width: 50.2em;
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0em;	
	border-bottom: solid 0.367em rgb(102,102,102);	
	background-color: rgb(249,243,232);
	color: #000000;
       text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
.middle-column-title-standardbis {
/* clear: both; */
        width: 50.2em;
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0em;	
	border-bottom: solid 0.367em rgb(102,102,102);	
	background-color: rgb(249,243,232);
	color: #000000;
       text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
.middle-column-box-full-standard {
	float: center;
	width: 400px;
	margin: 0em 0em 2.0em 0em;
	padding: 0em;
	background-color: inherit;
	color: rgb(000,000,000);
border-bottom: solid 0.367em rgb(128,64,0);
        border-left: solid 0.367em rgb(128,64,0);
        border-right: solid 0.367em rgb(128,64,0);
        border-top: solid 0.367em rgb(128,64,0);
}
.middle-column-box-full-standardvv {
	float: left;
	width: 50.2em;
	margin: 0em 0em 2.0em 0em;
	padding: 0em;
	background-color: inherit;
	color: rgb(000,000,000);
border-bottom: solid 0.367em rgb(128,64,0);
        border-left: solid 0.367em rgb(128,64,0);
        border-right: solid 0.367em rgb(128,64,0);
        border-top: solid 0.367em rgb(128,64,0);
}
.middle-column-box-full-standardve {
	float: left;
	width: 46.1em;
	margin: 0em 0em 2.0em 0em;
	padding: 0em;
	background-color: inherit;
	color: rgb(000,000,000);
border-bottom: solid 0.367em rgb(128,64,0);
        border-left: solid 0.367em rgb(128,64,0);
        border-right: solid 0.367em rgb(128,64,0);
        border-top: solid 0.367em rgb(128,64,0);
}
.middle-column-box-full-standardpic {
	float: center;
	width: 48.4em;
	margin: 0em 0em 2.0em 0em;
	padding: 0em;
	/*background-color: inherit;*/
	color: rgb(000,000,000);
        border-bottom: solid 0.367em rgb(128,64,0);
        border-left: solid 0.367em rgb(128,64,0);
        border-right: solid 0.367em rgb(128,64,0);
        border-top: solid 0.367em rgb(128,64,0);
}
.middle-column-box-full-standarda {
	float: left;
        font-size: 1.1em;
	width: 50.2em;
	margin: 0em 0em 2.0em 0em;
	padding: 0em;
	background-color: inherit;
	color: rgb(100,100,100);
}
.middle-column-box-left-standard {	
        float: left;
	width: 16.1em;
	margin: 0em 0em 2.0em 0em;
	padding: 0em;
	
	color: rgb(000,000,000);
     
}

.middle-column-box-right-standard {
	float: center;
	width: 22.1em;
	margin: 0em 0em 0.0em 4.0em;
	padding: 0em;
	border-bottom: solid 0.367em rgb(128,64,0);
        border-left: solid 0.367em rgb(128,64,0);
        border-right: solid 0.367em rgb(128,64,0);
        border-top: solid 0.367em rgb(128,64,0);
	color: rgb(000,000,000);
        
}	
}

.middle-column-box-full-standard p.heading, .middle-column-box-left-standard p.heading, .middle-column-box-right-standard p.heading {
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
	font-size: 1.2em;
}

.middle-column-box-full-standard p.subheading, .middle-column-box-left-standard p.subheading, .middle-column-box-right-standard p.subheading {
	margin: 1.0em 0em 0.6em 0em;	
	font-weight: bold;
	font-size: 1.2em;
}

.middle-column-box-full-standard p, .middle-column-box-left-standard p, .middle-column-box-right-standard p {
	margin: 0em 0em 0.6em 0em;	
	font-size: 1.2em;	
}



/*** Image with border ***/
.middle-column-img-left-halfsize-border {
	float: left;
	width: 5.5em;
	height: 5.5em;
	margin: 0.3em 0.75em 0.3em 0em;
	border: solid 1px rgb(100,100,100);
	font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	
}

.middle-column-img-right-halfsize-border {
	float: right;
	width: 5.5em;
	height: 5.5em;
	margin: 0.3em 0em 0.3em 0.75em;
	border: solid 1px rgb(100,100,100);	
	font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	
}

.middle-column-img-left-fullsize-border {
	float: left;
	width: 11.0em;
	height: 11.0em;
	margin: 0.3em 0.75em 0.3em 0em;
	border: solid 1px rgb(100,100,100);
	font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	
}
.middle-column-img-left-bigsize-border {
	float: left;
	width: 15.0em;
	height: 15.0em;
	margin: 0.3em 0.75em 0.3em 0em;
	border: solid 1px rgb(100,100,100);
	font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	
}

.middle-column-img-right-fullsize-border {
	float: right;
	width: 11.0em;
	height: 11.0em;
	margin: 0.3em 0em 0.3em 0.75em;
	border: solid 1px rgb(100,100,100);	
	font-size: 0.833em; !scaling units so that 1.0em=10px, thus more easy to scale pictures. This is necessary since active font-size is 1.2em in the middle section.	
}

/*** Image without border ***/
.middle-column-img-left-halfsize-noborder {
	float: left;
	width: 5.0em;
	height: 5.0em;
	margin: 0.3em 0.5em 0.3em 0em;
	
.middle-column-img-left-halfsize-noborder2 {
	float: center;
	width: 22.0em;
	height: 14.0em;
	margin: 0.5em 0.5em 0.0em 0em;
	font-size: 0.833em; 
}.middle-column-img-right-halfsize-noborder2 {
	float: center;
	width: 22.0em;
	height: 14.0em;
	margin: 0.5em 0.5em 0.0em 0em;
	
}
.middle-column-img-right-halfsize-noborder {
	float: center;
	width: 22.0em;
	height: 14.0em;
	margin: 0.5em 0.5em 0.0em 0em;
	

.middle-column-img-left-fullsize-noborder {
	float: left;
	width: 10.0em;
	height: 10.0em;
	margin: 0.3em 0.5em 0.3em 0em;
	font-size: 0.833em; 
}

.middle-column-img-right-fullsize-noborder {
	float: right;
	width: 10.0em;
	height: 10.0em;
	margin: 0.3em 0em 0.3em 0.5em;
	font-size: 0.833em; 
}

/************************/
/***   RIGHT COLUMN   ***/
/************************/
#right-column {
	float: right;
	width: 15.5em;
	margin: 0em 0em 0em 0em;
	padding: 0em;
        background-color: rgb(255,255,255);
}

#right-columnbis {
	float: right;
	width: 20.5em;
	margin: 0em 0em 0em 0em;
	padding: 0em;
}

/*** Standard option ***/
.right-column-title-standard {
/* clear: both; */
	display: block;
	margin: 0em 0em 0.5em 0em;
	padding: 0.2em 0em 0.2em 0em;
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);
	font-weight: bold;
	font-size: 1.1em;
}

.right-column-box-standard {
/*	float: right; */
	width: 15.0em;
	margin: 0em 1.0em 0.8em 0em;
	padding: 0.4em 0.4em 0.4em 0.4em;
	border: solid 0.1em rgb(200,200,200);
	background-color: rgb(255,255,255);
	color: rgb(100,100,100);	
}



/*** Paragraph text ***/
#right-column p {
	margin: 0em 0em 0.4em 0em;
	font-size: 1.1em;
}

/*****************/
/***   FOOTER   **/
/*****************/
#footer {
	clear: both;
/*	float: center; */
	width: 90em;
	height: 4.5em;
	margin: 1.0em 0em 0em 0.0em;
	padding: 0.5em 0em 0.5em 0em;
	border-top: solid 0.1em rgb(000,000,000);
	border-bottom: solid 0.1em rgb(200,200,200);	
	background-color: rgb(111,111,111);
	text-align: center;
	color: rgb(100,100,100);
	font-size: 1.0em;
}

/*************************************************/
/***   HYPERLINKS IN MIDDLE AND RIGHT COLUMNS  ***/
/*************************************************/

/*** Hyperlinks in middle and right columns ***/
a {
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.headline A:link{COLOR: #000000; TEXT-DECORATION:underline;}
.headline A:active{COLOR: #000000; TEXT-DECORATION:underline;}
.headline A:hover{COLOR: #000000;TEXT-DECORATION:underline;}
.headline A:visited{COLOR: #000000; TEXT-DECORATION:underline;}
.headline{ 
             font-family:verdana;
             font-size:12pt;
             border: medium double rgb(00,0,0)
            
                          }
.newsmain A:link{COLOR: #0000bb; TEXT-DECORATION:underline;}
.newsmain A:active{COLOR: #0000bb; TEXT-DECORATION:underline;}
.newsmain A:hover{COLOR: #0000bb;TEXT-DECORATION:underline;}
.newsmain A:visited{COLOR: #0000bb; TEXT-DECORATION:underline;}
.newsmain { 
             font-family:verdana;
             font-size:10pt;
                          }