/* Web Standards, CSS & Accessibility by Dunia Basciu  - www.duniabasciu.com */

/* global */
html {
	   margin: 0;
	   padding: 0;
		 height: 100%;
		 width: 100%;
		 background: url(../i/sfondo.png) left top repeat transparent;
	   }

body {
		 margin: 0 auto auto auto;
		 background: url(../i/bordosx.png) left top repeat-y transparent;
		 height: 790px;
		 width: 800px;
	   padding: 0;
		 font: 0.9em Helvetica, Tahoma, sans-serif;
		 color: #221817;
		 position: relative;
     }
		 
#container {
           background: url(../i/bordodx.png) right top repeat-y transparent;
					 margin: 0;
					 height: 100%;
		       width: 100%;
					 padding: 0;
					 text-align: left;
          }
	
				
#header {
          background: url(../i/header.png) left 50px repeat-x transparent;
          width: 778px;
					height: 300px;
					position: relative;
					top: 0;
					left: 9px;
					margin: 0 ;
					padding: 0;
          }
					
#header img#isk {
          position: relative;
					top: 10px;
					left: 15px; 
          }
					
#header img#tagline {
          position: relative;
					top: -5px;
					left: 15px; 
          }
					
/* Content */

#content {
         margin: 0;
				 padding: 0;
				 position: relative;
				 width: 100%;
				 height:420px; 
         }

#content img#sandro{
					position: absolute;
					top: -23px;
					left: 455px;
          }
					
#content p {
           margin: 5px 0 0 0;
           width: 410px;
					 float: left;
					 padding: 0;
					 position: relative;
					 top: 10px;
					 left: 30px;
           }
					 
#content p#il {
           background: url(../i/il.png) left top no-repeat transparent;
           }
					 
#content p#da {
           background: url(../i/da.png) left -2px no-repeat transparent;
           }
					 
#content p#l {
           background: url(../i/l.png) left 0px no-repeat transparent;
           }
					 
#content p#e {
           background: url(../i/e.png) left 0px no-repeat transparent;
           }
					 
#content p#il span, #content p#da span, #content p#l span, #content p#e span { display: none; }
					
/* navigazione */

#navigation #navFst {
                 margin: 0;
                 padding: 0;
								 height: 20px;
								 width: 300px;
                 text-align: right; 
								 position: relative;
								 top: -90px;
								 left: 470px;
                 }
				 
#navigation #navFst li {
						  float: left;
							margin: 0 5px 0 0;
							list-style-type: none;
              }		
						
#navigation #navFst li a {
          background-color: transparent;
          padding: 0;
          width: auto;
          height: 20px;
          margin: 0;
	        vertical-align: middle;
          }

					
/* footer */ 
					 
#footer {
           background: url(../i/footer1.png) left top repeat-x transparent;
           margin: 0;
					 padding: 0;
					 width: 778px;
					 height: 45px;
					 position: relative;
					 top: -10px;
					 left: 9px;
					 font-size: 0.85em;
           }
					 
			 
#footer #certificated ul#checklist {
						 margin: 0;
             padding: 0;
             list-style-type: none;
             text-align: left; 
						 width: 100px;
						 float: left;
						 position: relative;
					   top: 25px;
					   left: 20px;
						 }

#footer ul#checklist li {
            background-color: transparent;
						padding: 0;
						display: inline;
            }			
						
#footer #copyright {
                   margin: 0;
                   padding: 0;
									 width: 260px;
									 float: left;
									 position: relative;
					         top: 25px;
									 left: 20px;
                   }
									 
#footer #copyright p {
                    margin: 0;
										padding: 0;
										text-align: left;
                    }
					 
/* link */ 	 
a:link, a:active, a:visited {
	text-decoration : none;
	font-weight: bold;
	color: #361F1A;
	}

a:hover {
  text-decoration : underline;
	font-weight: bold;
	color: #9A141C;
	}
	
a#current {
   text-decoration : none;
	 font-weight: bold;
	 color: #9A141C;
   }
					 
					 
/* Various */

img {
    border: none;
    }

#stat {
      height: 25px;
			width: 320px;
			position: absolute;
			top: 775px;
			left: 460px; 
      }

#audio {
			width: 100px;
			height: 20px;
			position: relative;
			top: 0;
			left: 650px;
      }

											 


					 

					

					


