/* Fracchan's Corner */
body {
        font-family: verdana, arial, helvetica;
	background-color: #87CEFA;
/*	background-image: url('background.jpg');*/
      }

#wrapper {
           width: 80%;
	   min-width: 960px;
	   margin: auto;
         }

#header {
          font-family: "Comic Sans", Arial, verdana; 
	  text-align: center;
	  padding-left: 10px;
	  color: white; /* da cambiare*/
	/*  background-color: #3366AA 4970b3; */
	 /* background-color: #4169E1;*/
	  background: url('sunflower-uniform-left.jpg') left no-repeat, url('sunflower-uniform-right.jpg') right no-repeat, #4970B3;
/*
	  background-image: url('sunflower.jpg'); 
	  background-position: left;
	  background-repeat: no-repeat;
*/
          border: 3px solid white; /*Da cambiare i colori*/
	   -webkit-border-radius: 15px; 
	   -moz-border-radius: 15px;
	   border-radius: 15px;
        }

#info {
         margin-top: 5px;
	 border: 3px solid white; /*Da cambiare i colori*/
	 background-color: white;
	 color: #4970B3;
	 -webkit-border-radius: 15px; 
	 -moz-border-radius: 15px;
	 border-radius: 15px;
      }

#menu {
        float: left;
	width: 300px;
	font-weight: bold;
	line-height: 150%;
      }

#menu ul { list-style-type: none;
           font-size: 1.2em; }

#menu a { text-decoration: none; }

#menu a:link { color: #4970B3; }
#menu a:visited { color: #4169E1; }
#menu a:hover { color: blue; }

#menu img { vertical-align:middle; }

#content {
           margin-left: 300px;
	   min-height: 300px;
	   padding-right: 50px;
         }

#content h2 {
              /*margin-left: -400px;*/
              text-align: center;
            }
/* #content a { color: #4970B3; } */
#content a:link { color: #4970B3; }
#content a:visited { color: #4169E1; }
#content a:hover { color: blue; }

#content li {margin:10px;}

#footer {
          font-size: 75%;
	  font-style: italic;
	  text-align: center;
	  padding-bottom: 5px;
        }

.highlight_word {
                  color: #4169E1;
		  font-weight:bold;
                }

.program_explanation p { 
                         margin-top: 5px;
                         margin-bottom: 5px;
                       }
