

/* Layout Stylesheet */ 

body{
 margin: 0;
 padding: 0 60px 0 60px;    
 background: #8e2424;
 font-family : Arial, Helvetica, sans-serif;
 font-size: 80%;
  }
  
  
 p:first-letter {
 font-size: 140%; 
 font-family : Times, bold;
 color:#8E2424;
 }
 
 h1 {
 font-size: 140%; 
 font-family : Times, bold;
 color:#8E2424;
 }
 
 h2 {
 font-size: 140%; 
 font-family : Times, bold;
 color: #1e557c;
 }
	 
#hdr{
 width: 100%;
 height: 200px;
 background-image:url(header_ridotto_alto.jpg);
 margin: 0;
 padding: 0;
 border: solid #1e557c;
 border-width: 0;
  }
       
#lh-col{
 width: 340px;
 float: left;
 border: solid #1e557c;
 border-width: 0;
 background: #ffffff;
 color: #333333;
 
 }
 #lh-col a{
 font-size: 85%; 
 font-family : Arial, Helvetica, sans-serif;
 color:#8E2424;
 text-decoration:underline;
 }
 
 #rh-col{
 background: #fff;
 color: #333333;
 margin: 0 0 0 0;
 padding: 10px 20px 20px 30%;
 border-width: 0;
 }
 
 #rh-col a{
 font-size: 85%; 
 font-family : Arial, Helvetica, sans-serif;
 color:#8E2424;
 text-decoration:underline;
 }
 
 #ftr{
 width: 100%;
 height: 50px;
 background-color:#FFFFFF;
 margin: 2px 0 0 0;
 padding: 0;
 text-align:center;
  }
  
  #ftr a{
 font-size: 85%; 
 font-family : Arial, Helvetica, sans-serif;
 color:#8E2424;
 text-decoration:underline;
 }
 

