body {
	font-family: verdana, sans-serif;
	/*  background-color:#D9B12B; 
*/

 background-image:  url(images/niellotext.gif);
	background-position: bottom right;
	background-repeat: repeat-y;
	background-color: #D9B12B;
	color: #BA8005;

}

#banner {
	font-size:24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
  	color: #996600;
   background-color:none;
   text-align:center;
   background: url(little.gif) top left repeat-x;
   padding-top: 30px;

  }
    

#leftcontent {
  background-color: #E2C55F;
  color:#B98005;
  position: absolute;
  top: 70px;
  left:10px;
  width:150px;
  border: solid #Ba8005 thin;
    
  }

#centercontent {
  color: #333333;
  background: transparent;
  margin-left: 190px;
  margin-right:190px;
  padding: 10px;
    }

#rightcontent {
    position: relative;
  top: 60px;
  right:10px;
  width:80px;
  }
  
a {
	color:#666666;
	font-size:13px;
	text-decoration:underline;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#666666;}
a:visited {color:#666666;}
a:hover {background-color:yellow;}

a.menu {
	color:#666666;
	font-size: small;
	text-decoration:none;
/*	font-weight: bold;
*/	font-family:arial, helvetica, sans-serif;
	}
a.menu:link {color:#666666;}
a.menu:visited {color:#666666;}
a.menu:hover {background-color: #CCCCCC;}

a.refe {
	color:red;
	font-size:11px;
	text-decoration:underline;
	font-weight:700;
	font-family:verdana, arial, helvetica, sans-serif;
	background-color:yellow;
	}
a.refe:link {color:#666666;
		background-color:yellow;}
a.refe:visited {color:#666666;
		background-color:yellow;}
a.refe:hover {background-color:red;}


  p.title {
	    text-align:center;
	    font-size:21px;
	    font-weight:800;
}
	

p.subtitle {
	    font-size:18px;
	    font-weight:800;
}
