@charset "utf-8";


* { 
padding : 0; 
margin : 0; 
} 
body { 
margin-top : 31px; 
background : #BCD8B9 url(images/background.gif) repeat-x; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 13px; 
} 
#wrapper { 
background : #fff; 
margin : 0 auto; 
width : 762px; 
} 
#header { 
width : 762px; 
float : left; 
height : 83px; 
background : url(images/banner_back.gif) no-repeat; 
} 
#logo { 
width : 594px; 
float : right; 
height : 83px; 
background : url(images/banner_prova.png) no-repeat; 
} 
a:link { 
color : #000000; 
text-decoration : none; 
} 
a:visited { 
color : #000000; 
text-decoration : none; 
} 
a:hover { 
color : #000000; 
text-decoration : underline; 
} 
a:active { 
color : #000000; 
text-decoration : none; 
} 
h1 { 
font-size : 1.4em; 
} 
h1.mainhead { 
background : url('images/content_header2.gif') no-repeat; 
color : #fff; 
font-size : 14px; 
padding : 8px 0 5px 20px; 
} 
h2 { 
font-size : 1.3em; 
} 
h3, h4 { 
font-size : 1.2em; 
text-indent : 4px; 
margin : 2px; 
} 
h5 { 
font-size : 1.1em; 
} 
h6 { 
font-size : 1em; 
} 
#navigation { 
background : url('images/site_navigation.gif') no-repeat; 
font-size : 14px; 
height : 34px; 
} 

/*
#navigation ul { 
list-style : none; 
margin : 0; 
} 
#navigation ul li { 
background : url('images/navigation_normal.gif') repeat; 
float : left; 
height : 34px; 
width : 90px; 
} */

#navigation a {  /* ul li a */
color : #ffffff;
background : url('images/navigation_normal.gif') repeat;  
text-decoration : none; 
font-weight : bold; 
display : block; 
float : left; 
padding : 8px 20px 10px 20px;
height:16px;
} 
#navigation a:hover {  /* ul li a:hover */ 
color : #ffffff; 
text-decoration : underline; 
display : block; 
} 
#leftcolumn { 
color : #333; 
background : #ebecd1; 
height : 100%; 
width : 164px; 
float : left; 
margin : 2px 2px 20px 2px; 
} 
#leftcolumn h2 { 
background : url('images/content_category.gif') no-repeat; 
color : #ffffff; 
font-size : 13px; 
text-decoration : none; 
padding : 8px 0 10px 20px; 
} 
#leftcolumn ul { 
margin-left : 1px; 
margin-right : 1px; 
padding : 0; 
} 
#leftcolumn ul li { 
display : block; 
} 
#leftcolumn ul li a { 
background : url(images/content_links.gif); 
padding : 5px; 
margin : 0; 
color : #000; 
font-family : Arial; 
font-size : 12px; 
display : block; 
padding-left : 25px; 
text-decoration : none; 
} 
#leftcolumn ul li a:hover { 
text-decoration : underline; 
} 
#rightcolumn { 
float : right; 
background : #fff; 
margin : 2px; 
padding : 0; 
width : 760px; 
height : 100%; 
display : inline; 
} 
#rightcolumn P { 
margin : 6px 4px 6px 4px; 
}

#footer { 
width : 762px; 
height : 34px; 
clear : both; 
color : #eee; 
background : url('images/site_footer.gif') no-repeat; 
} 
#footer P { 
text-align : center; 
padding-top : 10px; 
} 
#footer a:link, a:visited, a:active { 
color : #eee; 
text-decoration : none; 
} 
#footer a:hover { 
color : #ddd; 
text-decoration : underline; 
} 
#LicenseLinks { 
background : #BCD8B9; 
width : 762px; 
height : 22px; 
text-align : center; 
padding-top : 6px; 
font-size : 10px; 
color : #fff; 
} 
#LicenseLinks a:link, a:visited, a:active { 
color : #fff; 
text-decoration : none; 
} 