@CHARSET "UTF-8";
body {
	background-image: url("../images/lisce4.jpg");
	background-position: center top;
	background-repeat: repeat;
	min-height: 880px;
	background-color: #77b1d7;
}
.header {
	background-color: #000;
	opacity: 0.66;
	padding: 10px 0 10px 20px;
	/*border: dashed 1px #CCC;*/
	margin: 10px 5px 20px -10px;
}
.subheader {
	color: #FF9933;
}
.header h1 {
	color: #ffffff;
}
.img-shadow {
  float:left;
  background: url("../images/shadow66-20.png") no-repeat bottom right;
  /*
	margin: 20px 0 0 20px;
*/
}
.marg-20 {
	margin: 0 0 0 20px;
}

.img-shadow p {
  display: block;
  position: relative;
  border: 1px solid #a9a9a9;
  /*shadow is 10px*/
  /*
margin: -5px 15px 15px -5px;
*/
	margin: -5px 15px 15px -5px;
  padding: 4px;
} 
.green-note {
  background-color:#99cc66;
}
.blue-note {
  background-color:#ccccff;
}
a:link, a:visited {
	font-size: 120%;
	text-decoration: none;
	color: #666;
}

